libcod
config.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEBUG_MYSQL   0
 
#define DEBUG_GSC   0
 
#define DEBUG_MEMORY   0
 
#define DEBUG_CAR   1
 
#define DEBUG_TCC   1
 
#define COMPILE_MYSQL   1
 
#define COMPILE_MYSQL_TESTS   1
 
#define COMPILE_PLAYER   1
 
#define COMPILE_ASTAR   1
 
#define COMPILE_MEMORY   1
 
#define COMPILE_CAR   0
 
#define COMPILE_TCC   0
 
#define COMPILE_UTILS   1
 
#define COMPILE_DEBUG_SERVER   0
 
#define DEBUG_PRINTF   1
 
#define STR(s)   #s
 
#define INT(address)   (*(int*)(address))
 

Macro Definition Documentation

#define COMPILE_ASTAR   1
#define COMPILE_CAR   0
#define COMPILE_DEBUG_SERVER   0
#define COMPILE_MEMORY   1
#define COMPILE_MYSQL   1
#define COMPILE_MYSQL_TESTS   1
#define COMPILE_PLAYER   1
#define COMPILE_TCC   0
#define COMPILE_UTILS   1
#define DEBUG_CAR   1
#define DEBUG_GSC   0
#define DEBUG_MEMORY   0
#define DEBUG_MYSQL   0
#define DEBUG_PRINTF   1
#define DEBUG_TCC   1
#define INT (   address)    (*(int*)(address))
#define STR (   s)    #s