hibot/source/config.inc

10 lines
194 B
PHP
Raw Normal View History

2023-12-15 17:45:27 -05:00
#ifndef CONFIG_INC
const char * const username = PROGRAM_NAME;
const char * const password = "";
2023-12-16 20:51:49 -05:00
#define DEFAULT_LANGUAGE C
#define LOG_FILE stdout
2023-12-15 17:45:27 -05:00
#define CONFIG_INC
#endif