Files
cworker/config.h
2023-08-13 23:30:26 +02:00

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