at work
This commit is contained in:
26
defines.h
26
defines.h
@@ -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 "/var/cache/cworker"
|
||||
|
||||
/* location of configuration files for ${PACKAGE} */
|
||||
#define APP_CONFIGDIR "/dat2/home/ziggi/Projects/cworker/"
|
||||
#define APP_CONFIGDIR "/app/etc/cworker"
|
||||
|
||||
/* location of database dir */
|
||||
#define APP_DATABASEDIR "/dat2/home/ziggi/Projects/cworker/data"
|
||||
#define APP_DATABASEDIR "/var/db/cworker"
|
||||
|
||||
/* location of libs */
|
||||
#define APP_LIBDIR "/dat2/home/ziggi/Projects/cworker/lib"
|
||||
#define APP_LIBDIR "/app/lib/cworker"
|
||||
|
||||
/* location of ${PACKAGE} logdir */
|
||||
#define APP_LOGDIR "/dat2/home/ziggi/Projects/cworker/log"
|
||||
#define APP_LOGDIR "/var/log/cworker"
|
||||
|
||||
/* location of pid file */
|
||||
#define APP_RUNDIR "/dat2/home/ziggi/Projects/cworker/run"
|
||||
#define APP_RUNDIR "/var/run/cworker"
|
||||
|
||||
/* effective user */
|
||||
#define APP_USER "ziggi"
|
||||
#define APP_USER "www-data"
|
||||
|
||||
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
||||
#define HAVE_ARPA_INET_H 1
|
||||
@@ -57,6 +57,9 @@
|
||||
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,9 +78,6 @@
|
||||
/* 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. */
|
||||
/* #undef HAVE_STDIO_H */
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
@@ -155,9 +155,7 @@
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.0.1"
|
||||
|
||||
/* 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 to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
||||
@@ -175,7 +173,7 @@
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
/* #undef mode_t */
|
||||
|
||||
/* Define as a signed integer type capable of holding a process identifier. */
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
/* #undef pid_t */
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
|
||||
Reference in New Issue
Block a user