You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config_scons.h.in 177B

12345678910
  1. #define CONF_DIR "%(CONF_DIR)s"
  2. #define DATA_DIR "%(DATA_DIR)s"
  3. #define PID_DIR "%(PID_DIR)s"
  4. #if %(debug)d
  5. # undef DEBUG
  6. # define DEBUG
  7. #endif
  8. #define VERSION "%(VERSION)s"