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
|