1 /* system.h.in. Generated from configure.ac by autoheader. */
3 /* Define this to enable logging support */
4 #undef BHC_OPTION_ALL_LOGGING
6 /* Define this to enable debug mode */
7 #undef BHC_OPTION_DEBUG
9 /* Define this to disable all logging support */
10 #undef BHC_OPTION_NOALL_LOGGING
12 /* Define this to disable debug mode */
13 #undef BHC_OPTION_NODEBUG
15 /* Define to 1 if the `closedir' function returns void instead of `int'. */
18 /* Define this to enable forking to background */
19 #undef CRYWRAP_OPTION_FORK
21 /* Define this to disable forking to background */
22 #undef CRYWRAP_OPTION_NOFORK
24 /* Define to 1 if you have the `alarm' function. */
27 /* Define to 1 if you have the `alphasort' function. */
30 /* Define to 1 if you have the <argp.h> header file. */
33 /* Define to 1 if you have the `argp_parse' function. */
34 #undef HAVE_ARGP_PARSE
36 /* Define to 1 if you have the <arpa/inet.h> header file. */
37 #undef HAVE_ARPA_INET_H
39 /* Define to 1 if you have the `asprintf' function. */
42 /* Define to 1 if you have the `atexit' function. */
45 /* Define to 1 if you have the `basename' function. */
48 /* Define this if your getsubopt() is broken */
49 #undef HAVE_BROKEN_GETSUBOPT
51 /* Define to 1 if you have the `canonicalize_file_name' function. */
52 #undef HAVE_CANONICALIZE_FILE_NAME
54 /* Define to 1 if you have the `confstr' function. */
57 /* Define to 1 if you have the `daemon' function. */
60 /* Define this if you have TCP_CORK */
61 #undef HAVE_DECL_TCP_CORK
63 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
67 /* Define to 1 if you have the `dirname' function. */
70 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
73 /* Define to 1 if you have the `dup2' function. */
76 /* Define to 1 if you have the `epoll_create' function. */
77 #undef HAVE_EPOLL_CREATE
79 /* Define to 1 if you have the <errno.h> header file. */
82 /* Define to 1 if the system has the type `error_t socklen_t'. */
83 #undef HAVE_ERROR_T_SOCKLEN_T
85 /* Define to 1 if you have the <fcntl.h> header file. */
88 /* Define to 1 if you have the `fork' function. */
91 /* Define to 1 if you have the `getcwd' function. */
94 /* Define to 1 if you have the `getdelim' function. */
97 /* Define to 1 if you have the `getline' function. */
100 /* Define to 1 if you have the <getopt.h> header file. */
103 /* Define to 1 if you have the `getopt_long' function. */
104 #undef HAVE_GETOPT_LONG
106 /* Define to 1 if you have the `getpagesize' function. */
107 #undef HAVE_GETPAGESIZE
109 /* Define to 1 if you have the `getsubopt' function. */
110 #undef HAVE_GETSUBOPT
112 /* Define to 1 if you have the <inttypes.h> header file. */
113 #undef HAVE_INTTYPES_H
115 /* Define to 1 if you have the `kqueue' function. */
118 /* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */
119 #undef HAVE_LIBGNUGETOPT
121 /* Define to 1 if you have the `nsl' library (-lnsl). */
124 /* Define to 1 if you have the `sendfile' library (-lsendfile). */
125 #undef HAVE_LIBSENDFILE
127 /* Define to 1 if you have the `socket' library (-lsocket). */
128 #undef HAVE_LIBSOCKET
130 /* Define to 1 if you have the <limits.h> header file. */
133 /* Define to 1 if `lstat' has the bug that it succeeds when given the
134 zero-length file name argument. */
135 #undef HAVE_LSTAT_EMPTY_STRING_BUG
137 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
141 /* Define to 1 if you have the `memchr' function. */
144 /* Define to 1 if you have the <memory.h> header file. */
147 /* Define to 1 if you have the `mempcpy' function. */
150 /* Define to 1 if you have the `memset' function. */
153 /* Define to 1 if you have a working `mmap' system call. */
156 /* Define to 1 if you have the `munmap' function. */
159 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
162 /* Define to 1 if you have the <netdb.h> header file. */
165 /* Define to 1 if you have the <netinet/in.h> header file. */
166 #undef HAVE_NETINET_IN_H
168 /* Define to 1 if you have the <paths.h> header file. */
171 /* Define to 1 if you have the `putenv' function. */
174 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
175 and to 0 otherwise. */
178 /* Define to 1 if you have the `regcomp' function. */
181 /* Define to 1 if you have the `scandir' function. */
184 /* Define to 1 if you have the `select' function. */
187 /* Define to 1 if you have the `setenv' function. */
190 /* Define to 1 if you have the `setproctitle' function. */
191 #undef HAVE_SETPROCTITLE
193 /* Define if you have struct sockaddr_storage */
194 #undef HAVE_SOCKADDR_STORAGE
196 /* Define to 1 if you have the `socket' function. */
199 /* Define to 1 if `stat' has the bug that it succeeds when given the
200 zero-length file name argument. */
201 #undef HAVE_STAT_EMPTY_STRING_BUG
203 /* Define to 1 if you have the <stddef.h> header file. */
206 /* Define to 1 if you have the <stdint.h> header file. */
209 /* Define to 1 if you have the <stdlib.h> header file. */
212 /* Define to 1 if you have the `strcasecmp' function. */
213 #undef HAVE_STRCASECMP
215 /* Define to 1 if you have the `strchr' function. */
218 /* Define to 1 if you have the `strdup' function. */
221 /* Define to 1 if you have the `strerror' function. */
224 /* Define to 1 if you have the `strftime' function. */
227 /* Define to 1 if you have the <strings.h> header file. */
228 #undef HAVE_STRINGS_H
230 /* Define to 1 if you have the <string.h> header file. */
233 /* Define to 1 if you have the `strncasecmp' function. */
234 #undef HAVE_STRNCASECMP
236 /* Define to 1 if you have the `strndup' function. */
239 /* Define to 1 if you have the `strptime' function. */
242 /* Define to 1 if you have the `strrchr' function. */
245 /* Define to 1 if you have the `strstr' function. */
248 /* Define to 1 if you have the `strtoul' function. */
251 /* Define this if you have the suboptarg variable */
252 #undef HAVE_SUBOPTARG
254 /* Define to 1 if you have the <syslog.h> header file. */
257 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
259 #undef HAVE_SYS_DIR_H
261 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
263 #undef HAVE_SYS_NDIR_H
265 /* Define to 1 if you have the <sys/param.h> header file. */
266 #undef HAVE_SYS_PARAM_H
268 /* Define to 1 if you have the <sys/select.h> header file. */
269 #undef HAVE_SYS_SELECT_H
271 /* Define to 1 if you have the <sys/socket.h> header file. */
272 #undef HAVE_SYS_SOCKET_H
274 /* Define to 1 if you have the <sys/stat.h> header file. */
275 #undef HAVE_SYS_STAT_H
277 /* Define to 1 if you have the <sys/types.h> header file. */
278 #undef HAVE_SYS_TYPES_H
280 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
281 #undef HAVE_SYS_WAIT_H
283 /* Define to 1 if you have the `uname' function. */
286 /* Define to 1 if you have the <unistd.h> header file. */
289 /* Define this if you have GCC-style variadic macros */
290 #undef HAVE_VARIADIC_MACROS
292 /* Define to 1 if you have the `vasprintf' function. */
293 #undef HAVE_VASPRINTF
295 /* Define to 1 if you have the `vfork' function. */
298 /* Define to 1 if you have the <vfork.h> header file. */
301 /* Define to 1 if you have the `vprintf' function. */
304 /* Define to 1 if you have the `vsnprintf' function. */
305 #undef HAVE_VSNPRINTF
307 /* Define to 1 if you have the `vsyslog' function. */
310 /* Define to 1 if `fork' works. */
311 #undef HAVE_WORKING_FORK
313 /* Define this if setproctitle(NULL) works */
314 #undef HAVE_WORKING_SETPROCTITLE
316 /* Define to 1 if `vfork' works. */
317 #undef HAVE_WORKING_VFORK
319 /* Define if you have __VA_ARGS__ */
320 #undef HAVE___VA_ARGS__
322 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
324 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
326 /* Define to the address where bug reports for this package should be sent. */
327 #undef PACKAGE_BUGREPORT
329 /* Define to the full name of this package. */
332 /* Define to the full name and version of this package. */
333 #undef PACKAGE_STRING
335 /* Define to the one symbol short name of this package. */
336 #undef PACKAGE_TARNAME
338 /* Define to the home page for this package. */
341 /* Define to the version of this package. */
342 #undef PACKAGE_VERSION
344 /* Define as the return type of signal handlers (`int' or `void'). */
347 /* Define to the type of arg 1 for `select'. */
348 #undef SELECT_TYPE_ARG1
350 /* Define to the type of args 2, 3 and 4 for `select'. */
351 #undef SELECT_TYPE_ARG234
353 /* Define to the type of arg 5 for `select'. */
354 #undef SELECT_TYPE_ARG5
356 /* The size of `size_t', as computed by sizeof. */
359 /* Define to 1 if you have the ANSI C header files. */
362 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
363 #undef TM_IN_SYS_TIME
365 /* Define to 1 if you want Libidn. */
368 /* Define to empty if `const' does not conform to ANSI C. */
371 /* Define to `int' if <sys/types.h> doesn't define. */
374 /* Define to `__inline__' or `__inline' if that's what the C compiler
375 calls it, or to nothing if 'inline' is not supported under any name. */
380 /* Define to rpl_malloc if the replacement function should be used. */
383 /* Define to `long int' if <sys/types.h> does not define. */
386 /* Define to `int' if <sys/types.h> does not define. */
389 /* Define to rpl_realloc if the replacement function should be used. */
392 /* Define to `unsigned int' if <sys/types.h> does not define. */
395 /* Define to `int' if <sys/types.h> doesn't define. */
398 /* Define as `fork' if `vfork' does not work. */
401 /* Define to empty if the keyword `volatile' does not work. Warning: valid
402 code using `volatile' can become incorrect without. Disable with care. */