src/win32_ded/aa_config.h

Go to the documentation of this file.
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

Generated on Sat Mar 15 22:55:48 2008 for Armagetron Advanced by  doxygen 1.5.4