8 lines
125 B
C++
8 lines
125 B
C++
#ifndef CONFIG_INC
|
|
|
|
const char * const username = PROGRAM_NAME;
|
|
const char * const password = "";
|
|
|
|
#define CONFIG_INC
|
|
#endif
|