comparison config.h.in @ 154:fc1e5aa286ed

merge
author meillo@marmaro.de
date Thu, 08 Jul 2010 09:20:34 +0200
parents e20fe8c9936a
children 5b621742b2e7
comparison
equal deleted inserted replaced
150:0025a7677d16 154:fc1e5aa286ed
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