10 lines
253 B
C
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
|