10 lines
250 B
C
10 lines
250 B
C
|
|
#ifndef CONFIG_H_QWER
|
|
#define CONFIG_H_QWER
|
|
|
|
static const char *srv_rundir = "/home/ziggi/projects/jcomp/run";
|
|
static const char *srv_logdir = "/home/ziggi/projects/jcomp/log";
|
|
static const char *srv_confdir = "/home/ziggi/projects/jcomp/";
|
|
|
|
#endif
|