This commit is contained in:
2023-08-13 23:30:26 +02:00
parent 4e69c748f1
commit 3b04af698f
26 changed files with 10601 additions and 75 deletions

9
config.h Normal file
View File

@@ -0,0 +1,9 @@
#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