1/* config.h.in. Generated automatically from configure.in by autoheader. */ 2 3/* Define if on AIX 3. 4 System headers sometimes define this. 5 We just want to avoid a redefinition error message. */ 6#ifndef _ALL_SOURCE 7#undef _ALL_SOURCE 8#endif 9 10/* Define if type char is unsigned and you are not using gcc. */ 11#ifndef __CHAR_UNSIGNED__ 12#undef __CHAR_UNSIGNED__ 13#endif 14 15/* Define to empty if the keyword does not work. */ 16#undef const 17 18/* Define to `int' if <sys/types.h> doesn't define. */ 19#undef gid_t 20 21/* Define as __inline if that's what the C compiler calls it. */ 22#undef inline 23 24/* Define if on MINIX. */ 25#undef _MINIX 26 27/* Define if your struct nlist has an n_un member. */ 28#undef NLIST_NAME_UNION 29 30/* Define if you have <nlist.h>. */ 31#undef NLIST_STRUCT 32 33/* Define to `long' if <sys/types.h> doesn't define. */ 34#undef off_t 35 36/* Define if the system does not provide POSIX.1 features except 37 with this defined. */ 38#undef _POSIX_1_SOURCE 39 40/* Define if you need to in order for stat and other things to work. */ 41#undef _POSIX_SOURCE 42 43/* Define as the return type of signal handlers (int or void). */ 44#undef RETSIGTYPE 45 46/* Define to `unsigned' if <sys/types.h> doesn't define. */ 47#undef size_t 48 49/* Define if you have the ANSI C header files. */ 50#undef STDC_HEADERS 51 52/* Define if you can safely include both <sys/time.h> and <time.h>. */ 53#undef TIME_WITH_SYS_TIME 54 55/* Define if your <sys/time.h> declares struct tm. */ 56#undef TM_IN_SYS_TIME 57 58/* Define to `int' if <sys/types.h> doesn't define. */ 59#undef uid_t 60 61/* Define if your processor stores words with the most significant 62 byte first (like Motorola and SPARC, unlike Intel and VAX). */ 63#undef WORDS_BIGENDIAN 64 65/* debugging code */ 66#undef DEBUG 67 68/* Minutes per DST adjustment */ 69#undef DSTMINUTES 70 71/* MD5 authentication */ 72#undef MD5 73 74/* DES authentication (COCOM only) */ 75#undef DES 76 77/* time_t */ 78#undef time_t 79 80/* reference clock interface */ 81#undef REFCLOCK 82 83/* Audio CHU? */ 84#undef AUDIO_CHU 85 86/* PARSE kernel PLL PPS support */ 87#undef PPS_SYNC 88 89/* ACTS modem service */ 90#undef CLOCK_ACTS 91 92/* Arbiter 1088A/B GPS receiver */ 93#undef CLOCK_ARBITER 94 95/* DHD19970505: ARCRON support. */ 96#undef CLOCK_ARCRON_MSF 97 98/* Austron 2200A/2201A GPS receiver */ 99#undef CLOCK_AS2201 100 101/* PPS interface */ 102#undef CLOCK_ATOM 103 104/* PPS auxiliary interface for ATOM */ 105#undef PPS_SAMPLE 106 107/* Datum/Bancomm bc635/VME interface */ 108#undef CLOCK_BANC 109 110/* Diems Computime Radio Clock */ 111#undef CLOCK_COMPUTIME 112 113/* Chronolog K-series WWVB receiver */ 114#undef CLOCK_CHRONOLOG 115 116/* Datum Programmable Time System */ 117#undef CLOCK_DATUM 118 119/* ELV/DCF7000 clock */ 120#undef CLOCK_DCF7000 121 122/* Dumb generic hh:mm:ss local clock */ 123#undef CLOCK_DUMBCLOCK 124 125/* Forum Graphic GPS datating station driver */ 126#undef CLOCK_FG 127 128/* TrueTime GPS receiver/VME interface */ 129#undef CLOCK_GPSVME 130 131/* Heath GC-1000 WWV/WWVH receiver */ 132#undef CLOCK_HEATH 133 134/* HOPF 6021 clock */ 135#undef CLOCK_HOPF6021 136 137/* HP 58503A GPS receiver */ 138#undef CLOCK_HPGPS 139 140/* Sun IRIG audio decoder */ 141#undef CLOCK_IRIG 142 143/* Rockwell Jupiter GPS clock */ 144#undef CLOCK_JUPITER 145 146/* Leitch CSD 5300 Master Clock System Driver */ 147#undef CLOCK_LEITCH 148 149/* local clock reference */ 150#undef CLOCK_LOCAL 151 152/* Meinberg clocks */ 153#undef CLOCK_MEINBERG 154 155/* EES M201 MSF receiver */ 156#undef CLOCK_MSFEES 157 158/* Magnavox MX4200 GPS receiver */ 159#undef CLOCK_MX4200 160 161/* NMEA GPS receiver */ 162#undef CLOCK_NMEA 163 164/* Motorola UT Oncore GPS */ 165#undef CLOCK_ONCORE 166 167/* Palisade clock */ 168#undef CLOCK_PALISADE 169 170/* PARSE driver interface */ 171#undef CLOCK_PARSE 172 173/* Conrad parallel port radio clock */ 174#undef CLOCK_PCF 175 176/* PCL 720 clock support */ 177#undef CLOCK_PPS720 178 179/* PST/Traconex 1020 WWV/WWVH receiver */ 180#undef CLOCK_PST 181 182/* PTB modem service */ 183#undef CLOCK_PTBACTS 184 185/* DCF77 raw time code */ 186#undef CLOCK_RAWDCF 187 188/* RCC 8000 clock */ 189#undef CLOCK_RCC8000 190 191/* Schmid DCF77 clock */ 192#undef CLOCK_SCHMID 193 194/* clock thru shared memory */ 195#undef CLOCK_SHM 196 197/* Spectracom 8170/Netclock/2 WWVB receiver */ 198#undef CLOCK_SPECTRACOM 199 200/* KSI/Odetics TPRO/S GPS receiver/IRIG interface */ 201#undef CLOCK_TPRO 202 203/* TRAK 8810 GPS receiver */ 204#undef CLOCK_TRAK 205 206/* Trimble GPS receiver/TAIP protocol */ 207#undef CLOCK_TRIMTAIP 208 209/* Trimble GPS receiver/TSIP protocol */ 210#undef CLOCK_TRIMTSIP 211 212/* Kinemetrics/TrueTime receivers */ 213#undef CLOCK_TRUETIME 214 215/* Ultralink M320 WWVB receiver */ 216#undef CLOCK_ULINK 217 218/* USNO modem service */ 219#undef CLOCK_USNO 220 221/* WHARTON 400A Series protocol */ 222#undef CLOCK_WHARTON_400A 223 224/* WWV audio driver */ 225#undef CLOCK_WWV 226 227/* VARITEXT protocol */ 228#undef CLOCK_VARITEXT 229 230/* define if we need to declare int errno; */ 231#undef DECL_ERRNO 232 233/* define if we may declare int h_errno; */ 234#undef DECL_H_ERRNO 235 236/* define if it's OK to declare char *sys_errlist[]; */ 237#undef CHAR_SYS_ERRLIST 238 239/* define if it's OK to declare int syscall P((int, struct timeval *, struct timeval *)); */ 240#undef DECL_SYSCALL 241 242/* define if we have syscall is buggy (Solaris 2.4) */ 243#undef SYSCALL_BUG 244 245/* Do we need extra room for SO_RCVBUF? (HPUX <8) */ 246#undef NEED_RCVBUF_SLOP 247 248/* Should we open the broadcast socket? */ 249#undef OPEN_BCAST_SOCKET 250 251/* Do we want the HPUX FindConfig()? */ 252#undef NEED_HPUX_FINDCONFIG 253 254/* canonical system (cpu-vendor-os) string */ 255#undef STR_SYSTEM 256 257/* define if NetInfo support is available */ 258#undef HAVE_NETINFO 259 260/* define if [gs]ettimeofday() only takes 1 argument */ 261#undef SYSV_TIMEOFDAY 262 263/* define if struct sockaddr has sa_len */ 264#undef HAVE_SA_LEN_IN_STRUCT_SOCKADDR 265 266/* define if struct clockinfo has hz */ 267#undef HAVE_HZ_IN_STRUCT_CLOCKINFO 268 269/* define if struct sigaction has sa_sigaction */ 270#undef HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 271 272/* define if struct clockinfo has tickadj */ 273#undef HAVE_TICKADJ_IN_STRUCT_CLOCKINFO 274 275/* define if struct ntptimeval uses time.tv_nsec instead of time.tv_usec */ 276#undef HAVE_TV_NSEC_IN_NTPTIMEVAL 277 278/* Does a system header defind struct ppsclockev? */ 279#undef HAVE_STRUCT_PPSCLOCKEV 280 281/* define if function prototypes are OK */ 282#undef HAVE_PROTOTYPES 283 284/* define if setpgrp takes 0 arguments */ 285#undef HAVE_SETPGRP_0 286 287/* hardwire a value for tick? */ 288#undef PRESET_TICK 289 290/* hardwire a value for tickadj? */ 291#undef PRESET_TICKADJ 292 293/* is adjtime() accurate? */ 294#undef ADJTIME_IS_ACCURATE 295 296/* should we NOT read /dev/kmem? */ 297#undef NOKMEM 298 299/* use UDP Wildcard Delivery? */ 300#undef UDP_WILDCARD_DELIVERY 301 302/* always slew the clock? */ 303#undef SLEWALWAYS 304 305/* step, then slew the clock? */ 306#undef STEP_SLEW 307 308/* force ntpdate to step the clock if !defined(STEP_SLEW) ? */ 309#undef FORCE_NTPDATE_STEP 310 311/* synch TODR hourly? */ 312#undef DOSYNCTODR 313 314/* do we set process groups with -pid? */ 315#undef UDP_BACKWARDS_SETOWN 316 317/* must we have a CTTY for fsetown? */ 318#undef USE_FSETOWNCTTY 319 320/* can we use SIGIO for tcp and udp IO? */ 321#undef HAVE_SIGNALED_IO 322 323/* can we use SIGPOLL for UDP? */ 324#undef USE_UDP_SIGPOLL 325 326/* can we use SIGPOLL for tty IO? */ 327#undef USE_TTY_SIGPOLL 328 329/* do we want the CHU driver? */ 330#undef CLOCK_CHU 331 332/* do we have the ppsclock streams module? */ 333#undef PPS 334 335/* do we have the tty_clk line discipline/streams module? */ 336#undef TTYCLK 337 338/* does the kernel support precision time discipline? */ 339#undef KERNEL_PLL 340 341/* does the kernel support multicasting IP? */ 342#undef MCAST 343 344/* do we have ntp_{adj,get}time in libc? */ 345#undef NTP_SYSCALLS_LIBC 346 347/* do we have ntp_{adj,get}time in the kernel? */ 348#undef NTP_SYSCALLS_STD 349 350/* do we have STREAMS/TLI? (Can we replace this with HAVE_SYS_STROPTS_H? */ 351#undef STREAMS_TLI 352 353/* do we need an s_char typedef? */ 354#undef NEED_S_CHAR_TYPEDEF 355 356/* does SIOCGIFCONF return size in the buffer? */ 357#undef SIZE_RETURNED_IN_BUFFER 358 359/* what is the name of TICK in the kernel? */ 360#undef K_TICK_NAME 361 362/* Is K_TICK_NAME (nsec_per_tick, for example) in nanoseconds? */ 363#undef TICK_NANO 364 365/* what is the name of TICKADJ in the kernel? */ 366#undef K_TICKADJ_NAME 367 368/* Is K_TICKADJ_NAME (hrestime_adj, for example) in nanoseconds? */ 369#undef TICKADJ_NANO 370 371/* what is (probably) the name of DOSYNCTODR in the kernel? */ 372#undef K_DOSYNCTODR_NAME 373 374/* what is (probably) the name of NOPRINTF in the kernel? */ 375#undef K_NOPRINTF_NAME 376 377/* do we need HPUX adjtime() library support? */ 378#undef NEED_HPUX_ADJTIME 379 380/* Might nlist() values require an extra level of indirection (AIX)? */ 381#undef NLIST_EXTRA_INDIRECTION 382 383/* Other needed NLIST stuff */ 384#undef NLIST_STRUCT 385#undef NLIST_NAME_UNION 386 387/* Should we recommend a minimum value for tickadj? */ 388#undef MIN_REC_TICKADJ 389 390/* Is there a problem using PARENB and IGNPAR (IRIX)? */ 391#undef NO_PARENB_IGNPAR 392 393/* Should we not IGNPAR (Linux)? */ 394#undef RAWDCF_NO_IGNPAR 395 396/* Does the compiler like "volatile"? */ 397#undef volatile 398 399/* Does qsort expect to work on "void *" stuff? */ 400#undef QSORT_USES_VOID_P 401 402/* What is the fallback value for HZ? */ 403#undef DEFAULT_HZ 404 405/* Do we need to override the system's idea of HZ? */ 406#undef OVERRIDE_HZ 407 408/* Do we want the SCO clock hacks? */ 409#undef SCO5_CLOCK 410 411/* Do we want the ReliantUNIX clock hacks? */ 412#undef RELIANTUNIX_CLOCK 413 414/* Does the kernel have an FLL bug? */ 415#undef KERNEL_FLL_BUG 416 417/* Define if you have the TIOCGPPSEV ioctl (Solaris) */ 418#undef HAVE_TIOCGPPSEV 419 420/* Define if you have the TIOCSPPS ioctl (Solaris) */ 421#undef HAVE_TIOCSPPS 422 423/* Define if you have the CIOGETEV ioctl (SunOS, Linux) */ 424#undef HAVE_CIOGETEV 425 426/* Define if you have the TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, and ASYNC_PPS_CD_NEG ioctls (linux) */ 427#undef HAVE_TIO_SERIAL_STUFF 428 429/* Define if you use struct timespec rather than struct timeval (time in ns rather than us) */ 430#undef HAVE_TIMESPEC 431 432/* Define if you have the interface in the Draft RFC */ 433#undef HAVE_PPSAPI 434 435/* Do we need to #define _SVID3 when we #include <termios.h>? */ 436#undef TERMIOS_NEEDS__SVID3 437 438/* Do we have support for SHMEM_STATUS? */ 439#undef ONCORE_SHMEM_STATUS 440 441/* adjtime()? */ 442#undef DECL_ADJTIME_0 443 444/* bcopy()? */ 445#undef DECL_BCOPY_0 446 447/* bzero()? */ 448#undef DECL_BZERO_0 449 450/* cfset[io]speed()? */ 451#undef DECL_CFSETISPEED_0 452 453/* ioctl()? */ 454#undef DECL_IOCTL_0 455 456/* IPC? (bind, connect, recvfrom, sendto, setsockopt, socket) */ 457#undef DECL_IPC_0 458 459/* memmove()? */ 460#undef DECL_MEMMOVE_0 461 462/* mkstemp()? */ 463#undef DECL_MKSTEMP_0 464 465/* mktemp()? */ 466#undef DECL_MKTEMP_0 467 468/* mrand48()? */ 469#undef DECL_MRAND48_0 470 471/* nlist()? */ 472#undef DECL_NLIST_0 473 474/* plock()? */ 475#undef DECL_PLOCK_0 476 477/* rename()? */ 478#undef DECL_RENAME_0 479 480/* select()? */ 481#undef DECL_SELECT_0 482 483/* setitimer()? */ 484#undef DECL_SETITIMER_0 485 486/* setpriority()? */ 487#undef DECL_SETPRIORITY_0 488#undef DECL_SETPRIORITY_1 489 490/* sigvec()? */ 491#undef DECL_SIGVEC_0 492 493/* srand48()? */ 494#undef DECL_SRAND48_0 495 496/* stdio stuff? */ 497#undef DECL_STDIO_0 498 499/* stime()? */ 500#undef DECL_STIME_0 501#undef DECL_STIME_1 502 503/* strtol()? */ 504#undef DECL_STRTOL_0 505 506/* syslog() stuff? */ 507#undef DECL_SYSLOG_0 508 509/* time()? */ 510#undef DECL_TIME_0 511 512/* [gs]ettimeofday()? */ 513#undef DECL_TIMEOFDAY_0 514 515/* tolower()? */ 516#undef DECL_TOLOWER_0 517 518/* toupper()? */ 519#undef DECL_TOUPPER_0 520 521/* The number of bytes in a int. */ 522#undef SIZEOF_INT 523 524/* The number of bytes in a long. */ 525#undef SIZEOF_LONG 526 527/* The number of bytes in a signed char. */ 528#undef SIZEOF_SIGNED_CHAR 529 530/* Define if you have the K_open function. */ 531#undef HAVE_K_OPEN 532 533/* Define if you have the __adjtimex function. */ 534#undef HAVE___ADJTIMEX 535 536/* Define if you have the __ntp_gettime function. */ 537#undef HAVE___NTP_GETTIME 538 539/* Define if you have the clock_settime function. */ 540#undef HAVE_CLOCK_SETTIME 541 542/* Define if you have the daemon function. */ 543#undef HAVE_DAEMON 544 545/* Define if you have the getbootfile function. */ 546#undef HAVE_GETBOOTFILE 547 548/* Define if you have the getdtablesize function. */ 549#undef HAVE_GETDTABLESIZE 550 551/* Define if you have the getrusage function. */ 552#undef HAVE_GETRUSAGE 553 554/* Define if you have the gettimeofday function. */ 555#undef HAVE_GETTIMEOFDAY 556 557/* Define if you have the getuid function. */ 558#undef HAVE_GETUID 559 560/* Define if you have the kvm_open function. */ 561#undef HAVE_KVM_OPEN 562 563/* Define if you have the memcpy function. */ 564#undef HAVE_MEMCPY 565 566/* Define if you have the memlk function. */ 567#undef HAVE_MEMLK 568 569/* Define if you have the memmove function. */ 570#undef HAVE_MEMMOVE 571 572/* Define if you have the memset function. */ 573#undef HAVE_MEMSET 574 575/* Define if you have the mkstemp function. */ 576#undef HAVE_MKSTEMP 577 578/* Define if you have the mktime function. */ 579#undef HAVE_MKTIME 580 581/* Define if you have the mlockall function. */ 582#undef HAVE_MLOCKALL 583 584/* Define if you have the mrand48 function. */ 585#undef HAVE_MRAND48 586 587/* Define if you have the nice function. */ 588#undef HAVE_NICE 589 590/* Define if you have the nlist function. */ 591#undef HAVE_NLIST 592 593/* Define if you have the ntp_adjtime function. */ 594#undef HAVE_NTP_ADJTIME 595 596/* Define if you have the ntp_gettime function. */ 597#undef HAVE_NTP_GETTIME 598 599/* Define if you have the plock function. */ 600#undef HAVE_PLOCK 601 602/* Define if you have the pututline function. */ 603#undef HAVE_PUTUTLINE 604 605/* Define if you have the pututxline function. */ 606#undef HAVE_PUTUTXLINE 607 608/* Define if you have the random function. */ 609#undef HAVE_RANDOM 610 611/* Define if you have the rtprio function. */ 612#undef HAVE_RTPRIO 613 614/* Define if you have the sched_setscheduler function. */ 615#undef HAVE_SCHED_SETSCHEDULER 616 617/* Define if you have the setlinebuf function. */ 618#undef HAVE_SETLINEBUF 619 620/* Define if you have the setpgid function. */ 621#undef HAVE_SETPGID 622 623/* Define if you have the setpriority function. */ 624#undef HAVE_SETPRIORITY 625 626/* Define if you have the setsid function. */ 627#undef HAVE_SETSID 628 629/* Define if you have the settimeofday function. */ 630#undef HAVE_SETTIMEOFDAY 631 632/* Define if you have the setvbuf function. */ 633#undef HAVE_SETVBUF 634 635/* Define if you have the sigaction function. */ 636#undef HAVE_SIGACTION 637 638/* Define if you have the sigset function. */ 639#undef HAVE_SIGSET 640 641/* Define if you have the sigsuspend function. */ 642#undef HAVE_SIGSUSPEND 643 644/* Define if you have the sigvec function. */ 645#undef HAVE_SIGVEC 646 647/* Define if you have the srand48 function. */ 648#undef HAVE_SRAND48 649 650/* Define if you have the srandom function. */ 651#undef HAVE_SRANDOM 652 653/* Define if you have the stime function. */ 654#undef HAVE_STIME 655 656/* Define if you have the strchr function. */ 657#undef HAVE_STRCHR 658 659/* Define if you have the strerror function. */ 660#undef HAVE_STRERROR 661 662/* Define if you have the sysconf function. */ 663#undef HAVE_SYSCONF 664 665/* Define if you have the sysctl function. */ 666#undef HAVE_SYSCTL 667 668/* Define if you have the timer_create function. */ 669#undef HAVE_TIMER_CREATE 670 671/* Define if you have the timer_settime function. */ 672#undef HAVE_TIMER_SETTIME 673 674/* Define if you have the umask function. */ 675#undef HAVE_UMASK 676 677/* Define if you have the uname function. */ 678#undef HAVE_UNAME 679 680/* Define if you have the updwtmp function. */ 681#undef HAVE_UPDWTMP 682 683/* Define if you have the updwtmpx function. */ 684#undef HAVE_UPDWTMPX 685 686/* Define if you have the vsprintf function. */ 687#undef HAVE_VSPRINTF 688 689/* Define if you have the </sys/sync/queue.h> header file. */ 690#undef HAVE__SYS_SYNC_QUEUE_H 691 692/* Define if you have the </sys/sync/sema.h> header file. */ 693#undef HAVE__SYS_SYNC_SEMA_H 694 695/* Define if you have the <arpa/nameser.h> header file. */ 696#undef HAVE_ARPA_NAMESER_H 697 698/* Define if you have the <bstring.h> header file. */ 699#undef HAVE_BSTRING_H 700 701/* Define if you have the <errno.h> header file. */ 702#undef HAVE_ERRNO_H 703 704/* Define if you have the <fcntl.h> header file. */ 705#undef HAVE_FCNTL_H 706 707/* Define if you have the <machine/inline.h> header file. */ 708#undef HAVE_MACHINE_INLINE_H 709 710/* Define if you have the <memory.h> header file. */ 711#undef HAVE_MEMORY_H 712 713/* Define if you have the <net/if.h> header file. */ 714#undef HAVE_NET_IF_H 715 716/* Define if you have the <netdb.h> header file. */ 717#undef HAVE_NETDB_H 718 719/* Define if you have the <netinet/in.h> header file. */ 720#undef HAVE_NETINET_IN_H 721 722/* Define if you have the <netinet/in_systm.h> header file. */ 723#undef HAVE_NETINET_IN_SYSTM_H 724 725/* Define if you have the <netinfo/ni.h> header file. */ 726#undef HAVE_NETINFO_NI_H 727 728/* Define if you have the <poll.h> header file. */ 729#undef HAVE_POLL_H 730 731/* Define if you have the <resolv.h> header file. */ 732#undef HAVE_RESOLV_H 733 734/* Define if you have the <sched.h> header file. */ 735#undef HAVE_SCHED_H 736 737/* Define if you have the <sgtty.h> header file. */ 738#undef HAVE_SGTTY_H 739 740/* Define if you have the <stdlib.h> header file. */ 741#undef HAVE_STDLIB_H 742 743/* Define if you have the <string.h> header file. */ 744#undef HAVE_STRING_H 745 746/* Define if you have the <sun/audioio.h> header file. */ 747#undef HAVE_SUN_AUDIOIO_H 748 749/* Define if you have the <sys/audioio.h> header file. */ 750#undef HAVE_SYS_AUDIOIO_H 751 752/* Define if you have the <sys/clkdefs.h> header file. */ 753#undef HAVE_SYS_CLKDEFS_H 754 755/* Define if you have the <sys/file.h> header file. */ 756#undef HAVE_SYS_FILE_H 757 758/* Define if you have the <sys/i8253.h> header file. */ 759#undef HAVE_SYS_I8253_H 760 761/* Define if you have the <sys/ioctl.h> header file. */ 762#undef HAVE_SYS_IOCTL_H 763 764/* Define if you have the <sys/lock.h> header file. */ 765#undef HAVE_SYS_LOCK_H 766 767/* Define if you have the <sys/mman.h> header file. */ 768#undef HAVE_SYS_MMAN_H 769 770/* Define if you have the <sys/modem.h> header file. */ 771#undef HAVE_SYS_MODEM_H 772 773/* Define if you have the <sys/param.h> header file. */ 774#undef HAVE_SYS_PARAM_H 775 776/* Define if you have the <sys/pcl720.h> header file. */ 777#undef HAVE_SYS_PCL720_H 778 779/* Define if you have the <sys/ppsclock.h> header file. */ 780#undef HAVE_SYS_PPSCLOCK_H 781 782/* Define if you have the <sys/ppstime.h> header file. */ 783#undef HAVE_SYS_PPSTIME_H 784 785/* Define if you have the <sys/proc.h> header file. */ 786#undef HAVE_SYS_PROC_H 787 788/* Define if you have the <sys/resource.h> header file. */ 789#undef HAVE_SYS_RESOURCE_H 790 791/* Define if you have the <sys/sched.h> header file. */ 792#undef HAVE_SYS_SCHED_H 793 794/* Define if you have the <sys/select.h> header file. */ 795#undef HAVE_SYS_SELECT_H 796 797/* Define if you have the <sys/sio.h> header file. */ 798#undef HAVE_SYS_SIO_H 799 800/* Define if you have the <sys/sockio.h> header file. */ 801#undef HAVE_SYS_SOCKIO_H 802 803/* Define if you have the <sys/stat.h> header file. */ 804#undef HAVE_SYS_STAT_H 805 806/* Define if you have the <sys/stream.h> header file. */ 807#undef HAVE_SYS_STREAM_H 808 809/* Define if you have the <sys/stropts.h> header file. */ 810#undef HAVE_SYS_STROPTS_H 811 812/* Define if you have the <sys/sysctl.h> header file. */ 813#undef HAVE_SYS_SYSCTL_H 814 815/* Define if you have the <sys/syssgi.h> header file. */ 816#undef HAVE_SYS_SYSSGI_H 817 818/* Define if you have the <sys/termios.h> header file. */ 819#undef HAVE_SYS_TERMIOS_H 820 821/* Define if you have the <sys/time.h> header file. */ 822#undef HAVE_SYS_TIME_H 823 824/* Define if you have the <sys/timepps.h> header file. */ 825#undef HAVE_SYS_TIMEPPS_H 826 827/* Define if you have the <sys/timers.h> header file. */ 828#undef HAVE_SYS_TIMERS_H 829 830/* Define if you have the <sys/timex.h> header file. */ 831#undef HAVE_SYS_TIMEX_H 832 833/* Define if you have the <sys/tpro.h> header file. */ 834#undef HAVE_SYS_TPRO_H 835 836/* Define if you have the <sys/types.h> header file. */ 837#undef HAVE_SYS_TYPES_H 838 839/* Define if you have the <sys/wait.h> header file. */ 840#undef HAVE_SYS_WAIT_H 841 842/* Define if you have the <termio.h> header file. */ 843#undef HAVE_TERMIO_H 844 845/* Define if you have the <termios.h> header file. */ 846#undef HAVE_TERMIOS_H 847 848/* Define if you have the <timepps.h> header file. */ 849#undef HAVE_TIMEPPS_H 850 851/* Define if you have the <timex.h> header file. */ 852#undef HAVE_TIMEX_H 853 854/* Define if you have the <unistd.h> header file. */ 855#undef HAVE_UNISTD_H 856 857/* Define if you have the <utmp.h> header file. */ 858#undef HAVE_UTMP_H 859 860/* Define if you have the <utmpx.h> header file. */ 861#undef HAVE_UTMPX_H 862 863/* Define if you have the advapi32 library (-ladvapi32). */ 864#undef HAVE_LIBADVAPI32 865 866/* Define if you have the elf library (-lelf). */ 867#undef HAVE_LIBELF 868 869/* Define if you have the gen library (-lgen). */ 870#undef HAVE_LIBGEN 871 872/* Define if you have the kvm library (-lkvm). */ 873#undef HAVE_LIBKVM 874 875/* Define if you have the ld library (-lld). */ 876#undef HAVE_LIBLD 877 878/* Define if you have the mld library (-lmld). */ 879#undef HAVE_LIBMLD 880 881/* Define if you have the nsl library (-lnsl). */ 882#undef HAVE_LIBNSL 883 884/* Define if you have the rt library (-lrt). */ 885#undef HAVE_LIBRT 886 887/* Define if you have the socket library (-lsocket). */ 888#undef HAVE_LIBSOCKET 889 890/* Name of package */ 891#undef PACKAGE 892 893/* Version number of package */ 894#undef VERSION 895 896/* Define if compiler has function prototypes */ 897#undef PROTOTYPES 898 899/* Do we have struct ntptimeval? */ 900#undef HAVE_STRUCT_NTPTIMEVAL 901 902/* Does ntptimeval use struct timespec? */ 903#undef TIMESPEC_IN_NTPTIMEVAL 904 905