Go to the documentation of this file.
16 #define DEBUG_MEMORY 0
21 #define COMPILE_MYSQL 1
22 #define COMPILE_MYSQL_TESTS 1
23 #define COMPILE_PLAYER 1
24 #define COMPILE_ASTAR 1
25 #define COMPILE_MEMORY 1
28 #define COMPILE_UTILS 1
31 #define COMPILE_DEBUG_SERVER 0
33 #define DEBUG_PRINTF 1
36 #define STR(s) #s // stringify used for __FUNCTION__
37 #define INT(address) (*(int*)(address))