10 lines
194 B
C++
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
|