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

10 lines
200 B
C

#ifndef CONFIG_H_QWER
#define CONFIG_H_QWER
static const char *srv_rundir = "@app_rundir@";
static const char *srv_logdir = "@app_logdir@";
static const char *srv_confdir = "@app_confdir@";
#endif