This commit is contained in:
2024-01-02 03:28:26 +02:00
parent b10e8b8827
commit 43e4d63d5b
10 changed files with 167 additions and 99 deletions

View File

@@ -2,25 +2,25 @@
/* defines.h.in. Generated from configure.ac by autoheader. */
/* location of cache dir */
#define APP_CACHEDIR "/var/cache/cworker"
#define APP_CACHEDIR "/home/ziggi/projects/cworker/cache"
/* location of configuration files for ${PACKAGE} */
#define APP_CONFIGDIR "/app/etc/cworker"
#define APP_CONFIGDIR "/home/ziggi/projects/cworker/"
/* location of database dir */
#define APP_DATABASEDIR "/var/db/cworker"
#define APP_DATABASEDIR "/home/ziggi/projects/cworker/data"
/* location of libs */
#define APP_LIBDIR "/app/lib/cworker"
#define APP_LIBDIR "/home/ziggi/projects/cworker/lib"
/* location of ${PACKAGE} logdir */
#define APP_LOGDIR "/var/log/cworker"
#define APP_LOGDIR "/home/ziggi/projects/cworker/log"
/* location of pid file */
#define APP_RUNDIR "/var/run/cworker"
#define APP_RUNDIR "/home/ziggi/projects/cworker/run"
/* effective user */
#define APP_USER "www"
#define APP_USER "ziggi"
/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1