xref: /freebsd/contrib/ntp/sntp/config.h.in (revision 190cef3d)
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* why not HAVE_P_S? */
7#undef CALL_PTHREAD_SETCONCURRENCY
8
9/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
10   systems. This function is required for `alloca.c' support on those systems.
11   */
12#undef CRAY_STACKSEG_END
13
14/* Define to 1 if using `alloca.c'. */
15#undef C_ALLOCA
16
17/* Enable debugging code? */
18#undef DEBUG
19
20/* Directory separator character, usually / or \\ */
21#undef DIR_SEP
22
23/* number of args to el_init() */
24#undef EL_INIT_ARGS
25
26/* nls support in libopts */
27#undef ENABLE_NLS
28
29/* successful termination */
30#undef EX_OK
31
32/* internal software error */
33#undef EX_SOFTWARE
34
35/* fopen(3) accepts a 'b' in the mode flag */
36#undef FOPEN_BINARY_FLAG
37
38/* fopen(3) accepts a 't' in the mode flag */
39#undef FOPEN_TEXT_FLAG
40
41/* What is getsockname()'s socklen type? */
42#undef GETSOCKNAME_SOCKLEN_TYPE
43
44/* Define to 1 if you have `alloca', as a function or macro. */
45#undef HAVE_ALLOCA
46
47/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
48   */
49#undef HAVE_ALLOCA_H
50
51/* Define to 1 if you have the <arpa/nameser.h> header file. */
52#undef HAVE_ARPA_NAMESER_H
53
54/* Define to 1 if you have the `canonicalize_file_name' function. */
55#undef HAVE_CANONICALIZE_FILE_NAME
56
57/* Define to 1 if you have the `chmod' function. */
58#undef HAVE_CHMOD
59
60/* Define to 1 if you have the `clock_getres' function. */
61#undef HAVE_CLOCK_GETRES
62
63/* Define to 1 if you have the `clock_gettime' function. */
64#undef HAVE_CLOCK_GETTIME
65
66/* Define to 1 if you have the `clock_settime' function. */
67#undef HAVE_CLOCK_SETTIME
68
69/* Define to 1 if you have the <cthreads.h> header file. */
70#undef HAVE_CTHREADS_H
71
72/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
73   don't. */
74#undef HAVE_DECL_STRERROR_R
75
76/* Define this if /dev/zero is readable device */
77#undef HAVE_DEV_ZERO
78
79/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
80   */
81#undef HAVE_DIRENT_H
82
83/* Define to 1 if you have the <dlfcn.h> header file. */
84#undef HAVE_DLFCN_H
85
86/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
87#undef HAVE_DOPRNT
88
89/* Can we drop root privileges? */
90#undef HAVE_DROPROOT
91
92/* Define to 1 if you have the <errno.h> header file. */
93#undef HAVE_ERRNO_H
94
95/* Define to 1 if you have the `EVP_MD_do_all_sorted' function. */
96#undef HAVE_EVP_MD_DO_ALL_SORTED
97
98/* Define to 1 if you have the `fchmod' function. */
99#undef HAVE_FCHMOD
100
101/* Define to 1 if you have the <fcntl.h> header file. */
102#undef HAVE_FCNTL_H
103
104/* Define to 1 if you have the `fork' function. */
105#undef HAVE_FORK
106
107/* Define to 1 if you have the `fstat' function. */
108#undef HAVE_FSTAT
109
110/* Define to 1 if you have the `getclock' function. */
111#undef HAVE_GETCLOCK
112
113/* Define to 1 if you have the `getdtablesize' function. */
114#undef HAVE_GETDTABLESIZE
115
116/* Define to 1 if you have the `getifaddrs' function. */
117#undef HAVE_GETIFADDRS
118
119/* if you have GNU Pth */
120#undef HAVE_GNU_PTH
121
122/* Define to 1 if you have the <histedit.h> header file. */
123#undef HAVE_HISTEDIT_H
124
125/* Define to 1 if you have the <history.h> header file. */
126#undef HAVE_HISTORY_H
127
128/* Define to 1 if you have the `if_nametoindex' function. */
129#undef HAVE_IF_NAMETOINDEX
130
131/* inline keyword or macro available */
132#undef HAVE_INLINE
133
134/* Define to 1 if the system has the type `int16_t'. */
135#undef HAVE_INT16_T
136
137/* Define to 1 if the system has the type `int32'. */
138#undef HAVE_INT32
139
140/* int32 type in DNS headers, not others. */
141#undef HAVE_INT32_ONLY_WITH_DNS
142
143/* Define to 1 if the system has the type `int32_t'. */
144#undef HAVE_INT32_T
145
146/* Define to 1 if the system has the type `int8_t'. */
147#undef HAVE_INT8_T
148
149/* Define to 1 if the system has the type `intmax_t'. */
150#undef HAVE_INTMAX_T
151
152/* Define to 1 if the system has the type `intptr_t'. */
153#undef HAVE_INTPTR_T
154
155/* Define to 1 if you have the <inttypes.h> header file. */
156#undef HAVE_INTTYPES_H
157
158/* Define to 1 if you have the `gen' library (-lgen). */
159#undef HAVE_LIBGEN
160
161/* Define to 1 if you have the <libgen.h> header file. */
162#undef HAVE_LIBGEN_H
163
164/* Define to 1 if you have the `intl' library (-lintl). */
165#undef HAVE_LIBINTL
166
167/* Define to 1 if you have the <libintl.h> header file. */
168#undef HAVE_LIBINTL_H
169
170/* Define to 1 if you have the <limits.h> header file. */
171#undef HAVE_LIMITS_H
172
173/* using Linux pthread? */
174#undef HAVE_LINUXTHREADS
175
176/* Do we have Linux capabilities? */
177#undef HAVE_LINUX_CAPABILITIES
178
179/* Define to 1 if you have the <linux/if_addr.h> header file. */
180#undef HAVE_LINUX_IF_ADDR_H
181
182/* if you have LinuxThreads */
183#undef HAVE_LINUX_THREADS
184
185/* Define to 1 if you have the `localeconv' function. */
186#undef HAVE_LOCALECONV
187
188/* Define to 1 if you have the <locale.h> header file. */
189#undef HAVE_LOCALE_H
190
191/* Define to 1 if the system has the type `long double'. */
192#undef HAVE_LONG_DOUBLE
193
194/* Define to 1 if the system has the type `long long'. */
195#undef HAVE_LONG_LONG
196
197/* Define to 1 if the system has the type `long long int'. */
198#undef HAVE_LONG_LONG_INT
199
200/* if you have SunOS LWP package */
201#undef HAVE_LWP
202
203/* Define to 1 if you have the <lwp/lwp.h> header file. */
204#undef HAVE_LWP_LWP_H
205
206/* define if you have Mach Cthreads */
207#undef HAVE_MACH_CTHREADS
208
209/* Define to 1 if you have the <mach/cthreads.h> header file. */
210#undef HAVE_MACH_CTHREADS_H
211
212/* Define to 1 if you have the `MD5Init' function. */
213#undef HAVE_MD5INIT
214
215/* Define to 1 if you have the <md5.h> header file. */
216#undef HAVE_MD5_H
217
218/* Define to 1 if you have the <memory.h> header file. */
219#undef HAVE_MEMORY_H
220
221/* Define to 1 if you have the `mmap' function. */
222#undef HAVE_MMAP
223
224/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
225#undef HAVE_NDIR_H
226
227/* Define to 1 if you have the <netdb.h> header file. */
228#undef HAVE_NETDB_H
229
230/* Define to 1 if you have the <netinet/in.h> header file. */
231#undef HAVE_NETINET_IN_H
232
233/* Define to 1 if you have the <netinet/in_system.h> header file. */
234#undef HAVE_NETINET_IN_SYSTEM_H
235
236/* Define to 1 if you have the <netinet/in_systm.h> header file. */
237#undef HAVE_NETINET_IN_SYSTM_H
238
239/* Define to 1 if you have the <netinet/in_var.h> header file. */
240#undef HAVE_NETINET_IN_VAR_H
241
242/* Define to 1 if you have the <netinet/ip.h> header file. */
243#undef HAVE_NETINET_IP_H
244
245/* Define to 1 if you have the <net/if.h> header file. */
246#undef HAVE_NET_IF_H
247
248/* Define to 1 if you have the <net/if_var.h> header file. */
249#undef HAVE_NET_IF_VAR_H
250
251/* sntp does not care about 'nice' */
252#undef HAVE_NO_NICE
253
254/* if you have NT Event Log */
255#undef HAVE_NT_EVENT_LOG
256
257/* if you have NT Service Manager */
258#undef HAVE_NT_SERVICE_MANAGER
259
260/* if you have NT Threads */
261#undef HAVE_NT_THREADS
262
263/* Define to 1 if you have the <openssl/cmac.h> header file. */
264#undef HAVE_OPENSSL_CMAC_H
265
266/* Define to 1 if you have the <openssl/hmac.h> header file. */
267#undef HAVE_OPENSSL_HMAC_H
268
269/* Define this if pathfind(3) works */
270#undef HAVE_PATHFIND
271
272/* Define to 1 if the system has the type `pid_t'. */
273#undef HAVE_PID_T
274
275/* Define to 1 if you have the <priv.h> header file. */
276#undef HAVE_PRIV_H
277
278/* Define if you have POSIX threads libraries and header files. */
279#undef HAVE_PTHREAD
280
281/* define to pthreads API spec revision */
282#undef HAVE_PTHREADS
283
284/* Define to 1 if you have the `pthread_attr_getstacksize' function. */
285#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE
286
287/* Define to 1 if you have the `pthread_attr_setstacksize' function. */
288#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
289
290/* define if you have pthread_detach function */
291#undef HAVE_PTHREAD_DETACH
292
293/* Define to 1 if you have the `pthread_getconcurrency' function. */
294#undef HAVE_PTHREAD_GETCONCURRENCY
295
296/* Define to 1 if you have the <pthread.h> header file. */
297#undef HAVE_PTHREAD_H
298
299/* Define to 1 if you have the `pthread_kill' function. */
300#undef HAVE_PTHREAD_KILL
301
302/* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
303#undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP
304
305/* define if you have pthread_rwlock_destroy function */
306#undef HAVE_PTHREAD_RWLOCK_DESTROY
307
308/* Define to 1 if you have the `pthread_setconcurrency' function. */
309#undef HAVE_PTHREAD_SETCONCURRENCY
310
311/* Define to 1 if you have the `pthread_yield' function. */
312#undef HAVE_PTHREAD_YIELD
313
314/* Define to 1 if you have the <pth.h> header file. */
315#undef HAVE_PTH_H
316
317/* Define to 1 if the system has the type `ptrdiff_t'. */
318#undef HAVE_PTRDIFF_T
319
320/* Define to 1 if you have the <readline.h> header file. */
321#undef HAVE_READLINE_H
322
323/* Define if your readline library has \`add_history' */
324#undef HAVE_READLINE_HISTORY
325
326/* Define to 1 if you have the <readline/history.h> header file. */
327#undef HAVE_READLINE_HISTORY_H
328
329/* Define to 1 if you have the <readline/readline.h> header file. */
330#undef HAVE_READLINE_READLINE_H
331
332/* Define this if we have a functional realpath(3C) */
333#undef HAVE_REALPATH
334
335/* Define to 1 if you have the `recvmsg' function. */
336#undef HAVE_RECVMSG
337
338/* Define to 1 if you have the <resolv.h> header file. */
339#undef HAVE_RESOLV_H
340
341/* Define to 1 if you have the `res_init' function. */
342#undef HAVE_RES_INIT
343
344/* Define to 1 if you have the <runetype.h> header file. */
345#undef HAVE_RUNETYPE_H
346
347/* Define to 1 if you have the <sched.h> header file. */
348#undef HAVE_SCHED_H
349
350/* Define to 1 if you have the `sched_yield' function. */
351#undef HAVE_SCHED_YIELD
352
353/* Define to 1 if you have the <semaphore.h> header file. */
354#undef HAVE_SEMAPHORE_H
355
356/* Define to 1 if you have the `sem_timedwait' function. */
357#undef HAVE_SEM_TIMEDWAIT
358
359/* Define to 1 if you have the <setjmp.h> header file. */
360#undef HAVE_SETJMP_H
361
362/* Define to 1 if you have the `settimeofday' function. */
363#undef HAVE_SETTIMEOFDAY
364
365/* Define to 1 if you have the `sigaction' function. */
366#undef HAVE_SIGACTION
367
368/* Can we use SIGIO for tcp and udp IO? */
369#undef HAVE_SIGNALED_IO
370
371/* Define to 1 if you have the `sigset' function. */
372#undef HAVE_SIGSET
373
374/* Define to 1 if you have the `sigvec' function. */
375#undef HAVE_SIGVEC
376
377/* sigwait() available? */
378#undef HAVE_SIGWAIT
379
380/* Define to 1 if the system has the type `size_t'. */
381#undef HAVE_SIZE_T
382
383/* Define to 1 if you have the `snprintf' function. */
384#undef HAVE_SNPRINTF
385
386/* Define to 1 if you have the `socket' function. */
387#undef HAVE_SOCKET
388
389/* Define to 1 if you have the `socketpair' function. */
390#undef HAVE_SOCKETPAIR
391
392/* Are Solaris privileges available? */
393#undef HAVE_SOLARIS_PRIVS
394
395/* Define to 1 if you have the <stdarg.h> header file. */
396#undef HAVE_STDARG_H
397
398/* Define to 1 if stdbool.h conforms to C99. */
399#undef HAVE_STDBOOL_H
400
401/* Define to 1 if you have the <stddef.h> header file. */
402#undef HAVE_STDDEF_H
403
404/* Define to 1 if you have the <stdint.h> header file. */
405#undef HAVE_STDINT_H
406
407/* Define to 1 if you have the <stdlib.h> header file. */
408#undef HAVE_STDLIB_H
409
410/* Define to 1 if you have the `stime' function. */
411#undef HAVE_STIME
412
413/* Define to 1 if you have the `strchr' function. */
414#undef HAVE_STRCHR
415
416/* Define to 1 if you have the `strdup' function. */
417#undef HAVE_STRDUP
418
419/* Define to 1 if you have the `strerror_r' function. */
420#undef HAVE_STRERROR_R
421
422/* Define this if strftime() works */
423#undef HAVE_STRFTIME
424
425/* Define to 1 if you have the <strings.h> header file. */
426#undef HAVE_STRINGS_H
427
428/* Define to 1 if you have the <string.h> header file. */
429#undef HAVE_STRING_H
430
431/* Define to 1 if you have the `strlcat' function. */
432#undef HAVE_STRLCAT
433
434/* Define to 1 if you have the `strlcpy' function. */
435#undef HAVE_STRLCPY
436
437/* Define to 1 if you have the `strrchr' function. */
438#undef HAVE_STRRCHR
439
440/* Define to 1 if you have the `strsignal' function. */
441#undef HAVE_STRSIGNAL
442
443/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
444#undef HAVE_STRUCT_LCONV_DECIMAL_POINT
445
446/* Define to 1 if `thousands_sep' is a member of `struct lconv'. */
447#undef HAVE_STRUCT_LCONV_THOUSANDS_SEP
448
449/* Do we have struct ntptimeval? */
450#undef HAVE_STRUCT_NTPTIMEVAL
451
452/* Does a system header define struct sockaddr_storage? */
453#undef HAVE_STRUCT_SOCKADDR_STORAGE
454
455/* struct timespec declared? */
456#undef HAVE_STRUCT_TIMESPEC
457
458/* Define to 1 if you have the <synch.h> header file. */
459#undef HAVE_SYNCH_H
460
461/* Define to 1 if you have the `sysconf' function. */
462#undef HAVE_SYSCONF
463
464/* Define to 1 if you have the <sysexits.h> header file. */
465#undef HAVE_SYSEXITS_H
466
467/* */
468#undef HAVE_SYSLOG_FACILITYNAMES
469
470/* Define to 1 if you have the <syslog.h> header file. */
471#undef HAVE_SYSLOG_H
472
473/* Define to 1 if you have the <sys/capability.h> header file. */
474#undef HAVE_SYS_CAPABILITY_H
475
476/* Define to 1 if you have the <sys/clockctl.h> header file. */
477#undef HAVE_SYS_CLOCKCTL_H
478
479/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
480   */
481#undef HAVE_SYS_DIR_H
482
483/* Define to 1 if you have the <sys/limits.h> header file. */
484#undef HAVE_SYS_LIMITS_H
485
486/* Define to 1 if you have the <sys/mac.h> header file. */
487#undef HAVE_SYS_MAC_H
488
489/* Define to 1 if you have the <sys/mman.h> header file. */
490#undef HAVE_SYS_MMAN_H
491
492/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
493   */
494#undef HAVE_SYS_NDIR_H
495
496/* Define to 1 if you have the <sys/param.h> header file. */
497#undef HAVE_SYS_PARAM_H
498
499/* Define to 1 if you have the <sys/poll.h> header file. */
500#undef HAVE_SYS_POLL_H
501
502/* Define to 1 if you have the <sys/prctl.h> header file. */
503#undef HAVE_SYS_PRCTL_H
504
505/* Define to 1 if you have the <sys/procset.h> header file. */
506#undef HAVE_SYS_PROCSET_H
507
508/* Define to 1 if you have the <sys/select.h> header file. */
509#undef HAVE_SYS_SELECT_H
510
511/* Define to 1 if you have the <sys/socket.h> header file. */
512#undef HAVE_SYS_SOCKET_H
513
514/* Define to 1 if you have the <sys/stat.h> header file. */
515#undef HAVE_SYS_STAT_H
516
517/* Define to 1 if you have the <sys/stropts.h> header file. */
518#undef HAVE_SYS_STROPTS_H
519
520/* Define to 1 if you have the <sys/sysctl.h> header file. */
521#undef HAVE_SYS_SYSCTL_H
522
523/* Define to 1 if you have the <sys/timepps.h> header file. */
524#undef HAVE_SYS_TIMEPPS_H
525
526/* Define to 1 if you have the <sys/timers.h> header file. */
527#undef HAVE_SYS_TIMERS_H
528
529/* Define to 1 if you have the <sys/time.h> header file. */
530#undef HAVE_SYS_TIME_H
531
532/* Define to 1 if you have the <sys/types.h> header file. */
533#undef HAVE_SYS_TYPES_H
534
535/* Define to 1 if you have the <sys/un.h> header file. */
536#undef HAVE_SYS_UN_H
537
538/* Define to 1 if you have the <sys/wait.h> header file. */
539#undef HAVE_SYS_WAIT_H
540
541/* Define to 1 if the system has the type `s_char'. */
542#undef HAVE_S_CHAR
543
544/* sntp does not care about TTY stuff */
545#undef HAVE_TERMIOS
546
547/* if you have Solaris LWP (thr) package */
548#undef HAVE_THR
549
550/* Define to 1 if you have the <thread.h> header file. */
551#undef HAVE_THREAD_H
552
553/* Define to 1 if you have the `thr_getconcurrency' function. */
554#undef HAVE_THR_GETCONCURRENCY
555
556/* Define to 1 if you have the `thr_setconcurrency' function. */
557#undef HAVE_THR_SETCONCURRENCY
558
559/* Define to 1 if you have the `thr_yield' function. */
560#undef HAVE_THR_YIELD
561
562/* Define to 1 if you have the `timegm' function. */
563#undef HAVE_TIMEGM
564
565/* Define to 1 if you have the <time.h> header file. */
566#undef HAVE_TIME_H
567
568/* Are TrustedBSD MAC policy privileges available? */
569#undef HAVE_TRUSTEDBSD_MAC
570
571/* Define to 1 if the system has the type `uint16_t'. */
572#undef HAVE_UINT16_T
573
574/* Define to 1 if the system has the type `uint32_t'. */
575#undef HAVE_UINT32_T
576
577/* Define to 1 if the system has the type `uint8_t'. */
578#undef HAVE_UINT8_T
579
580/* Define to 1 if the system has the type `uintmax_t'. */
581#undef HAVE_UINTMAX_T
582
583/* Define to 1 if the system has the type `uintptr_t'. */
584#undef HAVE_UINTPTR_T
585
586/* Define to 1 if the system has the type `uint_t'. */
587#undef HAVE_UINT_T
588
589/* Define to 1 if you have the <unistd.h> header file. */
590#undef HAVE_UNISTD_H
591
592/* deviant sigwait? */
593#undef HAVE_UNIXWARE_SIGWAIT
594
595/* Define to 1 if the system has the type `unsigned long long int'. */
596#undef HAVE_UNSIGNED_LONG_LONG_INT
597
598/* Define to 1 if you have the <utime.h> header file. */
599#undef HAVE_UTIME_H
600
601/* Define to 1 if the system has the type `u_int32'. */
602#undef HAVE_U_INT32
603
604/* u_int32 type in DNS headers, not others. */
605#undef HAVE_U_INT32_ONLY_WITH_DNS
606
607/* Define to 1 if you have the <values.h> header file. */
608#undef HAVE_VALUES_H
609
610/* Define to 1 if you have the <varargs.h> header file. */
611#undef HAVE_VARARGS_H
612
613/* Define to 1 if you have the `vfork' function. */
614#undef HAVE_VFORK
615
616/* Define to 1 if you have the <vfork.h> header file. */
617#undef HAVE_VFORK_H
618
619/* Define to 1 if you have the `vprintf' function. */
620#undef HAVE_VPRINTF
621
622/* Define if C99-compliant `vsnprintf' is available. */
623#undef HAVE_VSNPRINTF
624
625/* Define to 1 if you have the <wchar.h> header file. */
626#undef HAVE_WCHAR_H
627
628/* Define to 1 if the system has the type `wchar_t'. */
629#undef HAVE_WCHAR_T
630
631/* Define to 1 if the system has the type `wint_t'. */
632#undef HAVE_WINT_T
633
634/* Define to 1 if `fork' works. */
635#undef HAVE_WORKING_FORK
636
637/* Define to 1 if `vfork' works. */
638#undef HAVE_WORKING_VFORK
639
640/* define if select implicitly yields */
641#undef HAVE_YIELDING_SELECT
642
643/* Define to 1 if the system has the type `_Bool'. */
644#undef HAVE__BOOL
645
646/* defined if C compiler supports __attribute__((...)) */
647#undef HAVE___ATTRIBUTE__
648
649
650	/* define away __attribute__() if unsupported */
651	#ifndef HAVE___ATTRIBUTE__
652	# define __attribute__(x) /* empty */
653	#endif
654	#define ISC_PLATFORM_NORETURN_PRE
655	#define ISC_PLATFORM_NORETURN_POST __attribute__((__noreturn__))
656
657
658
659/* Define to 1 if you have the `__res_init' function. */
660#undef HAVE___RES_INIT
661
662/* Does struct sockaddr_storage have __ss_family? */
663#undef HAVE___SS_FAMILY_IN_SS
664
665
666	    /* Handle sockaddr_storage.__ss_family */
667	    #ifdef HAVE___SS_FAMILY_IN_SS
668	    # define ss_family __ss_family
669	    #endif /* HAVE___SS_FAMILY_IN_SS */
670
671
672
673/* Define to provide `rpl_snprintf' function. */
674#undef HW_WANT_RPL_SNPRINTF
675
676/* Define to provide `rpl_vsnprintf' function. */
677#undef HW_WANT_RPL_VSNPRINTF
678
679/* Enclose PTHREAD_ONCE_INIT in extra braces? */
680#undef ISC_PLATFORM_BRACEPTHREADONCEINIT
681
682/* Do we need to fix in6isaddr? */
683#undef ISC_PLATFORM_FIXIN6ISADDR
684
685/* ISC: do we have if_nametoindex()? */
686#undef ISC_PLATFORM_HAVEIFNAMETOINDEX
687
688/* have struct if_laddrconf? */
689#undef ISC_PLATFORM_HAVEIF_LADDRCONF
690
691/* have struct if_laddrreq? */
692#undef ISC_PLATFORM_HAVEIF_LADDRREQ
693
694/* have struct in6_pktinfo? */
695#undef ISC_PLATFORM_HAVEIN6PKTINFO
696
697/* have IPv6? */
698#undef ISC_PLATFORM_HAVEIPV6
699
700/* struct sockaddr has sa_len? */
701#undef ISC_PLATFORM_HAVESALEN
702
703/* sin6_scope_id? */
704#undef ISC_PLATFORM_HAVESCOPEID
705
706/* missing in6addr_any? */
707#undef ISC_PLATFORM_NEEDIN6ADDRANY
708
709/* Do we need netinet6/in6.h? */
710#undef ISC_PLATFORM_NEEDNETINET6IN6H
711
712/* ISC: provide inet_ntop() */
713#undef ISC_PLATFORM_NEEDNTOP
714
715/* Declare in_port_t? */
716#undef ISC_PLATFORM_NEEDPORTT
717
718/* ISC: provide inet_pton() */
719#undef ISC_PLATFORM_NEEDPTON
720
721/* enable libisc thread support? */
722#undef ISC_PLATFORM_USETHREADS
723
724/* define to 1 if library is thread safe */
725#undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
726
727/* Define to the sub-directory where libtool stores uninstalled libraries. */
728#undef LT_OBJDIR
729
730/* Does the target support multicast IP? */
731#undef MCAST
732
733/* having to fork the DNS worker early when doing chroot? */
734#undef NEED_EARLY_FORK
735
736/* pthread_init() required? */
737#undef NEED_PTHREAD_INIT
738
739/* use PTHREAD_SCOPE_SYSTEM? */
740#undef NEED_PTHREAD_SCOPE_SYSTEM
741
742/* Do we need an s_char typedef? */
743#undef NEED_S_CHAR_TYPEDEF
744
745/* Define this if optional arguments are disallowed */
746#undef NO_OPTIONAL_OPT_ARGS
747
748/* Should we avoid #warning on option name collisions? */
749#undef NO_OPTION_NAME_WARNINGS
750
751/* define if you have (or want) no threads */
752#undef NO_THREADS
753
754/* Use OpenSSL? */
755#undef OPENSSL
756
757/* Name of package */
758#undef PACKAGE
759
760/* Define to the address where bug reports for this package should be sent. */
761#undef PACKAGE_BUGREPORT
762
763/* Define to the full name of this package. */
764#undef PACKAGE_NAME
765
766/* Define to the full name and version of this package. */
767#undef PACKAGE_STRING
768
769/* Define to the one symbol short name of this package. */
770#undef PACKAGE_TARNAME
771
772/* Define to the home page for this package. */
773#undef PACKAGE_URL
774
775/* Define to the version of this package. */
776#undef PACKAGE_VERSION
777
778/* define to a working POSIX compliant shell */
779#undef POSIX_SHELL
780
781/* enable thread safety */
782#undef REENTRANT
783
784/* name of regex header file */
785#undef REGEX_HEADER
786
787/* define if sched_yield yields the entire process */
788#undef REPLACE_BROKEN_YIELD
789
790/* The size of `char *', as computed by sizeof. */
791#undef SIZEOF_CHAR_P
792
793/* The size of `int', as computed by sizeof. */
794#undef SIZEOF_INT
795
796/* The size of `long', as computed by sizeof. */
797#undef SIZEOF_LONG
798
799/* The size of `long long', as computed by sizeof. */
800#undef SIZEOF_LONG_LONG
801
802/* The size of `pthread_t', as computed by sizeof. */
803#undef SIZEOF_PTHREAD_T
804
805/* The size of `short', as computed by sizeof. */
806#undef SIZEOF_SHORT
807
808/* The size of `signed char', as computed by sizeof. */
809#undef SIZEOF_SIGNED_CHAR
810
811/* The size of `time_t', as computed by sizeof. */
812#undef SIZEOF_TIME_T
813
814/* If using the C implementation of alloca, define if you know the
815   direction of stack growth for your system; otherwise it will be
816   automatically deduced at runtime.
817	STACK_DIRECTION > 0 => grows toward higher addresses
818	STACK_DIRECTION < 0 => grows toward lower addresses
819	STACK_DIRECTION = 0 => direction of growth unknown */
820#undef STACK_DIRECTION
821
822/* Define to 1 if you have the ANSI C header files. */
823#undef STDC_HEADERS
824
825/* Define to 1 if strerror_r returns char *. */
826#undef STRERROR_R_CHAR_P
827
828/* canonical system (cpu-vendor-os) of where we should run */
829#undef STR_SYSTEM
830
831/* Does Xettimeofday take 1 arg? */
832#undef SYSV_TIMEOFDAY
833
834/* enable thread safety */
835#undef THREADSAFE
836
837/* enable thread safety */
838#undef THREAD_SAFE
839
840/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
841#undef TIME_WITH_SYS_TIME
842
843/* Provide a typedef for uintptr_t? */
844#ifndef HAVE_UINTPTR_T
845typedef unsigned int	uintptr_t;
846#define HAVE_UINTPTR_T	1
847#endif
848
849/* What type to use for setsockopt */
850#undef TYPEOF_IP_MULTICAST_LOOP
851
852/* OK to use snprintb()? */
853#undef USE_SNPRINTB
854
855/* Can we use SIGPOLL for tty IO? */
856#undef USE_TTY_SIGPOLL
857
858/* Can we use SIGPOLL for UDP? */
859#undef USE_UDP_SIGPOLL
860
861/* Version number of package */
862#undef VERSION
863
864/* vsnprintf expands "%m" to strerror(errno) */
865#undef VSNPRINTF_PERCENT_M
866
867/* configure --enable-ipv6 */
868#undef WANT_IPV6
869
870/* Define this if a working libregex can be found */
871#undef WITH_LIBREGEX
872
873/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
874   significant byte first (like Motorola and SPARC, unlike Intel). */
875#if defined AC_APPLE_UNIVERSAL_BUILD
876# if defined __BIG_ENDIAN__
877#  define WORDS_BIGENDIAN 1
878# endif
879#else
880# ifndef WORDS_BIGENDIAN
881#  undef WORDS_BIGENDIAN
882# endif
883#endif
884
885/* Define to 1 if on MINIX. */
886#undef _MINIX
887
888/* Define to 2 if the system does not provide POSIX.1 features except with
889   this defined. */
890#undef _POSIX_1_SOURCE
891
892/* Define to 1 if you need to in order for `stat' and other things to work. */
893#undef _POSIX_SOURCE
894
895/* enable thread safety */
896#undef _REENTRANT
897
898/* enable thread safety */
899#undef _SGI_MP_SOURCE
900
901/* enable thread safety */
902#undef _THREADSAFE
903
904/* enable thread safety */
905#undef _THREAD_SAFE
906
907/* Define to 500 only on HP-UX. */
908#undef _XOPEN_SOURCE
909
910/* Are we _special_? */
911#undef __APPLE_USE_RFC_3542
912
913/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
914#ifndef __CHAR_UNSIGNED__
915# undef __CHAR_UNSIGNED__
916#endif
917
918/* Enable extensions on AIX 3, Interix.  */
919#ifndef _ALL_SOURCE
920# undef _ALL_SOURCE
921#endif
922/* Enable GNU extensions on systems that have them.  */
923#ifndef _GNU_SOURCE
924# undef _GNU_SOURCE
925#endif
926/* Enable threading extensions on Solaris.  */
927#ifndef _POSIX_PTHREAD_SEMANTICS
928# undef _POSIX_PTHREAD_SEMANTICS
929#endif
930/* Enable extensions on HP NonStop.  */
931#ifndef _TANDEM_SOURCE
932# undef _TANDEM_SOURCE
933#endif
934/* Enable general extensions on Solaris.  */
935#ifndef __EXTENSIONS__
936# undef __EXTENSIONS__
937#endif
938
939
940/* Define to empty if `const' does not conform to ANSI C. */
941#undef const
942
943/* Define to `int' if <sys/types.h> doesn't define. */
944#undef gid_t
945
946/* Define to `__inline__' or `__inline' if that's what the C compiler
947   calls it, or to nothing if 'inline' is not supported under any name.  */
948#ifndef __cplusplus
949#undef inline
950#endif
951
952/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
953   not define. */
954#undef intmax_t
955
956/* Define to `int' if <sys/types.h> does not define. */
957#undef pid_t
958
959/* Define to `unsigned int' if <sys/types.h> does not define. */
960#undef size_t
961
962
963	    #if !defined(_KERNEL) && !defined(PARSESTREAM)
964	    /*
965	     * stdio.h must be included after _GNU_SOURCE is defined
966	     * but before #define snprintf rpl_snprintf
967	     */
968	    # include <stdio.h>
969	    #endif
970
971
972/* Define to rpl_snprintf if the replacement function should be used. */
973#undef snprintf
974
975/* Define to `int' if <sys/types.h> doesn't define. */
976#undef uid_t
977
978/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
979   do not define. */
980#undef uintmax_t
981
982/* Define to the type of an unsigned integer type wide enough to hold a
983   pointer, if such a type exists, and if the system does not define it. */
984#undef uintptr_t
985
986/* Define as `fork' if `vfork' does not work. */
987#undef vfork
988
989/* Define to empty if the keyword `volatile' does not work. Warning: valid
990   code using `volatile' can become incorrect without. Disable with care. */
991#undef volatile
992
993/* Define to rpl_vsnprintf if the replacement function should be used. */
994#undef vsnprintf
995
996
997#ifndef MPINFOU_PREDECLARED
998# define MPINFOU_PREDECLARED
999typedef union mpinfou {
1000	struct pdk_mpinfo *pdkptr;
1001	struct mpinfo *pikptr;
1002} mpinfou_t;
1003#endif
1004
1005
1006
1007	#if !defined(_KERNEL) && !defined(PARSESTREAM)
1008	# if defined(HW_WANT_RPL_VSNPRINTF)
1009	#  if defined(__cplusplus)
1010	extern "C" {
1011	# endif
1012	# include <stdarg.h>
1013	int rpl_vsnprintf(char *, size_t, const char *, va_list);
1014	# if defined(__cplusplus)
1015	}
1016	#  endif
1017	# endif
1018	# if defined(HW_WANT_RPL_SNPRINTF)
1019	#  if defined(__cplusplus)
1020	extern "C" {
1021	#  endif
1022	int rpl_snprintf(char *, size_t, const char *, ...);
1023	#  if defined(__cplusplus)
1024	}
1025	#  endif
1026	# endif
1027	#endif	/* !defined(_KERNEL) && !defined(PARSESTREAM) */
1028
1029