This commit is contained in:
Олег Бородин
2023-09-21 11:50:15 +02:00
parent 818e64c2fc
commit 5edc2ec41e
4 changed files with 133 additions and 130 deletions

View File

@@ -2,22 +2,22 @@
/* defines.h.in. Generated from configure.ac by autoheader. */
/* location of cache dir */
#define APP_CACHEDIR "/home/ziggi/projects/cworker/cache"
#define APP_CACHEDIR "/dat2/Projects/cworker/cache"
/* location of configuration files for ${PACKAGE} */
#define APP_CONFIGDIR "/home/ziggi/projects/cworker/"
#define APP_CONFIGDIR "/dat2/Projects/cworker/"
/* location of database dir */
#define APP_DATABASEDIR "/home/ziggi/projects/cworker/data"
#define APP_DATABASEDIR "/dat2/Projects/cworker/data"
/* location of libs */
#define APP_LIBDIR "/home/ziggi/projects/cworker/lib"
#define APP_LIBDIR "/dat2/Projects/cworker/lib"
/* location of ${PACKAGE} logdir */
#define APP_LOGDIR "/home/ziggi/projects/cworker/log"
#define APP_LOGDIR "/dat2/Projects/cworker/log"
/* location of pid file */
#define APP_RUNDIR "/home/ziggi/projects/cworker/run"
#define APP_RUNDIR "/dat2/Projects/cworker/run"
/* effective user */
#define APP_USER "ziggi"