This commit is contained in:
2023-08-16 01:01:16 +02:00
parent f626118f14
commit e7e9e20410
16 changed files with 1341 additions and 1200 deletions

View File

@@ -2,25 +2,25 @@
/* defines.h.in. Generated from configure.ac by autoheader. */
/* location of cache dir */
#define APP_CACHEDIR "/dat2/home/ziggi/projects/cworker/cache"
#define APP_CACHEDIR "/home/ziggi/Projects/jcomp/cache"
/* location of configuration files for ${PACKAGE} */
#define APP_CONFIGDIR "/dat2/home/ziggi/projects/cworker/"
#define APP_CONFIGDIR "/home/ziggi/Projects/jcomp/"
/* location of database dir */
#define APP_DATABASEDIR "/dat2/home/ziggi/projects/cworker/data"
#define APP_DATABASEDIR "/home/ziggi/Projects/jcomp/data"
/* location of libs */
#define APP_LIBDIR "/dat2/home/ziggi/projects/cworker/lib"
#define APP_LIBDIR "/home/ziggi/Projects/jcomp/lib"
/* location of ${PACKAGE} logdir */
#define APP_LOGDIR "/dat2/home/ziggi/projects/cworker/log"
#define APP_LOGDIR "/home/ziggi/Projects/jcomp/log"
/* location of pid file */
#define APP_RUNDIR "/dat2/home/ziggi/projects/cworker/run"
#define APP_RUNDIR "/home/ziggi/Projects/jcomp/run"
/* effective user */
#define APP_USER "root"
#define APP_USER "ziggi"
/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1
@@ -54,9 +54,6 @@
to 0 otherwise. */
#define HAVE_MALLOC 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `memset' function. */
#define HAVE_MEMSET 1
@@ -75,6 +72,9 @@
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
@@ -149,7 +149,9 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.0.1"
/* Define to 1 if you have the ANSI C header files. */
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#define STDC_HEADERS 1
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
@@ -167,7 +169,7 @@
/* Define to `int' if <sys/types.h> does not define. */
/* #undef mode_t */
/* Define to `int' if <sys/types.h> does not define. */
/* Define as a signed integer type capable of holding a process identifier. */
/* #undef pid_t */
/* Define to `int' if <sys/types.h> does not define. */