mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 18:22:18 +00:00
11 lines
177 B
C
11 lines
177 B
C
|
#define CONF_DIR "%(CONF_DIR)s"
|
||
|
#define DATA_DIR "%(DATA_DIR)s"
|
||
|
#define PID_DIR "%(PID_DIR)s"
|
||
|
|
||
|
#if %(debug)d
|
||
|
# undef DEBUG
|
||
|
# define DEBUG
|
||
|
#endif
|
||
|
|
||
|
#define VERSION "%(VERSION)s"
|