Files
cworker/config.h.in
2023-08-14 07:55:42 +02:00

10 lines
253 B
C

#ifndef CONFIG_H_QWER
#define CONFIG_H_QWER
static const char *srv_runpath = "@app_rundir@/@app_name@.pid";
static const char *srv_logpath = "@app_logdir@/@app_name@.log";
static const char *srv_configpath = "@app_configdir@/@app_name@.conf";
#endif