1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Directory separator character, usually / or \\ */
4#undef DIR_SEP
5
6/* fopen(3) accepts a 'b' in the mode flag */
7#undef FOPEN_BINARY_FLAG
8
9/* fopen(3) accepts a 't' in the mode flag */
10#undef FOPEN_TEXT_FLAG
11
12/* What is getsockname()'s socklen type? */
13#undef GETSOCKNAME_SOCKLEN_TYPE
14
15/* Define to 1 if you have the `atexit' function. */
16#undef HAVE_ATEXIT
17
18/* Define to 1 if you have the `canonicalize_file_name' function. */
19#undef HAVE_CANONICALIZE_FILE_NAME
20
21/* Define this if /dev/zero is readable device */
22#undef HAVE_DEV_ZERO
23
24/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
25   */
26#undef HAVE_DIRENT_H
27
28/* Define to 1 if you have the <dlfcn.h> header file. */
29#undef HAVE_DLFCN_H
30
31/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
32#undef HAVE_DOPRNT
33
34/* Define to 1 if you have the <errno.h> header file. */
35#undef HAVE_ERRNO_H
36
37/* Define to 1 if you have the <fcntl.h> header file. */
38#undef HAVE_FCNTL_H
39
40/* Define to 1 if you have the `fork' function. */
41#undef HAVE_FORK
42
43/* inline keyword or macro available */
44#undef HAVE_INLINE
45
46/* Define to 1 if the system has the type `int16_t'. */
47#undef HAVE_INT16_T
48
49/* Define to 1 if the system has the type `int32_t'. */
50#undef HAVE_INT32_T
51
52/* Define to 1 if the system has the type `int8_t'. */
53#undef HAVE_INT8_T
54
55/* Define to 1 if the system has the type `intptr_t'. */
56#undef HAVE_INTPTR_T
57
58/* Define to 1 if you have the <inttypes.h> header file. */
59#undef HAVE_INTTYPES_H
60
61/* Define to 1 if you have the `gen' library (-lgen). */
62#undef HAVE_LIBGEN
63
64/* Define to 1 if you have the <libgen.h> header file. */
65#undef HAVE_LIBGEN_H
66
67/* Define to 1 if you have the <limits.h> header file. */
68#undef HAVE_LIMITS_H
69
70/* Define to 1 if you have the <memory.h> header file. */
71#undef HAVE_MEMORY_H
72
73/* Define to 1 if you have the `memset' function. */
74#undef HAVE_MEMSET
75
76/* Define to 1 if you have the `mmap' function. */
77#undef HAVE_MMAP
78
79/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
80#undef HAVE_NDIR_H
81
82/* Define to 1 if you have the <netdb.h> header file. */
83#undef HAVE_NETDB_H
84
85/* Define to 1 if you have the <netinet/in.h> header file. */
86#undef HAVE_NETINET_IN_H
87
88/* sntp does not care about 'nice' */
89#undef HAVE_NO_NICE
90
91/* Define this if pathfind(3) works */
92#undef HAVE_PATHFIND
93
94/* Define to 1 if the system has the type `pid_t'. */
95#undef HAVE_PID_T
96
97/* Define this if we have a functional realpath(3C) */
98#undef HAVE_REALPATH
99
100/* Define to 1 if you have the <runetype.h> header file. */
101#undef HAVE_RUNETYPE_H
102
103/* Define to 1 if you have the <setjmp.h> header file. */
104#undef HAVE_SETJMP_H
105
106/* Define to 1 if the system has the type `size_t'. */
107#undef HAVE_SIZE_T
108
109/* Define to 1 if you have the `snprintf' function. */
110#undef HAVE_SNPRINTF
111
112/* Define to 1 if you have the `socket' function. */
113#undef HAVE_SOCKET
114
115/* Define to 1 if you have the <stdarg.h> header file. */
116#undef HAVE_STDARG_H
117
118/* Define to 1 if stdbool.h conforms to C99. */
119#undef HAVE_STDBOOL_H
120
121/* Define to 1 if you have the <stdint.h> header file. */
122#undef HAVE_STDINT_H
123
124/* Define to 1 if you have the <stdlib.h> header file. */
125#undef HAVE_STDLIB_H
126
127/* Define to 1 if you have the `strchr' function. */
128#undef HAVE_STRCHR
129
130/* Define to 1 if you have the `strdup' function. */
131#undef HAVE_STRDUP
132
133/* Define this if strftime() works */
134#undef HAVE_STRFTIME
135
136/* Define to 1 if you have the <strings.h> header file. */
137#undef HAVE_STRINGS_H
138
139/* Define to 1 if you have the <string.h> header file. */
140#undef HAVE_STRING_H
141
142/* Define to 1 if you have the `strrchr' function. */
143#undef HAVE_STRRCHR
144
145/* Define to 1 if you have the `strsignal' function. */
146#undef HAVE_STRSIGNAL
147
148/* Does a system header define struct sockaddr_storage? */
149#undef HAVE_STRUCT_SOCKADDR_STORAGE
150
151/* Define to 1 if you have the <sysexits.h> header file. */
152#undef HAVE_SYSEXITS_H
153
154/* Define to 1 if you have the <syslog.h> header file. */
155#undef HAVE_SYSLOG_H
156
157/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
158   */
159#undef HAVE_SYS_DIR_H
160
161/* Define to 1 if you have the <sys/limits.h> header file. */
162#undef HAVE_SYS_LIMITS_H
163
164/* Define to 1 if you have the <sys/mman.h> header file. */
165#undef HAVE_SYS_MMAN_H
166
167/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
168   */
169#undef HAVE_SYS_NDIR_H
170
171/* Define to 1 if you have the <sys/param.h> header file. */
172#undef HAVE_SYS_PARAM_H
173
174/* Define to 1 if you have the <sys/poll.h> header file. */
175#undef HAVE_SYS_POLL_H
176
177/* Define to 1 if you have the <sys/procset.h> header file. */
178#undef HAVE_SYS_PROCSET_H
179
180/* Define to 1 if you have the <sys/select.h> header file. */
181#undef HAVE_SYS_SELECT_H
182
183/* Define to 1 if you have the <sys/socket.h> header file. */
184#undef HAVE_SYS_SOCKET_H
185
186/* Define to 1 if you have the <sys/stat.h> header file. */
187#undef HAVE_SYS_STAT_H
188
189/* Define to 1 if you have the <sys/stropts.h> header file. */
190#undef HAVE_SYS_STROPTS_H
191
192/* Define to 1 if you have the <sys/time.h> header file. */
193#undef HAVE_SYS_TIME_H
194
195/* Define to 1 if you have the <sys/types.h> header file. */
196#undef HAVE_SYS_TYPES_H
197
198/* Define to 1 if you have the <sys/un.h> header file. */
199#undef HAVE_SYS_UN_H
200
201/* Define to 1 if you have the <sys/wait.h> header file. */
202#undef HAVE_SYS_WAIT_H
203
204/* Define to 1 if the system has the type `s_char'. */
205#undef HAVE_S_CHAR
206
207/* sntp does not care about TTY stuff */
208#undef HAVE_TERMIOS
209
210/* Define to 1 if the system has the type `uint16_t'. */
211#undef HAVE_UINT16_T
212
213/* Define to 1 if the system has the type `uint32_t'. */
214#undef HAVE_UINT32_T
215
216/* Define to 1 if the system has the type `uint8_t'. */
217#undef HAVE_UINT8_T
218
219/* Define to 1 if the system has the type `uintptr_t'. */
220#undef HAVE_UINTPTR_T
221
222/* Define to 1 if the system has the type `uint_t'. */
223#undef HAVE_UINT_T
224
225/* Define to 1 if you have the <unistd.h> header file. */
226#undef HAVE_UNISTD_H
227
228/* Define to 1 if you have the <utime.h> header file. */
229#undef HAVE_UTIME_H
230
231/* Define to 1 if you have the <values.h> header file. */
232#undef HAVE_VALUES_H
233
234/* Define to 1 if you have the <varargs.h> header file. */
235#undef HAVE_VARARGS_H
236
237/* Define to 1 if you have the `vfork' function. */
238#undef HAVE_VFORK
239
240/* Define to 1 if you have the <vfork.h> header file. */
241#undef HAVE_VFORK_H
242
243/* Define to 1 if you have the `vprintf' function. */
244#undef HAVE_VPRINTF
245
246/* Define to 1 if you have the <wchar.h> header file. */
247#undef HAVE_WCHAR_H
248
249/* Define to 1 if the system has the type `wchar_t'. */
250#undef HAVE_WCHAR_T
251
252/* Define to 1 if the system has the type `wint_t'. */
253#undef HAVE_WINT_T
254
255/* Define to 1 if `fork' works. */
256#undef HAVE_WORKING_FORK
257
258/* Define to 1 if `vfork' works. */
259#undef HAVE_WORKING_VFORK
260
261/* Define to 1 if the system has the type `_Bool'. */
262#undef HAVE__BOOL
263
264/* Does struct sockaddr_storage have __ss_family? */
265#undef HAVE___SS_FAMILY_IN_SS
266
267
268	/* Handle sockaddr_storage.__ss_family */
269	#ifdef HAVE___SS_FAMILY_IN_SS
270	# define ss_family __ss_family
271	#endif /* HAVE___SS_FAMILY_IN_SS */
272
273
274
275/* Does struct sockaddr_storage have __ss_len? */
276#undef HAVE___SS_LEN_IN_SS
277
278
279	/* Handle sockaddr_storage.__ss_len */
280	#ifdef HAVE___SS_LEN_IN_SS
281	# define ss_len __ss_len
282	#endif /* HAVE___SS_LEN_IN_SS */
283
284
285
286/* Do we need to fix in6isaddr? */
287#undef ISC_PLATFORM_FIXIN6ISADDR
288
289/* have struct if_laddrconf? */
290#undef ISC_PLATFORM_HAVEIF_LADDRCONF
291
292/* have struct if_laddrreq? */
293#undef ISC_PLATFORM_HAVEIF_LADDRREQ
294
295/* have struct in6_pktinfo? */
296#undef ISC_PLATFORM_HAVEIN6PKTINFO
297
298/* have IPv6? */
299#undef ISC_PLATFORM_HAVEIPV6
300
301/* have sin6_scope_id? */
302#undef ISC_PLATFORM_HAVESCOPEID
303
304/* missing in6addr_any? */
305#undef ISC_PLATFORM_NEEDIN6ADDRANY
306
307/* Do we need netinet6/in6.h? */
308#undef ISC_PLATFORM_NEEDNETINET6IN6H
309
310/* ISC: provide inet_ntop() */
311#undef ISC_PLATFORM_NEEDNTOP
312
313/* Declare in_port_t? */
314#undef ISC_PLATFORM_NEEDPORTT
315
316/* ISC: provide inet_pton() */
317#undef ISC_PLATFORM_NEEDPTON
318
319/* Do we need netinet6/in6.h? */
320#undef LWRES_PLATFORM_NEEDNETINET6IN6H
321
322/* Do we need an s_char typedef? */
323#undef NEED_S_CHAR_TYPEDEF
324
325/* Define this if optional arguments are disallowed */
326#undef NO_OPTIONAL_OPT_ARGS
327
328/* Name of package */
329#undef PACKAGE
330
331/* Define to the address where bug reports for this package should be sent. */
332#undef PACKAGE_BUGREPORT
333
334/* Define to the full name of this package. */
335#undef PACKAGE_NAME
336
337/* Define to the full name and version of this package. */
338#undef PACKAGE_STRING
339
340/* Define to the one symbol short name of this package. */
341#undef PACKAGE_TARNAME
342
343/* Define to the home page for this package. */
344#undef PACKAGE_URL
345
346/* Define to the version of this package. */
347#undef PACKAGE_VERSION
348
349/* name of regex header file */
350#undef REGEX_HEADER
351
352/* The size of `char*', as computed by sizeof. */
353#undef SIZEOF_CHARP
354
355/* The size of `int', as computed by sizeof. */
356#undef SIZEOF_INT
357
358/* The size of `long', as computed by sizeof. */
359#undef SIZEOF_LONG
360
361/* The size of `short', as computed by sizeof. */
362#undef SIZEOF_SHORT
363
364/* The size of `signed char', as computed by sizeof. */
365#undef SIZEOF_SIGNED_CHAR
366
367/* Define to 1 if you have the ANSI C header files. */
368#undef STDC_HEADERS
369
370/* canonical system (cpu-vendor-os) of where we should run */
371#undef STR_SYSTEM
372
373/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
374#undef TIME_WITH_SYS_TIME
375
376/* Version number of package */
377#undef VERSION
378
379/* ISC: Want IPv6? */
380#undef WANT_IPV6
381
382/* Define this if a working libregex can be found */
383#undef WITH_LIBREGEX
384
385/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
386#ifndef __CHAR_UNSIGNED__
387# undef __CHAR_UNSIGNED__
388#endif
389
390/* Define to empty if `const' does not conform to ANSI C. */
391#undef const
392
393/* Define to `int' if <sys/types.h> doesn't define. */
394#undef gid_t
395
396/* Define to `__inline__' or `__inline' if that's what the C compiler
397   calls it, or to nothing if 'inline' is not supported under any name.  */
398#ifndef __cplusplus
399#undef inline
400#endif
401
402/* Define to `int' if <sys/types.h> does not define. */
403#undef pid_t
404
405/* Define to `unsigned int' if <sys/types.h> does not define. */
406#undef size_t
407
408/* Define to `int' if <sys/types.h> doesn't define. */
409#undef uid_t
410
411/* Define as `fork' if `vfork' does not work. */
412#undef vfork
413