00001 // Windows dedicated server configuration header 00002 00003 #ifndef CONFIG_H_INCLUDED 00004 #define CONFIG_H_INCLUDED 00005 00006 // define if you wish to compile a dedicated server 00007 #define DEDICATED 1 00008 00009 // activate armathentication support 00010 #define HAVE_LIBZTHREAD 1 00011 #define KRAWALL_SERVER 1 00012 00013 // include common Windows header 00014 #include "win32/config_common.h" 00015 00016 #endif