pyceo/src/config.h

10 lines
199 B
C
Raw Normal View History

#define CONFIG_FILE "/etc/csc/accounts.cf"
2009-01-17 19:14:52 -05:00
#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();