xref: /freebsd/usr.sbin/ntp/config.h (revision 9a14aa017b21c292740c00ee098195cd46642730)
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 /* $FreeBSD$ */
4 
5 /* Is adjtime() accurate? */
6 /* #undef ADJTIME_IS_ACCURATE */
7 
8 /* CHU audio/decoder? */
9 /* #undef AUDIO_CHU */
10 
11 /* Declare char *sys_errlist array */
12 /* #undef CHAR_SYS_ERRLIST */
13 
14 /* ACTS modem service */
15 /* #undef CLOCK_ACTS */
16 
17 /* Arbiter 1088A/B GPS receiver */
18 /* #undef CLOCK_ARBITER */
19 
20 /* ARCRON support? */
21 /* #undef CLOCK_ARCRON_MSF */
22 
23 /* Austron 2200A/2201A GPS receiver? */
24 /* #undef CLOCK_AS2201 */
25 
26 /* PPS interface? */
27 #define CLOCK_ATOM 1
28 
29 /* Datum/Bancomm bc635/VME interface? */
30 /* #undef CLOCK_BANC */
31 
32 /* Chronolog K-series WWVB receiver? */
33 /* #undef CLOCK_CHRONOLOG */
34 
35 /* CHU modem/decoder */
36 /* #undef CLOCK_CHU */
37 
38 /* Diems Computime Radio Clock? */
39 /* #undef CLOCK_COMPUTIME */
40 
41 /* Datum Programmable Time System? */
42 /* #undef CLOCK_DATUM */
43 
44 /* ELV/DCF7000 clock? */
45 /* #undef CLOCK_DCF7000 */
46 
47 /* Dumb generic hh:mm:ss local clock? */
48 #define CLOCK_DUMBCLOCK 1
49 
50 /* Forum Graphic GPS datating station driver? */
51 /* #undef CLOCK_FG */
52 
53 /* TrueTime GPS receiver/VME interface? */
54 /* #undef CLOCK_GPSVME */
55 
56 /* Heath GC-1000 WWV/WWVH receiver? */
57 /* #undef CLOCK_HEATH */
58 
59 /* HOPF 6021 clock? */
60 /* #undef CLOCK_HOPF6021 */
61 
62 /* HOPF PCI clock device? */
63 /* #undef CLOCK_HOPF_PCI */
64 
65 /* HOPF serial clock device? */
66 /* #undef CLOCK_HOPF_SERIAL */
67 
68 /* HP 58503A GPS receiver? */
69 /* #undef CLOCK_HPGPS */
70 
71 /* IRIG audio decoder? */
72 /* #undef CLOCK_IRIG */
73 
74 /* JJY receiver? */
75 /* #undef CLOCK_JJY */
76 
77 /* Rockwell Jupiter GPS clock? */
78 /* #undef CLOCK_JUPITER */
79 
80 /* Leitch CSD 5300 Master Clock System Driver? */
81 /* #undef CLOCK_LEITCH */
82 
83 /* local clock reference? */
84 #define CLOCK_LOCAL 1
85 
86 /* Meinberg clocks */
87 /* #undef CLOCK_MEINBERG */
88 
89 /* Magnavox MX4200 GPS receiver */
90 /* #undef CLOCK_MX4200 */
91 
92 /* NeoClock4X */
93 /* #undef CLOCK_NEOCLOCK4X */
94 
95 /* NMEA GPS receiver */
96 #define CLOCK_NMEA 1
97 
98 /* Motorola UT Oncore GPS */
99 #define CLOCK_ONCORE 1
100 
101 /* Palisade clock */
102 /* #undef CLOCK_PALISADE */
103 
104 /* PARSE driver interface */
105 #define CLOCK_PARSE 1
106 
107 /* Conrad parallel port radio clock */
108 /* #undef CLOCK_PCF */
109 
110 /* PCL 720 clock support */
111 /* #undef CLOCK_PPS720 */
112 
113 /* PST/Traconex 1020 WWV/WWVH receiver */
114 /* #undef CLOCK_PST */
115 
116 /* DCF77 raw time code */
117 #define CLOCK_RAWDCF 1
118 
119 /* RCC 8000 clock */
120 /* #undef CLOCK_RCC8000 */
121 
122 /* RIPE NCC Trimble clock */
123 /* #undef CLOCK_RIPENCC */
124 
125 /* Schmid DCF77 clock */
126 /* #undef CLOCK_SCHMID */
127 
128 /* clock thru shared memory */
129 #define CLOCK_SHM
130 
131 /* Spectracom 8170/Netclock/2 WWVB receiver */
132 /* #undef CLOCK_SPECTRACOM */
133 
134 /* KSI/Odetics TPRO/S GPS receiver/IRIG interface */
135 /* #undef CLOCK_TPRO */
136 
137 /* Trimble GPS receiver/TAIP protocol */
138 /* #undef CLOCK_TRIMTAIP */
139 
140 /* Trimble GPS receiver/TSIP protocol */
141 /* #undef CLOCK_TRIMTSIP */
142 
143 /* Kinemetrics/TrueTime receivers */
144 /* #undef CLOCK_TRUETIME */
145 
146 /* TrueTime 560 IRIG-B decoder? */
147 /* #undef CLOCK_TT560 */
148 
149 /* Ultralink M320 WWVB receiver? */
150 /* #undef CLOCK_ULINK */
151 
152 /* VARITEXT protocol */
153 /* #undef CLOCK_VARITEXT */
154 
155 /* WHARTON 400A Series protocol */
156 /* #undef CLOCK_WHARTON_400A */
157 
158 /* WWV audio driver */
159 /* #undef CLOCK_WWV */
160 
161 /* Zyfer GPStarplus */
162 /* #undef CLOCK_ZYFER */
163 
164 /* Enable debugging? */
165 /* #undef DEBUG */
166 
167 /* Enable processing time debugging? */
168 /* #undef DEBUG_TIMING */
169 
170 /* Declaration style */
171 /* #undef DECL_ADJTIME_0 */
172 
173 /* Declaration style */
174 /* #undef DECL_BCOPY_0 */
175 
176 /* Declaration style */
177 /* #undef DECL_BZERO_0 */
178 
179 /* Declaration style */
180 /* #undef DECL_CFSETISPEED_0 */
181 
182 /* Declare errno? */
183 /* #undef DECL_ERRNO */
184 
185 /* Declaration style */
186 /* #undef DECL_HSTRERROR_0 */
187 
188 /* Declare h_errno? */
189 #define DECL_H_ERRNO 1
190 
191 /* Declaration style */
192 /* #undef DECL_INET_NTOA_0 */
193 
194 /* Declaration style */
195 /* #undef DECL_IOCTL_0 */
196 
197 /* Declaration style */
198 /* #undef DECL_IPC_0 */
199 
200 /* Declaration style */
201 /* #undef DECL_MEMMOVE_0 */
202 
203 /* Declaration style */
204 /* #undef DECL_MKSTEMP_0 */
205 
206 /* Declaration style */
207 /* #undef DECL_MKTEMP_0 */
208 
209 /* Declaration style */
210 /* #undef DECL_NLIST_0 */
211 
212 /* Declaration style */
213 /* #undef DECL_PLOCK_0 */
214 
215 /* Declaration style */
216 /* #undef DECL_RENAME_0 */
217 
218 /* Declaration style */
219 /* #undef DECL_SELECT_0 */
220 
221 /* Declaration style */
222 /* #undef DECL_SETITIMER_0 */
223 
224 /* Declaration style */
225 /* #undef DECL_SETPRIORITY_0 */
226 
227 /* Declaration style */
228 /* #undef DECL_SETPRIORITY_1 */
229 
230 /* Declaration style */
231 /* #undef DECL_SIGVEC_0 */
232 
233 /* Declaration style */
234 /* #undef DECL_STDIO_0 */
235 
236 /* Declaration style */
237 /* #undef DECL_STIME_0 */
238 
239 /* Declaration style */
240 /* #undef DECL_STIME_1 */
241 
242 /* Declaration style */
243 /* #undef DECL_STRERROR_0 */
244 
245 /* Declaration style */
246 /* #undef DECL_STRTOL_0 */
247 
248 /* Declare syscall()? */
249 #define DECL_SYSCALL 1
250 
251 /* Declaration style */
252 /* #undef DECL_SYSLOG_0 */
253 
254 /* Declaration style */
255 /* #undef DECL_TIMEOFDAY_0 */
256 
257 /* Declaration style */
258 /* #undef DECL_TIME_0 */
259 
260 /* Declaration style */
261 /* #undef DECL_TOLOWER_0 */
262 
263 /* Declaration style */
264 /* #undef DECL_TOUPPER_0 */
265 
266 /* What is the fallback value for HZ? */
267 #define DEFAULT_HZ 100
268 
269 /* synch TODR hourly? */
270 /* #undef DOSYNCTODR */
271 
272 /* The number of minutes in a DST adjustment */
273 #define DSTMINUTES 60
274 
275 /* fopen(3) accepts a 'b' in the mode flag */
276 #define FOPEN_BINARY_FLAG "b"
277 
278 /* fopen(3) accepts a 't' in the mode flag */
279 #define FOPEN_TEXT_FLAG "t"
280 
281 /* force ntpdate to step the clock if !defined(STEP_SLEW) ? */
282 /* #undef FORCE_NTPDATE_STEP */
283 
284 /* What is getsockname()'s socklen type? */
285 #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
286 
287 /* Do we have a routing socket (struct rt_msghdr)? */
288 #define HAS_ROUTING_SOCKET 1
289 
290 /* Define to 1 if you have the <arpa/nameser.h> header file. */
291 #define HAVE_ARPA_NAMESER_H 1
292 
293 /* Do we have audio support? */
294 #define HAVE_AUDIO	1
295 
296 /* Define to 1 if you have the <bstring.h> header file. */
297 /* #undef HAVE_BSTRING_H */
298 
299 /* Define to 1 if you have the `canonicalize_file_name' function. */
300 /* #undef HAVE_CANONICALIZE_FILE_NAME */
301 
302 /* Do we have the CIOGETEV ioctl (SunOS, Linux)? */
303 /* #undef HAVE_CIOGETEV */
304 
305 /* Define to 1 if you have the `clock_gettime' function. */
306 #define HAVE_CLOCK_GETTIME 1
307 
308 /* Define to 1 if you have the `clock_settime' function. */
309 #define HAVE_CLOCK_SETTIME 1
310 
311 /* Define to 1 if you have the `daemon' function. */
312 #define HAVE_DAEMON 1
313 
314 /* Define this if /dev/zero is readable device */
315 #define HAVE_DEV_ZERO 1
316 
317 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
318    */
319 #define HAVE_DIRENT_H 1
320 
321 /* Define to 1 if you have the <dlfcn.h> header file. */
322 #define HAVE_DLFCN_H 1
323 
324 /* Use Rendezvous/DNS-SD registration */
325 /* #undef HAVE_DNSREGISTRATION */
326 
327 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
328 /* #undef HAVE_DOPRNT */
329 
330 /* Can we drop root privileges? */
331 /* #undef HAVE_DROPROOT */
332 
333 /* Define to 1 if you have the <errno.h> header file. */
334 #define HAVE_ERRNO_H 1
335 
336 /* Define to 1 if you have the `EVP_md2' function. */
337 /* #undef HAVE_EVP_MD2 */
338 
339 /* Define to 1 if you have the `EVP_mdc2' function. */
340 /* #undef HAVE_EVP_MDC2 */
341 
342 /* Define to 1 if you have the <fcntl.h> header file. */
343 #define HAVE_FCNTL_H 1
344 
345 /* Define to 1 if you have the `finite' function. */
346 /* #undef HAVE_FINITE */
347 
348 /* Define to 1 if you have the `getbootfile' function. */
349 #define HAVE_GETBOOTFILE 1
350 
351 /* Define to 1 if you have the `getclock' function. */
352 /* #undef HAVE_GETCLOCK */
353 
354 /* Define to 1 if you have the `getdtablesize' function. */
355 #define HAVE_GETDTABLESIZE 1
356 
357 /* Define to 1 if you have the `getifaddrs' function. */
358 #define HAVE_GETIFADDRS 1
359 
360 /* Define to 1 if you have the `getrusage' function. */
361 #define HAVE_GETRUSAGE 1
362 
363 /* Define to 1 if you have the `getuid' function. */
364 #define HAVE_GETUID 1
365 
366 /* Define to 1 if you have the `hstrerror' function. */
367 #define HAVE_HSTRERROR 1
368 
369 /* Obvious... */
370 #define HAVE_HZ_IN_STRUCT_CLOCKINFO 1
371 
372 /* Define to 1 if you have the <ieeefp.h> header file. */
373 #define HAVE_IEEEFP_H 1
374 
375 /* ISC: Use iflist_sysctl? */
376 #define HAVE_IFLIST_SYSCTL 1
377 
378 /* Define to 1 if the system has the type `int16_t'. */
379 #define HAVE_INT16_T 1
380 
381 /* Define to 1 if the system has the type `int32_t'. */
382 #define HAVE_INT32_T 1
383 
384 /* Define to 1 if the system has the type `int8_t'. */
385 #define HAVE_INT8_T 1
386 
387 /* Define to 1 if the system has the type `intptr_t'. */
388 #define HAVE_INTPTR_T 1
389 
390 /* Define to 1 if you have the <inttypes.h> header file. */
391 #define HAVE_INTTYPES_H 1
392 
393 /* Define to 1 if you have the `isfinite' function. */
394 #define HAVE_ISFINITE 1
395 
396 /* Define to 1 if you have the `kvm_open' function. */
397 #define HAVE_KVM_OPEN 1
398 
399 /* Define to 1 if you have the `K_open' function. */
400 /* #undef HAVE_K_OPEN */
401 
402 /* Define to 1 if you have the `advapi32' library (-ladvapi32). */
403 /* #undef HAVE_LIBADVAPI32 */
404 
405 /* Do we have the curses library? */
406 /* #undef HAVE_LIBCURSES */
407 
408 /* Do we have the edit library? */
409 /* #undef HAVE_LIBEDIT */
410 
411 /* Define to 1 if you have the `elf' library (-lelf). */
412 #define HAVE_LIBELF 1
413 
414 /* Define to 1 if you have the `gen' library (-lgen). */
415 /* #undef HAVE_LIBGEN */
416 
417 /* Define to 1 if you have the <libgen.h> header file. */
418 #define HAVE_LIBGEN_H 1
419 
420 /* Define to 1 if you have the `kvm' library (-lkvm). */
421 #define HAVE_LIBKVM 1
422 
423 /* Define to 1 if you have the `ld' library (-lld). */
424 /* #undef HAVE_LIBLD */
425 
426 /* Define to 1 if you have the `md' library (-lmd). */
427 #define HAVE_LIBMD 1
428 
429 /* Define to 1 if you have the `md5' library (-lmd5). */
430 /* #undef HAVE_LIBMD5 */
431 
432 /* Define to 1 if you have the `mld' library (-lmld). */
433 /* #undef HAVE_LIBMLD */
434 
435 /* Define to 1 if you have the `nsl' library (-lnsl). */
436 /* #undef HAVE_LIBNSL */
437 
438 /* Define to 1 if you have the `posix4' library (-lposix4). */
439 /* #undef HAVE_LIBPOSIX4 */
440 
441 /* Define to 1 if you have the `readline' library (-lreadline). */
442 /* #undef HAVE_LIBREADLINE */
443 
444 /* Define to 1 if you have the `rt' library (-lrt). */
445 #define HAVE_LIBRT 1
446 
447 /* Define to 1 if you have the `socket' library (-lsocket). */
448 /* #undef HAVE_LIBSOCKET */
449 
450 /* Define to 1 if you have the `syslog' library (-lsyslog). */
451 /* #undef HAVE_LIBSYSLOG */
452 
453 /* Define to 1 if you have the `xnet' library (-lxnet). */
454 /* #undef HAVE_LIBXNET */
455 
456 /* Define to 1 if you have the <limits.h> header file. */
457 #define HAVE_LIMITS_H 1
458 
459 /* Do we have Linux capabilities? */
460 /* #undef HAVE_LINUX_CAPABILITIES */
461 
462 /* Define to 1 if you have the <machine/inline.h> header file. */
463 /* #undef HAVE_MACHINE_INLINE_H */
464 
465 /* Define to 1 if you have the <machine/soundcard.h> header file. */
466 /* #undef HAVE_MACHINE_SOUNDCARD_H */
467 
468 /* Define to 1 if you have the <math.h> header file. */
469 #define HAVE_MATH_H 1
470 
471 /* Define to 1 if you have the `MD5Init' function. */
472 #define HAVE_MD5INIT 1
473 
474 /* Define to 1 if you have the <md5.h> header file. */
475 #define HAVE_MD5_H 1
476 
477 /* Define to 1 if you have the `memcpy' function. */
478 #define HAVE_MEMCPY 1
479 
480 /* Define to 1 if you have the `memlk' function. */
481 /* #undef HAVE_MEMLK */
482 
483 /* Define to 1 if you have the `memmove' function. */
484 #define HAVE_MEMMOVE 1
485 
486 /* Define to 1 if you have the <memory.h> header file. */
487 #define HAVE_MEMORY_H 1
488 
489 /* Define to 1 if you have the `memset' function. */
490 #define HAVE_MEMSET 1
491 
492 /* Define to 1 if you have the `mkstemp' function. */
493 #define HAVE_MKSTEMP 1
494 
495 /* Define to 1 if you have the `mktime' function. */
496 #define HAVE_MKTIME 1
497 
498 /* Define to 1 if you have the `mlockall' function. */
499 #if __FreeBSD_version >= 500102
500 #define HAVE_MLOCKALL 1
501 #endif
502 
503 /* Define to 1 if you have the `mmap' function. */
504 #define HAVE_MMAP 1
505 
506 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
507 /* #undef HAVE_NDIR_H */
508 
509 /* Define to 1 if you have the <netdb.h> header file. */
510 #define HAVE_NETDB_H 1
511 
512 /* Define to 1 if you have the <netinet/in.h> header file. */
513 #define HAVE_NETINET_IN_H 1
514 
515 /* Define to 1 if you have the <netinet/in_system.h> header file. */
516 /* #undef HAVE_NETINET_IN_SYSTEM_H */
517 
518 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
519 #define HAVE_NETINET_IN_SYSTM_H 1
520 
521 /* Define to 1 if you have the <netinet/ip.h> header file. */
522 #define HAVE_NETINET_IP_H 1
523 
524 /* NetInfo support? */
525 /* #undef HAVE_NETINFO */
526 
527 /* Define to 1 if you have the <netinfo/ni.h> header file. */
528 /* #undef HAVE_NETINFO_NI_H */
529 
530 /* Define to 1 if you have the <net/if6.h> header file. */
531 /* #undef HAVE_NET_IF6_H */
532 
533 /* Define to 1 if you have the <net/if.h> header file. */
534 #define HAVE_NET_IF_H 1
535 
536 /* Define to 1 if you have the <net/route.h> header file. */
537 #define HAVE_NET_ROUTE_H 1
538 
539 /* Define to 1 if you have the `nice' function. */
540 #define HAVE_NICE 1
541 
542 /* Define to 1 if you have the `nlist' function. */
543 #define HAVE_NLIST 1
544 
545 /* Define to 1 if you have the `ntp_adjtime' function. */
546 #define HAVE_NTP_ADJTIME 1
547 
548 /* Define to 1 if you have the `ntp_gettime' function. */
549 #define HAVE_NTP_GETTIME 1
550 
551 /* Define this if pathfind(3) works */
552 /* #undef HAVE_PATHFIND */
553 
554 /* Define to 1 if you have the `plock' function. */
555 /* #undef HAVE_PLOCK */
556 
557 /* Define to 1 if you have the <poll.h> header file. */
558 #define HAVE_POLL_H 1
559 
560 /* Do we have the PPS API per the Draft RFC? */
561 #define HAVE_PPSAPI 1
562 
563 /* Are function prototypes OK? */
564 #define HAVE_PROTOTYPES 1
565 
566 /* Define to 1 if you have the `pututline' function. */
567 /* #undef HAVE_PUTUTLINE */
568 
569 /* Define to 1 if you have the `pututxline' function. */
570 /* #undef HAVE_PUTUTXLINE */
571 
572 /* Define to 1 if you have the <readline/history.h> header file. */
573 /* #undef HAVE_READLINE_HISTORY_H */
574 
575 /* Define to 1 if you have the <readline/readline.h> header file. */
576 /* #undef HAVE_READLINE_READLINE_H */
577 
578 /* Define to 1 if you have the `readlink' function. */
579 #define HAVE_READLINK 1
580 
581 /* Define this if we have a functional realpath(3C) */
582 #define HAVE_REALPATH 1
583 
584 /* Define to 1 if you have the `recvmsg' function. */
585 #define HAVE_RECVMSG 1
586 
587 /* Define to 1 if you have the <resolv.h> header file. */
588 #define HAVE_RESOLV_H 1
589 
590 /* Define to 1 if you have the `rtprio' function. */
591 #define HAVE_RTPRIO 1
592 
593 /* Should be obvious... */
594 #define HAVE_SA_LEN_IN_STRUCT_SOCKADDR 1
595 
596 /* Obvious... */
597 #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
598 
599 /* Define to 1 if you have the <sched.h> header file. */
600 /* #undef HAVE_SCHED_H */
601 
602 /* Define to 1 if you have the `sched_setscheduler' function. */
603 /* #undef HAVE_SCHED_SETSCHEDULER */
604 
605 /* Define to 1 if you have the <setjmp.h> header file. */
606 #define HAVE_SETJMP_H 1
607 
608 /* Define to 1 if you have the `setlinebuf' function. */
609 #define HAVE_SETLINEBUF 1
610 
611 /* Define to 1 if you have the `setpgid' function. */
612 #define HAVE_SETPGID 1
613 
614 /* define if setpgrp takes 0 arguments */
615 /* #undef HAVE_SETPGRP_0 */
616 
617 /* Define to 1 if you have the `setpriority' function. */
618 #define HAVE_SETPRIORITY 1
619 
620 /* Define to 1 if you have the `setrlimit' function. */
621 #define HAVE_SETRLIMIT 1
622 
623 /* Define to 1 if you have the `setsid' function. */
624 #define HAVE_SETSID 1
625 
626 /* Define to 1 if you have the `settimeofday' function. */
627 #define HAVE_SETTIMEOFDAY 1
628 
629 /* Define to 1 if you have the `setvbuf' function. */
630 #define HAVE_SETVBUF 1
631 
632 /* Define to 1 if you have the <sgtty.h> header file. */
633 /* #undef HAVE_SGTTY_H */
634 
635 /* Define to 1 if you have the `sigaction' function. */
636 #define HAVE_SIGACTION 1
637 
638 /* Can we use SIGIO for tcp and udp IO? */
639 /* #undef HAVE_SIGNALED_IO */
640 
641 /* Define to 1 if you have the `sigset' function. */
642 /* #undef HAVE_SIGSET */
643 
644 /* Define to 1 if you have the `sigsuspend' function. */
645 #define HAVE_SIGSUSPEND 1
646 
647 /* Define to 1 if you have the `sigvec' function. */
648 #define HAVE_SIGVEC 1
649 
650 /* Define to 1 if you have the `snprintf' function. */
651 #define HAVE_SNPRINTF 1
652 
653 /* Does struct sockaddr_storage have ss_family? */
654 #define HAVE_SS_FAMILY_IN_SS 1
655 
656 /* Does struct sockaddr_storage have ss_len? */
657 #define HAVE_SS_LEN_IN_SS 1
658 
659 /* Define to 1 if you have the <stdarg.h> header file. */
660 #define HAVE_STDARG_H 1
661 
662 /* Define to 1 if you have the <stdint.h> header file. */
663 #define HAVE_STDINT_H 1
664 
665 /* Define to 1 if you have the <stdlib.h> header file. */
666 #define HAVE_STDLIB_H 1
667 
668 /* Define to 1 if you have the `stime' function. */
669 /* #undef HAVE_STIME */
670 
671 /* Define to 1 if you have the `strchr' function. */
672 #define HAVE_STRCHR 1
673 
674 /* Define to 1 if you have the `strdup' function. */
675 #define HAVE_STRDUP 1
676 
677 /* Define to 1 if you have the `strerror' function. */
678 #define HAVE_STRERROR 1
679 
680 /* Define this if strftime() works */
681 #define HAVE_STRFTIME 1
682 
683 /* Define to 1 if you have the <strings.h> header file. */
684 #define HAVE_STRINGS_H 1
685 
686 /* Define to 1 if you have the <string.h> header file. */
687 #define HAVE_STRING_H 1
688 
689 /* Define to 1 if you have the `strrchr' function. */
690 #define HAVE_STRRCHR 1
691 
692 /* Define to 1 if you have the `strstr' function. */
693 #define HAVE_STRSTR 1
694 
695 /* Do we have struct ntptimeval? */
696 #define HAVE_STRUCT_NTPTIMEVAL 1
697 
698 /* Define to 1 if `time.tv_nsec' is member of `struct ntptimeval'. */
699 #define HAVE_STRUCT_NTPTIMEVAL_TIME_TV_NSEC 1
700 
701 /* Does a system header define struct ppsclockev? */
702 /* #undef HAVE_STRUCT_PPSCLOCKEV */
703 
704 /* Do we have struct snd_size? */
705 #define HAVE_STRUCT_SND_SIZE 1
706 
707 /* Define to 1 if `sin6_scope_id' is member of `struct sockaddr_in6'. */
708 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
709 
710 /* Does a system header define struct sockaddr_storage? */
711 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
712 
713 /* Do we have struct timespec? */
714 #define HAVE_STRUCT_TIMESPEC 1
715 
716 /* Define to 1 if you have the <sun/audioio.h> header file. */
717 /* #undef HAVE_SUN_AUDIOIO_H */
718 
719 /* Define to 1 if you have the `sysconf' function. */
720 #define HAVE_SYSCONF 1
721 
722 /* Define to 1 if you have the `sysctl' function. */
723 #define HAVE_SYSCTL 1
724 
725 /* Define to 1 if you have the <sysexits.h> header file. */
726 #define HAVE_SYSEXITS_H 1
727 
728 /* Define to 1 if you have the <sys/audioio.h> header file. */
729 /* #undef HAVE_SYS_AUDIOIO_H */
730 
731 /* Define to 1 if you have the <sys/capability.h> header file. */
732 /* #undef HAVE_SYS_CAPABILITY_H */
733 
734 /* Define to 1 if you have the <sys/clkdefs.h> header file. */
735 /* #undef HAVE_SYS_CLKDEFS_H */
736 
737 /* Define to 1 if you have the <sys/clockctl.h> header file. */
738 /* #undef HAVE_SYS_CLOCKCTL_H */
739 
740 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
741    */
742 /* #undef HAVE_SYS_DIR_H */
743 
744 /* Define to 1 if you have the <sys/file.h> header file. */
745 #define HAVE_SYS_FILE_H 1
746 
747 /* Define to 1 if you have the <sys/i8253.h> header file. */
748 /* #undef HAVE_SYS_I8253_H */
749 
750 /* Define to 1 if you have the <sys/ioctl.h> header file. */
751 #define HAVE_SYS_IOCTL_H 1
752 
753 /* Define to 1 if you have the <sys/ipc.h> header file. */
754 #define HAVE_SYS_IPC_H 1
755 
756 /* Define to 1 if you have the <sys/limits.h> header file. */
757 /* #undef HAVE_SYS_LIMITS_H */
758 
759 /* Define to 1 if you have the <sys/lock.h> header file. */
760 /* #undef HAVE_SYS_LOCK_H */
761 
762 /* Define to 1 if you have the <sys/mman.h> header file. */
763 #define HAVE_SYS_MMAN_H 1
764 
765 /* Define to 1 if you have the <sys/modem.h> header file. */
766 /* #undef HAVE_SYS_MODEM_H */
767 
768 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
769    */
770 /* #undef HAVE_SYS_NDIR_H */
771 
772 /* Define to 1 if you have the <sys/param.h> header file. */
773 #define HAVE_SYS_PARAM_H 1
774 
775 /* Define to 1 if you have the <sys/pcl720.h> header file. */
776 /* #undef HAVE_SYS_PCL720_H */
777 
778 /* Define to 1 if you have the <sys/poll.h> header file. */
779 #define HAVE_SYS_POLL_H 1
780 
781 /* Define to 1 if you have the <sys/ppsclock.h> header file. */
782 /* #undef HAVE_SYS_PPSCLOCK_H */
783 
784 /* Define to 1 if you have the <sys/ppstime.h> header file. */
785 /* #undef HAVE_SYS_PPSTIME_H */
786 
787 /* Define to 1 if you have the <sys/prctl.h> header file. */
788 /* #undef HAVE_SYS_PRCTL_H */
789 
790 /* Define to 1 if you have the <sys/procset.h> header file. */
791 /* #undef HAVE_SYS_PROCSET_H */
792 
793 /* Define to 1 if you have the <sys/proc.h> header file. */
794 #define HAVE_SYS_PROC_H 1
795 
796 /* Define to 1 if you have the <sys/resource.h> header file. */
797 #define HAVE_SYS_RESOURCE_H 1
798 
799 /* Define to 1 if you have the <sys/sched.h> header file. */
800 /* #undef HAVE_SYS_SCHED_H */
801 
802 /* Define to 1 if you have the <sys/select.h> header file. */
803 #define HAVE_SYS_SELECT_H 1
804 
805 /* Define to 1 if you have the <sys/shm.h> header file. */
806 #define HAVE_SYS_SHM_H 1
807 
808 /* Define to 1 if you have the <sys/signal.h> header file. */
809 #define HAVE_SYS_SIGNAL_H 1
810 
811 /* Define to 1 if you have the <sys/sio.h> header file. */
812 /* #undef HAVE_SYS_SIO_H */
813 
814 /* Define to 1 if you have the <sys/socket.h> header file. */
815 #define HAVE_SYS_SOCKET_H 1
816 
817 /* Define to 1 if you have the <sys/sockio.h> header file. */
818 #define HAVE_SYS_SOCKIO_H 1
819 
820 /* Define to 1 if you have the <sys/soundcard.h> header file. */
821 #define HAVE_SYS_SOUNDCARD_H 1
822 
823 /* Define to 1 if you have the <sys/stat.h> header file. */
824 #define HAVE_SYS_STAT_H 1
825 
826 /* Define to 1 if you have the <sys/stream.h> header file. */
827 /* #undef HAVE_SYS_STREAM_H */
828 
829 /* Define to 1 if you have the <sys/stropts.h> header file. */
830 /* #undef HAVE_SYS_STROPTS_H */
831 
832 /* Define to 1 if you have the <sys/sysctl.h> header file. */
833 #define HAVE_SYS_SYSCTL_H 1
834 
835 /* Define to 1 if you have the <sys/syssgi.h> header file. */
836 /* #undef HAVE_SYS_SYSSGI_H */
837 
838 /* Define to 1 if you have the <sys/systune.h> header file. */
839 /* #undef HAVE_SYS_SYSTUNE_H */
840 
841 /* Define to 1 if you have the <sys/termios.h> header file. */
842 #define HAVE_SYS_TERMIOS_H 1
843 
844 /* Define to 1 if you have the <sys/timepps.h> header file. */
845 #define HAVE_SYS_TIMEPPS_H 1
846 
847 /* Define to 1 if you have the <sys/timers.h> header file. */
848 #define HAVE_SYS_TIMERS_H 1
849 
850 /* Define to 1 if you have the <sys/timex.h> header file. */
851 #define HAVE_SYS_TIMEX_H 1
852 
853 /* Define to 1 if you have the <sys/time.h> header file. */
854 #define HAVE_SYS_TIME_H 1
855 
856 /* Define to 1 if you have the <sys/tpro.h> header file. */
857 /* #undef HAVE_SYS_TPRO_H */
858 
859 /* Define to 1 if you have the <sys/types.h> header file. */
860 #define HAVE_SYS_TYPES_H 1
861 
862 /* Use sys/uio.h for struct iovec help */
863 /* #undef HAVE_SYS_UIO_H */
864 
865 /* Define to 1 if you have the <sys/un.h> header file. */
866 #define HAVE_SYS_UN_H 1
867 
868 /* Define to 1 if you have the <sys/wait.h> header file. */
869 #define HAVE_SYS_WAIT_H 1
870 
871 /* Define to 1 if the system has the type `s_char'. */
872 /* #undef HAVE_S_CHAR */
873 
874 /* Define to 1 if you have the <termios.h> header file. */
875 #define HAVE_TERMIOS_H 1
876 
877 /* Define to 1 if you have the <termio.h> header file. */
878 /* #undef HAVE_TERMIO_H */
879 
880 /* Obvious... */
881 /* #undef HAVE_TICKADJ_IN_STRUCT_CLOCKINFO */
882 
883 /* Define to 1 if you have the `timegm' function. */
884 #define HAVE_TIMEGM 1
885 
886 /* Define to 1 if you have the <timepps.h> header file. */
887 /* #undef HAVE_TIMEPPS_H */
888 
889 /* Define to 1 if you have the `timer_create' function. */
890 #define HAVE_TIMER_CREATE 1
891 
892 /* Define to 1 if you have the `timer_settime' function. */
893 #define HAVE_TIMER_SETTIME 1
894 
895 /* Define to 1 if you have the <timex.h> header file. */
896 /* #undef HAVE_TIMEX_H */
897 
898 /* Do we have the TIOCGPPSEV ioctl (Solaris)? */
899 /* #undef HAVE_TIOCGPPSEV */
900 
901 /* Do we have the TIOCSPPS ioctl (Solaris)? */
902 /* #undef HAVE_TIOCSPPS */
903 
904 /* Do we have the TIO serial stuff? */
905 /* #undef HAVE_TIO_SERIAL_STUFF */
906 
907 /* Does u_int64_t exist? */
908 #define HAVE_TYPE_U_INT64_T 1
909 
910 /* Does u_int8_t exist? */
911 #define HAVE_TYPE_U_INT8_T 1
912 
913 /* Define to 1 if the system has the type `uint16_t'. */
914 #define HAVE_UINT16_T 1
915 
916 /* Define to 1 if the system has the type `uint32_t'. */
917 #define HAVE_UINT32_T 1
918 
919 /* Define to 1 if the system has the type `uint8_t'. */
920 #define HAVE_UINT8_T 1
921 
922 /* Define to 1 if the system has the type `uintptr_t'. */
923 #define HAVE_UINTPTR_T 1
924 
925 /* Define to 1 if the system has the type `uint_t'. */
926 /* #undef HAVE_UINT_T */
927 
928 /* Define to 1 if you have the `umask' function. */
929 #define HAVE_UMASK 1
930 
931 /* Define to 1 if you have the `uname' function. */
932 #define HAVE_UNAME 1
933 
934 /* Define to 1 if you have the <unistd.h> header file. */
935 #define HAVE_UNISTD_H 1
936 
937 /* Define to 1 if you have the `updwtmp' function. */
938 /* #undef HAVE_UPDWTMP */
939 
940 /* Define to 1 if you have the `updwtmpx' function. */
941 /* #undef HAVE_UPDWTMPX */
942 
943 /* Define to 1 if you have the <utime.h> header file. */
944 #define HAVE_UTIME_H 1
945 
946 /* Define to 1 if you have the <utmpx.h> header file. */
947 /* #undef HAVE_UTMPX_H */
948 
949 /* Define to 1 if you have the <utmp.h> header file. */
950 /* #undef HAVE_UTMP_H */
951 
952 /* Define to 1 if you have the <values.h> header file. */
953 /* #undef HAVE_VALUES_H */
954 
955 /* Define to 1 if you have the <varargs.h> header file. */
956 /* #undef HAVE_VARARGS_H */
957 
958 /* Define to 1 if you have the `vprintf' function. */
959 #define HAVE_VPRINTF 1
960 
961 /* Define to 1 if you have the `vsnprintf' function. */
962 #define HAVE_VSNPRINTF 1
963 
964 /* Define to 1 if you have the `vsprintf' function. */
965 #define HAVE_VSPRINTF 1
966 
967 /* Define to 1 if you have the </sys/sync/queue.h> header file. */
968 /* #undef HAVE__SYS_SYNC_QUEUE_H */
969 
970 /* Define to 1 if you have the </sys/sync/sema.h> header file. */
971 /* #undef HAVE__SYS_SYNC_SEMA_H */
972 
973 /* Define to 1 if you have the `__adjtimex' function. */
974 /* #undef HAVE___ADJTIMEX */
975 
976 /* Define to 1 if you have the `__ntp_gettime' function. */
977 /* #undef HAVE___NTP_GETTIME */
978 
979 /* Does struct sockaddr_storage have __ss_family? */
980 /* #undef HAVE___SS_FAMILY_IN_SS */
981 
982 /* Does struct sockaddr_storage have __ss_len? */
983 /* #undef HAVE___SS_LEN_IN_SS */
984 
985 /* Should we use the IRIG sawtooth filter? */
986 /* #undef IRIG_SUCKS */
987 
988 /* Do we need to fix in6isaddr? */
989 /* #undef ISC_PLATFORM_FIXIN6ISADDR */
990 
991 /* ISC: do we have if_nametoindex()? */
992 #define ISC_PLATFORM_HAVEIFNAMETOINDEX 1
993 
994 /* ISC: have struct if_laddrconf? */
995 /* #undef ISC_PLATFORM_HAVEIF_LADDRCONF */
996 
997 /* ISC: have struct if_laddrreq? */
998 /* #undef ISC_PLATFORM_HAVEIF_LADDRREQ */
999 
1000 /* ISC: Have struct in6_pktinfo? */
1001 #define ISC_PLATFORM_HAVEIN6PKTINFO
1002 
1003 /* ISC: Have IPv6? */
1004 #define ISC_PLATFORM_HAVEIPV6
1005 
1006 /* ISC: struct sockaddr as sa_len? */
1007 #define ISC_PLATFORM_HAVESALEN
1008 
1009 /* ISC: Have sin6_scope_id? */
1010 #define ISC_PLATFORM_HAVESCOPEID
1011 
1012 /* ISC: provide inet_aton() */
1013 /* #undef ISC_PLATFORM_NEEDATON */
1014 
1015 /* ISC: Need in6addr_any? */
1016 /* #undef ISC_PLATFORM_NEEDIN6ADDRANY */
1017 
1018 /* ISC: provide inet_ntop() */
1019 /* #undef ISC_PLATFORM_NEEDNTOP */
1020 
1021 /* Do we need our own in_port_t? */
1022 /* #undef ISC_PLATFORM_NEEDPORTT */
1023 
1024 /* ISC: provide inet_pton() */
1025 /* #undef ISC_PLATFORM_NEEDPTON */
1026 
1027 /* Does the kernel have an FLL bug? */
1028 /* #undef KERNEL_FLL_BUG */
1029 
1030 /* Does the kernel support precision time discipline? */
1031 #define KERNEL_PLL 1
1032 
1033 /* What is (probably) the name of DOSYNCTODR in the kernel? */
1034 #define K_DOSYNCTODR_NAME "_dosynctodr"
1035 
1036 /* What is (probably) the name of NOPRINTF in the kernel? */
1037 #define K_NOPRINTF_NAME "_noprintf"
1038 
1039 /* What is the name of TICKADJ in the kernel? */
1040 #define K_TICKADJ_NAME "_tickadj"
1041 
1042 /* What is the name of TICK in the kernel? */
1043 #define K_TICK_NAME "_tick"
1044 
1045 /* Should we align with the NIST lockclock scheme? */
1046 /* #undef LOCKCLOCK */
1047 
1048 /* Does the kernel support multicasting IP? */
1049 #define MCAST 1
1050 
1051 /* Should we recommend a minimum value for tickadj? */
1052 /* #undef MIN_REC_TICKADJ */
1053 
1054 /* Do we need HPUX adjtime() library support? */
1055 /* #undef NEED_HPUX_ADJTIME */
1056 
1057 /* Do we want the HPUX FindConfig()? */
1058 /* #undef NEED_HPUX_FINDCONFIG */
1059 
1060 /* Do we need the qnx adjtime call? */
1061 /* #undef NEED_QNX_ADJTIME */
1062 
1063 /* Do we need extra room for SO_RCVBUF? (HPUX <8) */
1064 /* #undef NEED_RCVBUF_SLOP */
1065 
1066 /* Do we need an s_char typedef? */
1067 #define NEED_S_CHAR_TYPEDEF 1
1068 
1069 /* Might nlist() values require an extra level of indirection (AIX)? */
1070 /* #undef NLIST_EXTRA_INDIRECTION */
1071 
1072 /* does struct nlist use a name union? */
1073 /* #undef NLIST_NAME_UNION */
1074 
1075 /* nlist stuff */
1076 #define NLIST_STRUCT 1
1077 
1078 /* Should we NOT read /dev/kmem? */
1079 /* #undef NOKMEM */
1080 
1081 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1082 /* #undef NO_MINUS_C_MINUS_O */
1083 
1084 /* Define this if optional arguments are disallowed */
1085 /* #undef NO_OPTIONAL_OPT_ARGS */
1086 
1087 /* Should we avoid #warning on option name collisions? */
1088 /* #undef NO_OPTION_NAME_WARNINGS */
1089 
1090 /* Is there a problem using PARENB and IGNPAR (IRIX)? */
1091 #define NO_PARENB_IGNPAR 1
1092 
1093 /* Default location of crypto key info */
1094 #define NTP_KEYSDIR "/etc/ntp"
1095 
1096 /* Do we have ntp_{adj,get}time in libc? */
1097 #define NTP_SYSCALLS_LIBC 1
1098 
1099 /* Do we have ntp_{adj,get}time in the kernel? */
1100 /* #undef NTP_SYSCALLS_STD */
1101 
1102 /* Do we have support for SHMEM_STATUS? */
1103 #define ONCORE_SHMEM_STATUS 1
1104 
1105 /* Use OpenSSL? */
1106 /* #undef OPENSSL */
1107 
1108 /* Should we open the broadcast socket? */
1109 #define OPEN_BCAST_SOCKET 1
1110 
1111 /* need to recreate sockets on changed routing? */
1112 /* #undef OS_MISSES_SPECIFIC_ROUTE_UPDATES */
1113 
1114 /* wildcard socket needs to set REUSEADDR when binding to interface addresses
1115    */
1116 /* #undef OS_NEEDS_REUSEADDR_FOR_IFADDRBIND */
1117 
1118 /* Do we need to override the system's idea of HZ? */
1119 #define OVERRIDE_HZ 1
1120 
1121 /* Name of package */
1122 #define PACKAGE "ntp"
1123 
1124 /* Define to the address where bug reports for this package should be sent. */
1125 #define PACKAGE_BUGREPORT "roberto@FreeBSD.org"
1126 
1127 /* Define to the full name of this package. */
1128 #define PACKAGE_NAME "ntp"
1129 
1130 /* Define to the full name and version of this package. */
1131 #define PACKAGE_STRING "ntp 4.2.4p5"
1132 
1133 /* Define to the one symbol short name of this package. */
1134 #define PACKAGE_TARNAME "ntp"
1135 
1136 /* Define to the version of this package. */
1137 #define PACKAGE_VERSION "4.2.4p5"
1138 
1139 /* Do we have the ppsclock streams module? */
1140 /* #undef PPS */
1141 
1142 /* PPS auxiliary interface for ATOM? */
1143 #define PPS_SAMPLE 1
1144 
1145 /* PARSE kernel PLL PPS support */
1146 /* #undef PPS_SYNC */
1147 
1148 /* Preset a value for 'tick'? */
1149 #define PRESET_TICK 1000000L/hz
1150 
1151 /* Preset a value for 'tickadj'? */
1152 #define PRESET_TICKADJ 500/hz
1153 
1154 /* Define to 1 if the C compiler supports function prototypes. */
1155 #define PROTOTYPES 1
1156 
1157 /* Does qsort expect to work on "void *" stuff? */
1158 #define QSORT_USES_VOID_P 1
1159 
1160 /* Should we not IGNPAR (Linux)? */
1161 /* #undef RAWDCF_NO_IGNPAR */
1162 
1163 /* Basic refclock support? */
1164 #define REFCLOCK 1
1165 
1166 /* name of regex header file */
1167 #define REGEX_HEADER <regex.h>
1168 
1169 /* Do we want the ReliantUNIX clock hacks? */
1170 /* #undef RELIANTUNIX_CLOCK */
1171 
1172 /* Define as the return type of signal handlers (`int' or `void'). */
1173 #define RETSIGTYPE void
1174 
1175 /* Do we want the SCO clock hacks? */
1176 /* #undef SCO5_CLOCK */
1177 
1178 /* The size of a `char*', as computed by sizeof. */
1179 #if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__) || defined(__amd64__)
1180 #define SIZEOF_CHARP 8
1181 #else
1182 #define SIZEOF_CHARP 4
1183 #endif
1184 
1185 /* The size of a `int', as computed by sizeof. */
1186 #define SIZEOF_INT 4
1187 
1188 /* The size of a `long', as computed by sizeof. */
1189 #if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__) || defined(__amd64__)
1190 #define SIZEOF_LONG 8
1191 #else
1192 #define SIZEOF_LONG 4
1193 #endif
1194 
1195 /* The size of a `short', as computed by sizeof. */
1196 #define SIZEOF_SHORT 2
1197 
1198 /* The size of a `signed char', as computed by sizeof. */
1199 #define SIZEOF_SIGNED_CHAR 1
1200 
1201 /* The size of a `time_t', as computed by sizeof. */
1202 #if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__) || defined(__amd64__)
1203 #define SIZEOF_TIME_T 8
1204 #else
1205 #define SIZEOF_TIME_T 4
1206 #endif
1207 
1208 /* Does SIOCGIFCONF return size in the buffer? */
1209 /* #undef SIZE_RETURNED_IN_BUFFER */
1210 
1211 /* Slew always? */
1212 /* #undef SLEWALWAYS */
1213 
1214 /* *s*printf() functions are char* */
1215 /* #undef SPRINTF_CHAR */
1216 
1217 /* Define to 1 if you have the ANSI C header files. */
1218 #define STDC_HEADERS 1
1219 
1220 /* Step, then slew the clock? */
1221 /* #undef STEP_SLEW */
1222 
1223 /* canonical system (cpu-vendor-os) of where we should run */
1224 #if defined(__alpha__)
1225 #define STR_SYSTEM "alpha-undermydesk-freebsd"
1226 #elif defined(__sparc64__)
1227 #define STR_SYSTEM "sparc64-undermydesk-freebsd"
1228 #elif defined(__amd64__)
1229 #define STR_SYSTEM "amd64-undermydesk-freebsd"
1230 #elif defined(__ia64__)
1231 #define STR_SYSTEM "ia64-undermydesk-freebsd"
1232 #else
1233 #define STR_SYSTEM "i386-undermydesk-freebsd"
1234 #endif
1235 
1236 /* Buggy syscall() (Solaris2.4)? */
1237 /* #undef SYSCALL_BUG */
1238 
1239 /* Does Xettimeofday take 1 arg? */
1240 /* #undef SYSV_TIMEOFDAY */
1241 
1242 /* Do we need to #define _SVID3 when we #include <termios.h>? */
1243 /* #undef TERMIOS_NEEDS__SVID3 */
1244 
1245 /* Is K_TICKADJ_NAME in nanoseconds? */
1246 /* #undef TICKADJ_NANO */
1247 
1248 /* Is K_TICK_NAME in nanoseconds? */
1249 /* #undef TICK_NANO */
1250 
1251 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1252 #define TIME_WITH_SYS_TIME 1
1253 
1254 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1255 /* #undef TM_IN_SYS_TIME */
1256 
1257 /* Do we have the tty_clk line discipline/streams module? */
1258 /* #undef TTYCLK */
1259 
1260 /* Provide a typedef for uintptr_t? */
1261 #ifndef HAVE_UINTPTR_T
1262 typedef unsigned int	uintptr_t;
1263 #define HAVE_UINTPTR_T 1
1264 #endif
1265 
1266 /* What type to use for setsockopt */
1267 #define TYPEOF_IP_MULTICAST_LOOP u_char
1268 
1269 /* Do we set process groups with -pid? */
1270 /* #undef UDP_BACKWARDS_SETOWN */
1271 
1272 /* How do we create unsigned long constants? */
1273 #define ULONG_CONST(a) a ## UL
1274 
1275 /* Must we have a CTTY for fsetown? */
1276 #define USE_FSETOWNCTTY 1
1277 
1278 /* Can we use SIGPOLL for tty IO? */
1279 /* #undef USE_TTY_SIGPOLL */
1280 
1281 /* Can we use SIGPOLL for UDP? */
1282 /* #undef USE_UDP_SIGPOLL */
1283 
1284 /* Version number of package */
1285 #define VERSION "4.2.4p5"
1286 
1287 /* ISC: Want IPv6? */
1288 #define WANT_IPV6 1
1289 
1290 /* Define this if a working libregex can be found */
1291 #define WITH_LIBREGEX 1
1292 
1293 /* Define to 1 if your processor stores words with the most significant byte
1294    first (like Motorola and SPARC, unlike Intel and VAX). */
1295 #if defined(__sparc64__)
1296 #define WORDS_BIGENDIAN	1
1297 #endif
1298 
1299 /* Handle ss_family */
1300 #if !defined(HAVE_SS_FAMILY_IN_SS) && defined(HAVE___SS_FAMILY_IN_SS)
1301 # define ss_family __ss_family
1302 #endif /* !defined(HAVE_SS_FAMILY_IN_SS) && defined(HAVE_SA_FAMILY_IN_SS) */
1303 
1304 /* Handle ss_len */
1305 #if !defined(HAVE_SS_LEN_IN_SS) && defined(HAVE___SS_LEN_IN_SS)
1306 # define ss_len __ss_len
1307 #endif /* !defined(HAVE_SS_LEN_IN_SS) && defined(HAVE_SA_LEN_IN_SS) */
1308 
1309 /* Define to 1 if on AIX 3.
1310    System headers sometimes define this.
1311    We just want to avoid a redefinition error message.  */
1312 #ifndef _ALL_SOURCE
1313 /* # undef _ALL_SOURCE */
1314 #endif
1315 
1316 /* Define to 1 if on MINIX. */
1317 /* #undef _MINIX */
1318 
1319 /* Define to 2 if the system does not provide POSIX.1 features except with
1320    this defined. */
1321 /* #undef _POSIX_1_SOURCE */
1322 
1323 /* Define to 1 if you need to in order for `stat' and other things to work. */
1324 /* #undef _POSIX_SOURCE */
1325 
1326 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
1327 #ifndef __CHAR_UNSIGNED__
1328 /* # undef __CHAR_UNSIGNED__ */
1329 #endif
1330 
1331 /* Define like PROTOTYPES; this can be used by system headers. */
1332 #define __PROTOTYPES 1
1333 
1334 /* Define to empty if `const' does not conform to ANSI C. */
1335 /* #undef const */
1336 
1337 /* Define to `int' if <sys/types.h> doesn't define. */
1338 /* #undef gid_t */
1339 
1340 /* Define to `__inline__' or `__inline' if that's what the C compiler
1341    calls it, or to nothing if 'inline' is not supported under any name.  */
1342 #ifndef __cplusplus
1343 /* #undef inline */
1344 #endif
1345 
1346 /* Define to `long' if <sys/types.h> does not define. */
1347 /* #undef off_t */
1348 
1349 /* Define to `unsigned' if <sys/types.h> does not define. */
1350 /* #undef size_t */
1351 
1352 /* Define to `long' if <sys/types.h> does not define. */
1353 /* #undef time_t */
1354 
1355 /* Define to `int' if <sys/types.h> doesn't define. */
1356 /* #undef uid_t */
1357 
1358 /* Alternate uintptr_t for systems without it. */
1359 /* #undef uintptr_t */
1360 
1361 /* Does the compiler like "volatile"? */
1362 /* #undef volatile */
1363