您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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"