hibot/source/config.inc
2023-12-17 02:52:00 +01:00

10 lines
194 B
C++

#ifndef CONFIG_INC
const char * const username = PROGRAM_NAME;
const char * const password = "";
#define DEFAULT_LANGUAGE C
#define LOG_FILE stdout
#define CONFIG_INC
#endif