comparison config.h.in @ 151:e20fe8c9936a

default values for logdir and spooldir we also have defines for LOG_DIR and SPOOL_DIR now
author meillo@marmaro.de
date Wed, 07 Jul 2010 10:32:00 +0200
parents 9cb4031fa5e0
children 5b621742b2e7
comparison
equal deleted inserted replaced
142:4aa6b6e18a13 151:e20fe8c9936a
129 #undef HAVE_UNISTD_H 129 #undef HAVE_UNISTD_H
130 130
131 /* Define to 1 if you have the `vprintf' function. */ 131 /* Define to 1 if you have the `vprintf' function. */
132 #undef HAVE_VPRINTF 132 #undef HAVE_VPRINTF
133 133
134 /* The log directory */
135 #undef LOG_DIR
136
134 /* Name of package */ 137 /* Name of package */
135 #undef PACKAGE 138 #undef PACKAGE
136 139
137 /* Define to the address where bug reports for this package should be sent. */ 140 /* Define to the address where bug reports for this package should be sent. */
138 #undef PACKAGE_BUGREPORT 141 #undef PACKAGE_BUGREPORT
156 #undef RETSIGTYPE 159 #undef RETSIGTYPE
157 160
158 /* The sbin directory */ 161 /* The sbin directory */
159 #undef SBINDIR 162 #undef SBINDIR
160 163
164 /* The spool directory */
165 #undef SPOOL_DIR
166
161 /* Define to 1 if you have the ANSI C header files. */ 167 /* Define to 1 if you have the ANSI C header files. */
162 #undef STDC_HEADERS 168 #undef STDC_HEADERS
163 169
164 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 170 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
165 #undef TIME_WITH_SYS_TIME 171 #undef TIME_WITH_SYS_TIME