pyceo/src/config.h

10 lines
199 B
C

#define CONFIG_FILE "/etc/csc/accounts.cf"
#define CONFIG_STR(x) extern char *x;
#define CONFIG_INT(x) extern long x;
#include "config-vars.h"
#undef CONFIG_STR
#undef CONFIG_INT
void configure();