Build of ntp with clang_glibc toolchain

The build took 00h 05m 02s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
242,567 ansic
36,138 makefile
21,531 sh
6,889 perl
1,473 python
1,411 yacc
816 ruby
417 awk
47 sed
37 asm
311,326 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ntp 4.2.8.p8-1 (Thu Apr 13 17:31:21 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# /tmp/ntp/src/ntp-4.2.8p8/sntp/libevent/build-aux/missing: Unknown `--is-lightweight' option
# Try `/tmp/ntp/src/ntp-4.2.8p8/sntp/libevent/build-aux/missing --help' for more information
# configure: WARNING: 'missing' script is too old or missing
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking for clang option to accept ISO C99... none needed
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking dependency style of clang... (cached) gcc3
# checking whether clang needs -traditional... no
# checking if clang can handle #warning... yes
# checking if clang supports __attribute__((...))... yes
# checking if clang can handle -Wstrict-overflow... yes
# checking if clang can handle -Winit-self... yes
# checking if linker supports omitting unused code and data... yes
# checking additional compiler flags... none needed
# checking additional linker flags... none needed
# checking whether byte ordering is bigendian... no
# checking for working volatile... yes
# checking how to run the C preprocessor... clang -E
# checking how to run the C preprocessor... clang -E
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for bison... bison -y
# checking whether clang and cc understand -c and -o together... yes
# checking whether the compiler supports C99 structure initialization... yes
# checking to see if we need ylwrap VPATH hack... no
# checking for install dir and man conventions... in file loc/legacy
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... no
# checking whether to build static libraries... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for pid_t... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/poll.h usability... yes
# checking sys/poll.h presence... yes
# checking for sys/poll.h... yes
# checking sys/procset.h usability... no
# checking sys/procset.h presence... no
# checking for sys/procset.h... no
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/stropts.h usability... yes
# checking sys/stropts.h presence... yes
# checking for sys/stropts.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking for dlfcn.h... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking libgen.h usability... yes
# checking libgen.h presence... yes
# checking for libgen.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking for memory.h... (cached) yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking setjmp.h usability... yes
# checking setjmp.h presence... yes
# checking for setjmp.h... yes
# checking stdbool.h usability... yes
# checking stdbool.h presence... yes
# checking for stdbool.h... yes
# checking sysexits.h usability... yes
# checking sysexits.h presence... yes
# checking for sysexits.h... yes
# checking for unistd.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking for string.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for inttypes.h... (cached) yes
# checking for working stdnoreturn.h... yes
# checking for runetype.h... no
# checking for wchar.h... yes
# checking for wchar_t... yes
# checking for wint_t... yes
# checking for int8_t... yes
# checking for uint8_t... yes
# checking for int16_t... yes
# checking for uint16_t... yes
# checking for int32_t... yes
# checking for uint32_t... yes
# checking for intptr_t... yes
# checking for uintptr_t... yes
# checking for uint_t... no
# checking for pid_t... (cached) yes
# checking for size_t... yes
# checking for ptrdiff_t... yes
# checking size of char *... 8
# checking size of int... 4
# checking size of long... 8
# checking size of short... 2
# checking for pathfind in -lgen... no
# checking for gettext in -lintl... no
# checking for vprintf... yes
# checking for _doprnt... no
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for mmap... yes
# checking for canonicalize_file_name... yes
# checking for snprintf... yes
# checking for strdup... yes
# checking for strchr... yes
# checking for strrchr... yes
# checking for strsignal... yes
# checking for fchmod... yes
# checking for fstat... yes
# checking for chmod... yes
# checking for a sed that does not truncate output... (cached) /usr/bin/sed
# configure: Using supplied libopts tearoff
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking if pkg-config is at least version 0.15.0... yes
# checking if libevent 2 or later is installed... configure: Using the installed libevent
# yes
# checking for size_t... (cached) yes
# checking for stdarg.h... (cached) yes
# checking for unsigned long long int... yes
# checking for vsnprintf... yes
# checking whether vsnprintf is C99 compliant... yes
# checking if C99-snprintf replacement vsnprintf will be used... no
# checking for snprintf... (cached) yes
# checking whether snprintf is C99 compliant... yes
# checking if C99-snprintf replacement snprintf will be used... no
# checking for ld used by clang... (cached) /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
# checking for directory path separator... '/'
# checking line editing libraries... edit,editline
# checking for readline() with -ledit... yes
# checking readline.h usability... no
# checking readline.h presence... no
# checking for readline.h... no
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking histedit.h usability... yes
# checking histedit.h presence... yes
# checking for histedit.h... yes
# checking history.h usability... no
# checking history.h presence... no
# checking for history.h... no
# checking readline/history.h usability... yes
# checking readline/history.h presence... yes
# checking for readline/history.h... yes
# checking number of arguments to el_init()... 4
# checking whether readline supports history... yes
# checking for library containing cos... -lm
# checking for vfork.h... (cached) no
# checking for fork... (cached) yes
# checking for vfork... (cached) yes
# checking for working fork... (cached) yes
# checking for working vfork... (cached) yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking whether strerror_r is declared... yes
# checking for strerror_r... yes
# checking whether strerror_r returns char *... yes
# checking for library containing clock_gettime... none required
# checking for clock_getres... yes
# checking for clock_gettime... yes
# checking for clock_settime... yes
# checking for getclock... no
# checking for stime... yes
# checking for timegm... yes
# checking for strlcpy... no
# checking for strlcat... no
# checking for library containing snprintb... no
# checking for errno.h... (cached) yes
# checking for sys/socket.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for net/if.h... yes
# checking for linux/if_addr.h... yes
# checking arpa/nameser.h usability... yes
# checking arpa/nameser.h presence... yes
# checking for arpa/nameser.h... yes
# checking for sys/param.h... (cached) yes
# checking for sys/time.h... (cached) yes
# checking sys/timers.h usability... no
# checking sys/timers.h presence... no
# checking for sys/timers.h... no
# checking for sys/sysctl.h... yes
# checking netinet/in_system.h usability... no
# checking netinet/in_system.h presence... no
# checking for netinet/in_system.h... no
# checking netinet/in_systm.h usability... yes
# checking netinet/in_systm.h presence... yes
# checking for netinet/in_systm.h... yes
# checking for netinet/in.h... (cached) yes
# checking for resolv.h... yes
# checking for net/if_var.h... no
# checking for netinet/ip.h... yes
# checking for netinet/in_var.h... no
# checking for library containing inet_pton... none required
# checking for library containing inet_ntop... none required
# checking for library containing setsockopt... none required
# checking for recvmsg... yes
# checking for inline... inline
# checking whether time.h and sys/time.h may both be included... yes
# checking size of time_t... 8
# checking whether char is unsigned... no
# checking size of signed char... 1
# checking for s_char... no
# checking for long long... yes
# checking size of short... (cached) 2
# checking size of int... (cached) 4
# checking size of long... (cached) 8
# checking size of long long... 8
# checking for uid_t in sys/types.h... yes
# checking if we're including debugging code... yes
# checking semaphore.h usability... yes
# checking semaphore.h presence... yes
# checking for semaphore.h... yes
# checking for socketpair... yes
# checking for _beginthread... no
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking POSIX thread version... 10
# checking for LinuxThreads pthread.h... no
# checking for GNU Pth pthread.h... no
# checking sched.h usability... yes
# checking sched.h presence... yes
# checking for sched.h... yes
# checking for pthread_create in default libraries... no
# checking for pthread link with -kthread... no
# checking for pthread link with -pthread... yes
# configure: ol_link_threads: ol_link_pthreads <-pthread>
# checking for sched_yield... yes
# checking for pthread_yield... yes
# checking for thr_yield... no
# checking for pthread_kill... yes
# checking for pthread_rwlock_destroy with ... yes
# checking for pthread_detach with ... yes
# checking for pthread_setconcurrency... yes
# checking for pthread_getconcurrency... yes
# checking for thr_setconcurrency... no
# checking for thr_getconcurrency... no
# checking for pthread_kill_other_threads_np... no
# checking for LinuxThreads implementation... no
# checking for LinuxThreads consistency... no
# checking if pthread_create() works... yes
# checking if select yields when using pthreads... yes
# checking for thread specific errno... yes
# checking for thread specific h_errno... yes
# checking for sem_timedwait... yes
# checking size of pthread_t... 8
# checking for sigwait... yes
# checking for pthread_attr_getstacksize... yes
# checking for pthread_attr_setstacksize... yes
# checking for sysconf... yes
# checking if vsnprintf expands "%m" to strerror(errno)... yes
# checking sys/clockctl.h usability... no
# checking sys/clockctl.h presence... no
# checking for sys/clockctl.h... no
# checking if we should use /dev/clockctl... no
# checking sys/capability.h usability... yes
# checking sys/capability.h presence... yes
# checking for sys/capability.h... yes
# checking sys/prctl.h usability... yes
# checking sys/prctl.h presence... yes
# checking for sys/prctl.h... yes
# checking if we have linux capabilities (libcap)... yes
# checking priv.h usability... no
# checking priv.h presence... no
# checking for priv.h... no
# checking if we have solaris privileges...
# checking for library containing res_init... no
# checking for sys/types.h... (cached) yes
# checking for netinet/in.h... (cached) yes
# checking for arpa/nameser.h... (cached) yes
# checking for netdb.h... yes
# checking for resolv.h... (cached) yes
# checking for res_init... no
# checking for __res_init... yes
# checking for inet_ntop... yes
# checking for inet_pton... yes
# checking for uintptr_t... (cached) yes
# checking for int32... no
# checking for u_int32... no
# checking for int32 with DNS headers included... no
# checking for u_int32 with DNS headers included... no
# checking for sys/timepps.h... no
# checking for struct timespec... yes
# checking for struct ntptimeval... yes
# checking for md5.h... no
# checking for library containing MD5Init... no
# checking for MD5Init... no
# checking for sysconf... (cached) yes
# checking for getdtablesize... yes
# checking for sigaction... yes
# checking for sigset... yes
# checking for sigvec... no
# checking for SIGIO... yes
# checking if we want to use SIGIO... no
# checking for SIGPOLL... yes
# checking if we can use SIGPOLL for UDP I/O... no
# checking if we can use SIGPOLL for TTY I/O... no
# checking number of arguments to gettimeofday()... 2
# checking for settimeofday... yes
# checking if we'll use clock_settime or settimeofday or stime... clock_settime()
# checking for deprecated --with-arlib... no
# checking for gawk... (cached) gawk
# checking whether make sets $(MAKE)... (cached) yes
# checking whether ln -s works... yes
# checking for library containing strerror... none required
# checking for perl... /usr/bin/perl
# checking for test... /usr/bin/test
# checking for net-snmp-config path... checking for net-snmp-config... no
#
# checking for library containing openlog... none required
# checking if we want to use libseccomp sandboxing (EXPERIMENTAL)... no
# checking for facilitynames in syslog.h... yes
# checking bstring.h usability... no
# checking bstring.h presence... no
# checking for bstring.h... no
# checking dns_sd.h usability... yes
# checking dns_sd.h presence... yes
# checking for dns_sd.h... yes
# checking for library containing DNSServiceRegister... -ldns_sd
# checking for fcntl.h... (cached) yes
# checking fnmatch.h usability... yes
# checking fnmatch.h presence... yes
# checking for fnmatch.h... yes
# checking ieeefp.h usability... no
# checking ieeefp.h presence... no
# checking for ieeefp.h... no
# checking for inttypes.h... (cached) yes
# checking kvm.h usability... no
# checking kvm.h presence... no
# checking for kvm.h... no
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking for memory.h... (cached) yes
# checking for netdb.h... (cached) yes
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking sgtty.h usability... yes
# checking sgtty.h presence... yes
# checking for sgtty.h... yes
# checking stdatomic.h usability... yes
# checking stdatomic.h presence... yes
# checking for stdatomic.h... yes
# checking for stdbool.h that conforms to C99... (cached) yes
# checking for _Bool... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking termio.h usability... yes
# checking termio.h presence... yes
# checking for termio.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking timepps.h usability... no
# checking timepps.h presence... no
# checking for timepps.h... no
# checking timex.h usability... no
# checking timex.h presence... no
# checking for timex.h... no
# checking for unistd.h... (cached) yes
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking utmpx.h usability... yes
# checking utmpx.h presence... yes
# checking for utmpx.h... yes
# checking net/if6.h usability... no
# checking net/if6.h presence... no
# checking for net/if6.h... no
# checking for net/route.h... yes
# checking netinfo/ni.h usability... no
# checking netinfo/ni.h presence... no
# checking for netinfo/ni.h... no
# checking sun/audioio.h usability... no
# checking sun/audioio.h presence... no
# checking for sun/audioio.h... no
# checking sys/audioio.h usability... no
# checking sys/audioio.h presence... no
# checking for sys/audioio.h... no
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/ipc.h usability... yes
# checking sys/ipc.h presence... yes
# checking for sys/ipc.h... yes
# checking sys/lock.h usability... no
# checking sys/lock.h presence... no
# checking for sys/lock.h... no
# checking for sys/mman.h... (cached) yes
# checking sys/modem.h usability... no
# checking sys/modem.h presence... no
# checking for sys/modem.h... no
# checking sys/ppsclock.h usability... no
# checking sys/ppsclock.h presence... no
# checking for sys/ppsclock.h... no
# checking sys/ppstime.h usability... no
# checking sys/ppstime.h presence... no
# checking for sys/ppstime.h... no
# checking for sched.h... (cached) yes
# checking for sys/select.h... (cached) yes
# checking sys/signal.h usability... yes
# checking sys/signal.h presence... yes
# checking for sys/signal.h... yes
# checking sys/sockio.h usability... no
# checking sys/sockio.h presence... no
# checking for sys/sockio.h... no
# checking machine/soundcard.h usability... no
# checking machine/soundcard.h presence... no
# checking for machine/soundcard.h... no
# checking sys/soundcard.h usability... yes
# checking sys/soundcard.h presence... yes
# checking for sys/soundcard.h... yes
# checking for sys/stat.h... (cached) yes
# checking sys/stream.h usability... no
# checking sys/stream.h presence... no
# checking for sys/stream.h... no
# checking stropts.h usability... yes
# checking stropts.h presence... yes
# checking for stropts.h... yes
# checking for sys/stropts.h... (cached) yes
# checking sys/syssgi.h usability... no
# checking sys/syssgi.h presence... no
# checking for sys/syssgi.h... no
# checking sys/systune.h usability... no
# checking sys/systune.h presence... no
# checking for sys/systune.h... no
# checking sys/termios.h usability... yes
# checking sys/termios.h presence... yes
# checking for sys/termios.h... yes
# checking sys/tpro.h usability... no
# checking sys/tpro.h presence... no
# checking for sys/tpro.h... no
# checking for sys/wait.h... (cached) yes
# checking for atomic_thread_fence... no
# checking for atomic_thread_fence()...
# checking for ntp_adjtime... yes
# checking for ntp_gettime... yes
# checking for adjtimex... yes
# checking for sys/proc.h... no
# checking for sys/resource.h... yes
# checking for sys/shm.h... yes
# checking for sys/timex.h... yes
# checking return type of signal handlers... void
# checking for off_t... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for a fallback value for HZ... 100
# checking if we need to override the system's value for HZ... no
# checking for struct rt_msghdr... no
# checking for struct rtattr... yes
# checking struct sigaction for sa_sigaction... yes
# checking for struct ppsclockev... no
# checking for struct snd_size... no
# checking struct clockinfo for hz... no
# checking struct clockinfo for tickadj... (cached) no
# checking for struct ntptimeval.time.tv_nsec... no
# checking for arc4random_buf... no
# checking for daemon... yes
# checking for finite... yes
# checking for fnmatch... yes
# checking for getbootfile... no
# checking for getuid... yes
# checking for getrusage... yes
# checking for nanosleep... yes
# checking for strsignal... (cached) yes
# checking for mkstemp... yes
# checking for mktime... yes
# checking for mlockall... yes
# checking for nice... yes
# checking for plock... no
# checking for pututline... yes
# checking for pututxline... yes
# checking for readlink... yes
# checking for rtprio... no
# checking for sched_setscheduler... yes
# checking for setlinebuf... yes
# checking for setpgid... yes
# checking for setpriority... yes
# checking for setsid... yes
# checking for setvbuf... yes
# checking for strdup... (cached) yes
# checking for strerror... yes
# checking for setrlimit... yes
# checking for strchr... (cached) yes
# checking for timer_create... no
# checking for RLIMIT_MEMLOCK... yes
# checking for RLIMIT_STACK... yes
# checking for the default number of 4k stack pages... 50
# checking for the default number of megabytes to MEMLOCK... -1
# checking for _exit... yes
# checking for umask... yes
# checking for uname... yes
# checking for updwtmp... yes
# checking for updwtmpx... yes
# checking if we need extra help to define struct iovec... 0
# checking number of arguments taken by setpgrp()... 0
# checking if we need to declare 'errno'... no
# checking if we may declare 'h_errno'... yes
# checking if declaring 'syscall()' is ok...
# checking if we will open the broadcast socket... yes
# checking if process groups are set with -pid... yes
# checking if we need a ctty for F_SETOWN... no
# checking if the OS clears cached routes when more specifics become available... no
# checking if the wildcard socket needs REUSEADDR to bind other addresses... yes
# checking for a minimum recommended value of tickadj... no
# checking if the TTY code permits PARENB and IGNPAR... no
# checking if we're including processing time debugging code... no
# checking for a the number of minutes in a DST adjustment... 60
# checking if ntpd will retry permanent DNS failures... no
# checking availability of ntp_{adj,get}time()... libc
# checking if sys/timex.h has STA_FLL... yes
# checking if we have kernel PLL support... yes
# checking if SIOCGIFCONF returns buffer size in the buffer... no
# checking for TTY PPS ioctl TIOCGPPSEV... no
# checking for TTY PPS ioctl TIOCSPPS... no
# checking for TTY PPS ioctl CIOGETEV... no
# checking linux/serial.h usability... yes
# checking linux/serial.h presence... yes
# checking for linux/serial.h... yes
# checking SHMEM_STATUS support... yes
# checking Datum/Bancomm bc635/VME interface... no
# checking TrueTime GPS receiver/VME interface... no
# checking for PCL720 clock support... no
# checking for default inclusion of all suitable non-PARSE clocks... yes
# checking if we have support for PARSE clocks... yes
# checking if we have support for audio clocks... yes
# checking if we have support for the SHM refclock interface... yes
# checking for termios modem control... yes
# checking ACTS modem service... yes
# checking Arbiter 1088A/B GPS receiver... yes
# checking Arcron MSF receiver... yes
# checking Austron 2200A/2201A GPS receiver... yes
# checking ATOM PPS interface... yes
# checking Chrono-log K-series WWVB receiver... yes
# checking CHU modem/decoder... yes
# checking CHU audio/decoder... yes
# checking Datum Programmable Time System... yes
# checking Dumb generic hh:mm:ss local clock... yes
# checking Forum Graphic GPS... yes
# checking Heath GC-1000 WWV/WWVH receiver... yes
# checking for hopf serial clock device... yes
# checking for hopf PCI clock 6039... yes
# checking HP 58503A GPS receiver... yes
# checking IRIG audio decoder... yes
# checking for JJY receiver... yes
# checking Rockwell Jupiter GPS receiver... no
# checking Leitch CSD 5300 Master Clock System Driver... yes
# checking local clock reference... yes
# checking Magnavox MX4200 GPS receiver... no
# checking for NeoClock4X receiver... yes
# checking NMEA GPS receiver... yes
# checking for strtoll... yes
# checking for GPSD JSON receiver... yes
# checking for ONCORE Motorola VP/UT Oncore GPS... no
# checking for Palisade clock... yes
# checking Conrad parallel port radio clock... yes
# checking PST/Traconex 1020 WWV/WWVH receiver... yes
# checking RIPENCC specific Trimble driver... no
# checking for SHM clock attached thru shared memory... yes
# checking Spectracom 8170/Netclock/2 WWVB receiver... yes
# checking KSI/Odetics TPRO/S GPS receiver/IRIG interface... no
# checking Kinemetrics/TrueTime receivers... yes
# checking TrueTime 560 IRIG-B decoder... no
# checking Ultralink M320 WWVB receiver... yes
# checking Spectracom TSYNC PCI timing board... yes
# checking WWV receiver... yes
# checking for Zyfer receiver... yes
# checking for default inclusion of all suitable PARSE clocks... no
# checking Diem Computime Radio Clock... no
# checking ELV/DCF7000 clock... no
# checking HOPF 6021 clock... no
# checking Meinberg clocks... no
# checking DCF77 raw time code... no
# checking RCC 8000 clock... no
# checking Schmid DCF77 clock... no
# checking Trimble GPS receiver/TAIP protocol... no
# checking Trimble GPS receiver/TSIP protocol... no
# checking WHARTON 400A Series clock... no
# checking VARITEXT clock... no
# checking SEL240X clock... no
# checking if we need to make and use the parse libraries... no
# checking pkg-config for openssl... yes
# checking if we will use crypto... yes
# checking for EVP_MD_do_all_sorted... yes
# checking if we want to use OpenSSL's crypto random (if available)... yes
# checking for RAND_bytes... yes
# checking for RAND_poll... yes
# checking if we want to include NTP Autokey protocol support... yes
# checking if we want to run check-layout... yes
# checking if we can make dcf parse utilities... no
# checking if we can build kernel streams modules for parse... no
# checking if we need basic refclock support... yes
# checking if we want HP-UX adjtimed support... no
# checking if we want QNX adjtime support... no
# checking if we can read kmem... no
# checking if adjtime is accurate... yes
# checking the name of 'tick' in the kernel... _tick
# checking for the units of 'tick'... usec
# checking the name of 'tickadj' in the kernel... _tickadj
# checking for the units of 'tickadj'... usec
# checking half-heartedly for 'dosynctodr' in the kernel... _dosynctodr
# checking half-heartedly for 'noprintf' in the kernel... _noprintf
# checking for a default value for 'tick'... txc.tick
# checking for a default value for 'tickadj'... 500/hz
# checking if we want and can make the ntptime utility... yes
# checking if we want and can make the tickadj utility... yes
# checking if we want and can make the timetrim utility... no
# checking if we want to build the NTPD simulator... no
# checking if sntp will be built... yes
# checking if we want to build ntpsnmpd... no
# checking if we should always slew the time... no
# checking if we should step and slew the time... no
# checking if ntpdate should step the time... no
# checking if we should sync TODR clock every hour... no
# checking if we should avoid kernel FLL bug... no
# checking if we want new session key behavior... yes
# checking if we want the explicit 127.0.0.0/8 martian filter... yes
# checking if we should use the IRIG sawtooth filter... no
# checking if we should enable NIST lockclock scheme... no
# checking if we want support for Samba's signing daemon... yes
# checking libscf.h usability... no
# checking libscf.h presence... no
# checking for libscf.h... no
# checking for struct sockaddr_storage... yes
# checking for sockaddr_storage.__ss_family... no
# checking for in_port_t... yes
# checking type of socklen arg for getsockname()... socklen_t
# checking struct sockaddr for sa_len... no
# checking for IPv6 structures... yes
# checking for Kame IPv6 support... no
# checking for in6_pktinfo... yes
# checking for sockaddr_in6.sin6_scope_id... yes
# checking for in6addr_any... yes
# checking for struct if_laddrconf... no
# checking for struct if_laddrreq... no
# checking for multicast IP support... yes
# checking arg type needed for setsockopt() IP*_MULTICAST_LOOP... u_int
# checking for getifaddrs... yes
# checking for if_nametoindex... yes
# checking for interface list sysctl... no
# checking if we want the saveconfig mechanism... yes
# checking if we want the experimental leap smear code... no
# checking if we want dynamic interleave support... no
# checking for ruby... /usr/bin/ruby
# checking for gtest-config... no
# checking if we want to enable tests with undiagnosed problems... yes
# checking if we can run test-ntp_restrict... yes
# checking if we can run test-ntp_scanner... yes
# checking if we can run test-ntp_signd... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating adjtimed/Makefile
# config.status: creating clockstuff/Makefile
# config.status: creating include/Makefile
# config.status: creating include/isc/Makefile
# config.status: creating kernel/Makefile
# config.status: creating kernel/sys/Makefile
# config.status: creating libntp/Makefile
# config.status: creating libparse/Makefile
# config.status: creating ntpd/Makefile
# config.status: creating ntpd/complete.conf
# config.status: creating ntpdate/Makefile
# config.status: creating ntpdc/Makefile
# config.status: creating ntpdc/nl.pl
# config.status: creating ntpq/Makefile
# config.status: creating ntpsnmpd/Makefile
# config.status: creating parseutil/Makefile
# config.status: creating scripts/Makefile
# config.status: creating scripts/build/Makefile
# config.status: creating scripts/build/genAuthors
# config.status: creating scripts/build/mkver
# config.status: creating scripts/calc_tickadj/Makefile
# config.status: creating scripts/calc_tickadj/calc_tickadj
# config.status: creating scripts/lib/Makefile
# config.status: creating scripts/ntp-wait/Makefile
# config.status: creating scripts/ntp-wait/ntp-wait
# config.status: creating scripts/ntpsweep/Makefile
# config.status: creating scripts/ntpsweep/ntpsweep
# config.status: creating scripts/ntptrace/Makefile
# config.status: creating scripts/ntptrace/ntptrace
# config.status: creating scripts/ntpver
# config.status: creating scripts/plot_summary
# config.status: creating scripts/summary
# config.status: creating scripts/update-leap/Makefile
# config.status: creating scripts/update-leap/update-leap
# config.status: creating tests/Makefile
# config.status: creating tests/bug-2803/Makefile
# config.status: creating tests/libntp/Makefile
# config.status: creating tests/ntpd/Makefile
# config.status: creating tests/ntpq/Makefile
# config.status: creating tests/sandbox/Makefile
# config.status: creating tests/sec-2853/Makefile
# config.status: creating util/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# === configuring in sntp (/tmp/ntp/src/ntp-4.2.8p8/sntp)
# configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--libexecdir=/usr/lib' '--enable-linuxcaps' '--enable-ntp-signd' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# /tmp/ntp/src/ntp-4.2.8p8/sntp/libevent/build-aux/missing: Unknown `--is-lightweight' option
# Try `/tmp/ntp/src/ntp-4.2.8p8/sntp/libevent/build-aux/missing --help' for more information
# configure: WARNING: 'missing' script is too old or missing
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking for clang option to accept ISO C99... none needed
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking dependency style of clang... (cached) gcc3
# checking whether clang needs -traditional... no
# checking if clang can handle #warning... yes
# checking if clang supports __attribute__((...))... yes
# checking if clang can handle -Wstrict-overflow... yes
# checking if clang can handle -Winit-self... yes
# checking if linker supports omitting unused code and data... yes
# checking additional compiler flags... none needed
# checking additional linker flags... none needed
# checking whether byte ordering is bigendian... no
# checking for working volatile... yes
# checking how to run the C preprocessor... clang -E
# checking for install dir and man conventions... in file loc/legacy
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking how to print strings... printf
# checking for pid_t... yes
# checking for size_t... yes
# checking for stdarg.h... yes
# checking for unsigned long long int... yes
# checking for vsnprintf... yes
# checking whether vsnprintf is C99 compliant... yes
# checking if C99-snprintf replacement vsnprintf will be used... no
# checking for snprintf... yes
# checking whether snprintf is C99 compliant... yes
# checking if C99-snprintf replacement snprintf will be used... no
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for directory path separator... '/'
# checking line editing libraries... edit,editline
# checking for readline() with -ledit... yes
# checking readline.h usability... no
# checking readline.h presence... no
# checking for readline.h... no
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking histedit.h usability... yes
# checking histedit.h presence... yes
# checking for histedit.h... yes
# checking history.h usability... no
# checking history.h presence... no
# checking for history.h... no
# checking readline/history.h usability... yes
# checking readline/history.h presence... yes
# checking for readline/history.h... yes
# checking number of arguments to el_init()... 4
# checking whether readline supports history... yes
# checking for library containing cos... -lm
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking whether strerror_r is declared... yes
# checking for strerror_r... yes
# checking whether strerror_r returns char *... yes
# checking for library containing clock_gettime... none required
# checking for clock_getres... yes
# checking for clock_gettime... yes
# checking for clock_settime... yes
# checking for getclock... no
# checking for stime... yes
# checking for timegm... yes
# checking for strlcpy... no
# checking for strlcat... no
# checking for library containing snprintb... no
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking for sys/types.h... (cached) yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for net/if.h... yes
# checking for linux/if_addr.h... yes
# checking arpa/nameser.h usability... yes
# checking arpa/nameser.h presence... yes
# checking for arpa/nameser.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/timers.h usability... no
# checking sys/timers.h presence... no
# checking for sys/timers.h... no
# checking for sys/sysctl.h... yes
# checking netinet/in_system.h usability... no
# checking netinet/in_system.h presence... no
# checking for netinet/in_system.h... no
# checking netinet/in_systm.h usability... yes
# checking netinet/in_systm.h presence... yes
# checking for netinet/in_systm.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking for resolv.h... yes
# checking for net/if_var.h... no
# checking for netinet/ip.h... yes
# checking for netinet/in_var.h... no
# checking for library containing inet_pton... none required
# checking for library containing inet_ntop... none required
# checking for library containing setsockopt... none required
# checking for recvmsg... yes
# checking for inline... inline
# checking whether time.h and sys/time.h may both be included... yes
# checking size of time_t... 8
# checking whether char is unsigned... no
# checking size of signed char... 1
# checking for s_char... no
# checking for long long... yes
# checking size of short... 2
# checking size of int... 4
# checking size of long... 8
# checking size of long long... 8
# checking for uid_t in sys/types.h... yes
# checking if we're including debugging code... yes
# checking semaphore.h usability... yes
# checking semaphore.h presence... yes
# checking for semaphore.h... yes
# checking for socketpair... yes
# checking for _beginthread... no
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking POSIX thread version... 10
# checking for LinuxThreads pthread.h... no
# checking for GNU Pth pthread.h... no
# checking sched.h usability... yes
# checking sched.h presence... yes
# checking for sched.h... yes
# checking for pthread_create in default libraries... no
# checking for pthread link with -kthread... no
# checking for pthread link with -pthread... yes
# configure: ol_link_threads: ol_link_pthreads <-pthread>
# checking for sched_yield... yes
# checking for pthread_yield... yes
# checking for thr_yield... no
# checking for pthread_kill... yes
# checking for pthread_rwlock_destroy with ... yes
# checking for pthread_detach with ... yes
# checking for pthread_setconcurrency... yes
# checking for pthread_getconcurrency... yes
# checking for thr_setconcurrency... no
# checking for thr_getconcurrency... no
# checking for pthread_kill_other_threads_np... no
# checking for LinuxThreads implementation... no
# checking for LinuxThreads consistency... no
# checking if pthread_create() works... yes
# checking if select yields when using pthreads... yes
# checking for thread specific errno... yes
# checking for thread specific h_errno... yes
# checking for sem_timedwait... yes
# checking size of pthread_t... 8
# checking for sigwait... yes
# checking for pthread_attr_getstacksize... yes
# checking for pthread_attr_setstacksize... yes
# checking for sysconf... yes
# checking if vsnprintf expands "%m" to strerror(errno)... yes
# checking sys/clockctl.h usability... no
# checking sys/clockctl.h presence... no
# checking for sys/clockctl.h... no
# checking if we should use /dev/clockctl... no
# checking sys/capability.h usability... yes
# checking sys/capability.h presence... yes
# checking for sys/capability.h... yes
# checking sys/prctl.h usability... yes
# checking sys/prctl.h presence... yes
# checking for sys/prctl.h... yes
# checking if we have linux capabilities (libcap)... yes
# checking priv.h usability... no
# checking priv.h presence... no
# checking for priv.h... no
# checking if we have solaris privileges...
# checking for library containing res_init... no
# checking for sys/types.h... (cached) yes
# checking for netinet/in.h... (cached) yes
# checking for arpa/nameser.h... (cached) yes
# checking for netdb.h... yes
# checking for resolv.h... (cached) yes
# checking for res_init... no
# checking for __res_init... yes
# checking for inet_ntop... yes
# checking for inet_pton... yes
# checking for uintptr_t... yes
# checking for int32... no
# checking for u_int32... no
# checking for int32 with DNS headers included... no
# checking for u_int32 with DNS headers included... no
# checking for sys/timepps.h... no
# checking for struct timespec... yes
# checking for struct ntptimeval... yes
# checking for md5.h... no
# checking for library containing MD5Init... no
# checking for MD5Init... no
# checking for sysconf... (cached) yes
# checking for getdtablesize... yes
# checking for sigaction... yes
# checking for sigset... yes
# checking for sigvec... no
# checking for SIGIO... yes
# checking if we want to use SIGIO... no
# checking for SIGPOLL... yes
# checking if we can use SIGPOLL for UDP I/O... no
# checking if we can use SIGPOLL for TTY I/O... no
# checking number of arguments to gettimeofday()... 2
# checking for settimeofday... yes
# checking if we'll use clock_settime or settimeofday or stime... clock_settime()
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... no
# checking whether to build static libraries... yes
# checking if sntp will be built... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking for sys/param.h... (cached) yes
# checking sys/poll.h usability... yes
# checking sys/poll.h presence... yes
# checking for sys/poll.h... yes
# checking sys/procset.h usability... no
# checking sys/procset.h presence... no
# checking for sys/procset.h... no
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/socket.h... (cached) yes
# checking sys/stropts.h usability... yes
# checking sys/stropts.h presence... yes
# checking for sys/stropts.h... yes
# checking for sys/time.h... (cached) yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking for dlfcn.h... (cached) yes
# checking for errno.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking libgen.h usability... yes
# checking libgen.h presence... yes
# checking for libgen.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking for memory.h... (cached) yes
# checking for netinet/in.h... (cached) yes
# checking setjmp.h usability... yes
# checking setjmp.h presence... yes
# checking for setjmp.h... yes
# checking stdbool.h usability... yes
# checking stdbool.h presence... yes
# checking for stdbool.h... yes
# checking sysexits.h usability... yes
# checking sysexits.h presence... yes
# checking for sysexits.h... yes
# checking for unistd.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking for stdarg.h... (cached) yes
# checking for string.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for inttypes.h... (cached) yes
# checking for working stdnoreturn.h... yes
# checking for runetype.h... no
# checking for wchar.h... yes
# checking for wchar_t... yes
# checking for wint_t... yes
# checking for int8_t... yes
# checking for uint8_t... yes
# checking for int16_t... yes
# checking for uint16_t... yes
# checking for int32_t... yes
# checking for uint32_t... yes
# checking for intptr_t... yes
# checking for uintptr_t... (cached) yes
# checking for uint_t... no
# checking for pid_t... (cached) yes
# checking for size_t... (cached) yes
# checking for ptrdiff_t... yes
# checking size of char *... 8
# checking size of int... (cached) 4
# checking size of long... (cached) 8
# checking size of short... (cached) 2
# checking for pathfind in -lgen... no
# checking for gettext in -lintl... no
# checking for vprintf... yes
# checking for _doprnt... no
# checking for vfork.h... (cached) no
# checking for fork... (cached) yes
# checking for vfork... (cached) yes
# checking for working fork... (cached) yes
# checking for working vfork... (cached) yes
# checking for mmap... yes
# checking for canonicalize_file_name... yes
# checking for snprintf... (cached) yes
# checking for strdup... yes
# checking for strchr... yes
# checking for strrchr... yes
# checking for strsignal... yes
# checking for fchmod... yes
# checking for fstat... yes
# checking for chmod... yes
# checking for a sed that does not truncate output... (cached) /usr/bin/sed
# configure: Using supplied libopts tearoff
# checking whether a reg expr header is specified... no
# checking whether with-libregex was specified... no
# checking whether with-libregex-cflags was specified... no
# checking whether with-libregex-libs was specified... no
# checking whether libregex functions properly... yes
# checking whether pathfind(3) works... no
# checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Apr 13 17:30 /dev/zero
# checking whether we have a functional realpath(3C)... yes
# checking whether strftime() works... yes
# checking whether fopen accepts "b" mode... yes
# checking whether fopen accepts "t" mode... yes
# checking whether not wanting optional option args... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking if pkg-config is at least version 0.15.0... yes
# checking if libevent 2 or later is installed... configure: Using the installed libevent
# yes
# checking for library containing openlog... none required
# checking for netdb.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for sysexits.h... (cached) yes
# checking for facilitynames in syslog.h... yes
# checking for stdbool.h that conforms to C99... (cached) yes
# checking for _Bool... yes
# checking pkg-config for openssl... yes
# checking if we will use crypto... yes
# checking for EVP_MD_do_all_sorted... yes
# checking for struct sockaddr_storage... yes
# checking for sockaddr_storage.__ss_family... no
# checking for in_port_t... yes
# checking type of socklen arg for getsockname()... socklen_t
# checking struct sockaddr for sa_len... no
# checking for IPv6 structures... yes
# checking for Kame IPv6 support... no
# checking for in6_pktinfo... yes
# checking for sockaddr_in6.sin6_scope_id... yes
# checking for in6addr_any... yes
# checking for struct if_laddrconf... no
# checking for struct if_laddrreq... no
# checking for multicast IP support... yes
# checking arg type needed for setsockopt() IP*_MULTICAST_LOOP... u_int
# checking for getifaddrs... yes
# checking for if_nametoindex... yes
# checking for socket... yes
# checking for ruby... /usr/bin/ruby
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for gtest-config... no
# checking if we want to enable tests with undiagnosed problems... yes
# checking if we can run test-kodDatabase... yes
# checking if we can run test-kodFile... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating libopts/Makefile
# config.status: creating Makefile
# config.status: creating include/Makefile
# config.status: creating scripts/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/fileHandlingTest.h
# config.status: creating unity/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Compiling with GCC now generates lots of new warnings.
#
# Don't be concerned. They're just warnings.
#
# Don't send bug reports about the warnings, either.
#
# Feel free to send patches that fix these warnings, though.
#
# cd ./html && \
# ../scripts/build/checkHtmlFileDates
# cd . && \
# ./scripts/build/checkChangeLog
# make all-recursive
# make[1]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8'
# Making all in sntp
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# [ ! -r ./../COPYRIGHT ] \
# || [ check-COPYRIGHT-submake -nt ./../COPYRIGHT ] \
# || make check-COPYRIGHT-submake
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# cd ../libntp && make libntp.a
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# CC systime.o
# CC a_md5encrypt.o
# CC adjtime.o
# CC atoint.o
# CC atolfp.o
# CC atouint.o
# CC audio.o
# CC authkeys.o
# CC authreadkeys.o
# CC authusekey.o
# CC bsd_strerror.o
# CC buftvtots.o
# CC caljulian.o
# CC caltontp.o
# CC calyearstart.o
# CC clocktime.o
# CC clocktypes.o
# CC decodenetnum.o
# CC dofptoa.o
# CC dolfptoa.o
# CC emalloc.o
# CC findconfig.o
# CC getopt.o
# CC hextoint.o
# CC hextolfp.o
# CC humandate.o
# CC icom.o
# CC iosignal.o
# CC is_ip_address.o
# CC lib_strbuf.o
# CC machines.o
# CC mktime.o
# CC modetoa.o
# CC mstolfp.o
# CC msyslog.o
# CC netof.o
# CC ntp_calendar.o
# CC ntp_crypto_rnd.o
# CC ntp_intres.o
# CC ntp_libopts.o
# CC ntp_lineedit.o
# CC ntp_random.o
# CC ntp_rfc2553.o
# CC ntp_worker.o
# CC numtoa.o
# CC numtohost.o
# CC octtoint.o
# CC prettydate.o
# CC refidsmear.o
# CC recvbuff.o
# CC refnumtoa.o
# CC snprintf.o
# CC socket.o
# CC socktoa.o
# CC socktohost.o
# CC ssl_init.o
# CC statestr.o
# CC strdup.o
# CC strl_obsd.o
# CC syssignal.o
# CC timetoa.o
# CC timevalops.o
# CC uglydate.o
# CC vint64ops.o
# CC work_fork.o
# CC work_thread.o
# CC ymd2yd.o
# CC assertions.o
# CC buffer.o
# CC backtrace-emptytbl.o
# CC backtrace.o
# CC condition.o
# CC dir.o
# CC error.o
# CC errno2result.o
# CC event.o
# CC file.o
# CC inet_ntop.o
# CC inet_pton.o
# CC interfaceiter.o
# CC lib.o
# CC log.o
# CC md5.o
# CC msgcat.o
# CC net.o
# CC netaddr.o
# ./../lib/isc/netaddr.c:283:3: warning: variable 'i' is incremented both in the loop header and in the loop body [-Wfor-loop-analysis]
# i++;
# ^
# ./../lib/isc/netaddr.c:280:22: note: incremented here
# for (; i < ipbytes; i++) {
# ^
# 1 warning generated.
# CC netscope.o
# CC ondestroy.o
# CC random.o
# CC result.o
# CC stdio.o
# CC stdtime.o
# CC strerror.o
# CC task.o
# CC thread.o
# CC time.o
# CC sha1.o
# CC sockaddr.o
# CC tsmemcmp.o
# CC mutex.o
# AR libntp.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# cd libopts && make libopts.la
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# CC libopts_la-libopts.lo
# CCLD libopts.la
# libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# cp ./deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make all-recursive
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# Making all in include
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/include'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/include'
# Making all in scripts
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/scripts'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/scripts'
# Making all in unity
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# cp ../deps-ver .deps/deps-ver
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# make all-am
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# CC libunity_a-colcomp.o
# CC libunity_a-unity.o
# unity.c:1133:5: warning: function 'UnityFail' declared 'noreturn' should not return [-Winvalid-noreturn]
# UNITY_SKIP_EXECUTION;
# ^
# unity.c:12:105: note: expanded from macro 'UNITY_SKIP_EXECUTION'
# #define UNITY_SKIP_EXECUTION { if ((Unity.CurrentTestFailed != 0) || (Unity.CurrentTestIgnored != 0)) {return;} }
# ^
# 1 warning generated.
# CC libunity_a-unity_fixture.o
# AR libunity.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# Making all in libopts
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make all-am
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make[5]: Nothing to be done for 'all-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# Making all in tests
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# cd .. && make libsntp.a
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# CC crypto.o
# crypto.c:67:40: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
# authentic = !memcmp(digest, pkt_data + pkt_size + 4,
# ~~~~~~~~ ^
# crypto.c:67:51: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
# authentic = !memcmp(digest, pkt_data + pkt_size + 4,
# ~~~~~~~~~~~~~~~~~~~ ^
# 2 warnings generated.
# CC kod_management.o
# CC log.o
# CC main.o
# CC networking.o
# CC sntp-opts.o
# CC utilities.o
# AR libsntp.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# cp ../deps-ver .deps/deps-ver
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make all-am
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[5]: Nothing to be done for 'all-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# CC sntp.o
# env CSET=`cat ./scm-rev` ./../scripts/build/mkver sntp
# Version
# env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I./../include -I./../lib/isc/include -I./../lib/isc/pthreads/include -I./../lib/isc/unix/include -I./libopts -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wstrict-prototypes -c version.c -o version.o
# CCLD sntp
# ./config.status --file=sntp.1+:./sntp.man.in
# config.status: creating sntp.1+
# mv sntp.1+ sntp.1
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# Making all in scripts
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# Making all in build
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/build'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/build'
# Making all in calc_tickadj
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# make all-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# ../../config.status --file=calc_tickadj.1+:./calc_tickadj.man.in
# config.status: creating calc_tickadj.1+
# mv calc_tickadj.1+ calc_tickadj.1
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# Making all in ntp-wait
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntp-wait'
# ../../config.status --file=ntp-wait.1+:./ntp-wait.man.in
# config.status: creating ntp-wait.1+
# mv ntp-wait.1+ ntp-wait.1
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntp-wait'
# Making all in ntpsweep
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntpsweep'
# ../../config.status --file=ntpsweep.1+:./ntpsweep.man.in
# config.status: creating ntpsweep.1+
# mv ntpsweep.1+ ntpsweep.1
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntpsweep'
# Making all in ntptrace
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntptrace'
# ../../config.status --file=ntptrace.1+:./ntptrace.man.in
# config.status: creating ntptrace.1+
# mv ntptrace.1+ ntptrace.1
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntptrace'
# Making all in lib
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/lib'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/lib'
# Making all in update-leap
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/update-leap'
# Makefile:933: warning: overriding recipe for target 'update-leap'
# Makefile:547: warning: ignoring old recipe for target 'update-leap'
# ../../config.status --file=update-leap.1+:./update-leap.man.in
# config.status: creating update-leap.1+
# mv update-leap.1+ update-leap.1
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/update-leap'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# Making all in include
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# Making all in isc
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/include/isc'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/include/isc'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# Making all in libntp
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# Making all in libparse
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# Making all in ntpd
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# CC cmd_args.o
# CC ntp_control.o
# CC ntp_crypto.o
# CC ntp_filegen.o
# CC ntp_leapsec.o
# CC ntp_loopfilter.o
# CC ntp_monitor.o
# CC ntp_peer.o
# CC ntp_proto.o
# CC ntp_refclock.o
# CC ntp_request.o
# CC ntp_restrict.o
# CC ntp_signd.o
# CC ntp_timer.o
# CC ntp_util.o
# CC rc_cmdlength.o
# CC refclock_acts.o
# CC refclock_arbiter.o
# CC refclock_arc.o
# CC refclock_as2201.o
# CC refclock_atom.o
# CC refclock_bancomm.o
# CC refclock_chronolog.o
# CC refclock_chu.o
# CC refclock_conf.o
# CC refclock_datum.o
# CC refclock_dumbclock.o
# CC refclock_fg.o
# CC refclock_gpsdjson.o
# CC refclock_gpsvme.o
# CC refclock_heath.o
# CC refclock_hopfser.o
# CC refclock_hopfpci.o
# CC refclock_hpgps.o
# CC refclock_irig.o
# CC refclock_jjy.o
# CC refclock_jupiter.o
# CC refclock_leitch.o
# CC refclock_local.o
# CC refclock_mx4200.o
# CC refclock_neoclock4x.o
# CC refclock_nmea.o
# CC refclock_oncore.o
# CC refclock_palisade.o
# CC refclock_parse.o
# CC refclock_pcf.o
# CC refclock_pst.o
# CC refclock_ripencc.o
# CC refclock_shm.o
# CC refclock_tpro.o
# CC refclock_true.o
# CC refclock_tt560.o
# CC refclock_ulink.o
# CC refclock_wwv.o
# CC refclock_wwvb.o
# CC refclock_zyfer.o
# CC refclock_tsyncpci.o
# AR libntpd.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC ntp_config.o
# CC ntp_io.o
# ntp_io.c:4659:12: warning: cast from 'char *' to 'struct nlmsghdr *' increases required alignment from 1 to 4 [-Wcast-align]
# nh = NLMSG_NEXT(nh, cnt)) {
# ^~~~~~~~~~~~~~~~~~~
# /usr/include/linux/netlink.h:87:7: note: expanded from macro 'NLMSG_NEXT'
# (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# CC ntp_parser.o
# CC ntp_scanner.o
# CC ntpd.o
# CC ntpd-opts.o
# env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntpd
# Version
# env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib/isc/include -I../lib/isc/pthreads/include -I../lib/isc/unix/include -I../sntp/libopts -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wstrict-prototypes -c version.c -o version.o
# CCLD ntpd
# ../config.status --file=ntp.conf.5+:./ntp.conf.man.in
# config.status: creating ntp.conf.5+
# mv ntp.conf.5+ ntp.conf.5
# ../config.status --file=ntp.keys.5+:./ntp.keys.man.in
# config.status: creating ntp.keys.5+
# mv ntp.keys.5+ ntp.keys.5
# ../config.status --file=ntpd.1+:./ntpd.man.in
# config.status: creating ntpd.1+
# mv ntpd.1+ ntpd.1
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# Making all in ntpdate
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# CC ntpdate.o
# env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntpdate
# Version
# env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib/isc/include -I../lib/isc/pthreads/include -I../lib/isc/unix/include -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wstrict-prototypes -c version.c -o version.o
# CCLD ntpdate
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# Making all in ntpdc
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# clang -E -I. -I.. -I../include -I../lib/isc/include -I../lib/isc/pthreads/include -I../lib/isc/unix/include -I../sntp/libopts ./nl_in.c | ./nl.pl > nl.c
# CC ntpdc-layout.o
# CCLD ntpdc-layout
# ./ntpdc-layout > layout.here
# cmp ./layout.std layout.here && echo stamp > check-layout
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# CC ntpdc.o
# CC ntpdc_ops.o
# CC ntpdc-opts.o
# env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntpdc
# Version
# env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib/isc/include -I../lib/isc/pthreads/include -I../lib/isc/unix/include -I../sntp/libopts -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wstrict-prototypes -c version.c -o version.o
# CCLD ntpdc
# ../config.status --file=ntpdc.1+:./ntpdc.man.in
# config.status: creating ntpdc.1+
# mv ntpdc.1+ ntpdc.1
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# Making all in ntpq
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# CC libntpq_a-libntpq.o
# CC libntpq_a-libntpq_subs.o
# AR libntpq.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC ntpq.o
# CC ntpq-subs.o
# CC ntpq-opts.o
# env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntpq
# Version
# env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib/isc/include -I../lib/isc/pthreads/include -I../lib/isc/unix/include -I../sntp/libopts -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wstrict-prototypes -c version.c -o version.o
# CCLD ntpq
# ../config.status --file=ntpq.1+:./ntpq.man.in
# config.status: creating ntpq.1+
# mv ntpq.1+ ntpq.1
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# Making all in ntpsnmpd
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# ../config.status --file=ntpsnmpd.+:./ntpsnmpd.man.in
# config.status: creating ntpsnmpd.+
# mv ntpsnmpd.+ ntpsnmpd.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# Making all in parseutil
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# Making all in adjtimed
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# Making all in clockstuff
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# CC propdelay.o
# CCLD propdelay
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# Making all in kernel
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# Making all in sys
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/kernel/sys'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/kernel/sys'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# Making all in util
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# cp ../deps-ver .deps/deps-ver
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# make all-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# CC ntp-keygen.o
# CC ntp-keygen-opts.o
# env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntp-keygen
# Version
# env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib/isc/include -I../lib/isc/pthreads/include -I../lib/isc/unix/include -I../sntp/libopts -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wstrict-prototypes -c version.c -o version.o
# CCLD ntp-keygen
# CC ntptime.o
# CCLD ntptime
# CC tickadj.o
# CCLD tickadj
# ../config.status --file=ntp-keygen.1+:./ntp-keygen.man.in
# config.status: creating ntp-keygen.1+
# mv ntp-keygen.1+ ntp-keygen.1
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# Making all in tests
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# Making all in bug-2803
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# cp ../../deps-ver .deps/deps-ver
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# make all-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# Making all in libntp
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# cp ../../deps-ver .deps/deps-ver
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# make all-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# Making all in ntpd
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# cp ../../deps-ver .deps/deps-ver
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# make all-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# Making all in ntpq
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# cp ../../deps-ver .deps/deps-ver
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# make all-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# Making all in sandbox
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# cp ../../deps-ver .deps/deps-ver
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# make all-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# Making all in sec-2853
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# cp ../../deps-ver .deps/deps-ver
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make all-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8'
# make[1]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# cd ./html && \
# ../scripts/build/checkHtmlFileDates
# cd . && \
# ./scripts/build/checkChangeLog
# make install-recursive
# make[1]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8'
# Making install in sntp
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# [ ! -r ./../COPYRIGHT ] \
# || [ check-COPYRIGHT-submake -nt ./../COPYRIGHT ] \
# || make check-COPYRIGHT-submake
# make install-recursive
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# Making install in include
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/include'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/include'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/include'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/include'
# Making install in scripts
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/scripts'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/scripts'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/scripts'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/scripts'
# Making install in unity
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# make install-am
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# make[6]: Nothing to be done for 'install-exec-am'.
# make[6]: Nothing to be done for 'install-data-am'.
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# Making install in libopts
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make install-am
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make[6]: Nothing to be done for 'install-data-am'.
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# Making install in tests
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make install-am
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[6]: Nothing to be done for 'install-exec-am'.
# make[6]: Nothing to be done for 'install-data-am'.
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c sntp '/tmp/ntp/pkg/ntp/usr/bin'
# libtool: install: /usr/bin/install -c sntp /tmp/ntp/pkg/ntp/usr/bin/sntp
# make install-exec-hook
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# Making install-html in include
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/include'
# make[6]: Nothing to be done for 'install-html'.
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/include'
# Making install-html in scripts
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/scripts'
# make[6]: Nothing to be done for 'install-html'.
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/scripts'
# Making install-html in unity
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# make[6]: Nothing to be done for 'install-html'.
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/unity'
# Making install-html in libopts
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# make[6]: Nothing to be done for 'install-html'.
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/libopts'
# Making install-html in tests
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[6]: Nothing to be done for 'install-html'.
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp/tests'
# make[6]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[6]: Nothing to be done for 'install-html-am'.
# make[6]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/sntp'
# /usr/bin/install -c -m 644 ./sntp.html '/tmp/ntp/pkg/ntp/usr/share/doc/sntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/install -c -m 644 sntp.1 '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/sntp'
# Making install in scripts
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# Making install in build
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/build'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/build'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/build'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/build'
# Making install in calc_tickadj
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# make install-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /usr/bin/install -c calc_tickadj '/tmp/ntp/pkg/ntp/usr/bin'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/install -c -m 644 calc_tickadj.1 '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# Making install in ntp-wait
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntp-wait'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntp-wait'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /usr/bin/install -c ntp-wait '/tmp/ntp/pkg/ntp/usr/bin'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/install -c -m 644 ./ntp-wait.html '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/install -c -m 644 ntp-wait.1 '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntp-wait'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntp-wait'
# Making install in ntpsweep
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntpsweep'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntpsweep'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/install -c -m 644 ntpsweep.html '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntpsweep'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntpsweep'
# Making install in ntptrace
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntptrace'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntptrace'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /usr/bin/install -c ntptrace '/tmp/ntp/pkg/ntp/usr/bin'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/install -c -m 644 ./ntptrace.html '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/install -c -m 644 ntptrace.1 '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntptrace'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntptrace'
# Making install in lib
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/lib'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/lib'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/ntp/lib'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/ntp/lib/NTP'
# /usr/bin/install -c -m 644 NTP/Util.pm '/tmp/ntp/pkg/ntp/usr/share/ntp/lib/NTP'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/lib'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/lib'
# Making install in update-leap
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/update-leap'
# Makefile:933: warning: overriding recipe for target 'update-leap'
# Makefile:547: warning: ignoring old recipe for target 'update-leap'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/update-leap'
# Makefile:933: warning: overriding recipe for target 'update-leap'
# Makefile:547: warning: ignoring old recipe for target 'update-leap'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /usr/bin/install -c update-leap '/tmp/ntp/pkg/ntp/usr/bin'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/install -c -m 644 update-leap.html '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/install -c -m 644 update-leap.1 '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/update-leap'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/update-leap'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# make[4]: Nothing to be done for 'install-exec-am'.
# Making install-html in build
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/build'
# make[5]: Nothing to be done for 'install-html'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/build'
# Making install-html in calc_tickadj
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# make[5]: Nothing to be done for 'install-html'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj'
# Making install-html in ntp-wait
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntp-wait'
# make[5]: Nothing to be done for 'install-html'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntp-wait'
# Making install-html in ntpsweep
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntpsweep'
# make[5]: Nothing to be done for 'install-html'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntpsweep'
# Making install-html in ntptrace
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntptrace'
# make[5]: Nothing to be done for 'install-html'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntptrace'
# Making install-html in lib
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/lib'
# make[5]: Nothing to be done for 'install-html'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/lib'
# Making install-html in update-leap
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/update-leap'
# Makefile:933: warning: overriding recipe for target 'update-leap'
# Makefile:547: warning: ignoring old recipe for target 'update-leap'
# make[5]: Nothing to be done for 'install-html'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts/update-leap'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# make[5]: Nothing to be done for 'install-html-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/scripts'
# Making install in include
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# Making install in isc
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/include/isc'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/include/isc'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/include/isc'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/include/isc'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/include'
# Making install in libntp
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libntp'
# Making install in libparse
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/libparse'
# Making install in ntpd
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ntpd '/tmp/ntp/pkg/ntp/usr/bin'
# libtool: install: /usr/bin/install -c ntpd /tmp/ntp/pkg/ntp/usr/bin/ntpd
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/lib'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/sbin'
# make install-exec-hook
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/install -c -m 644 ./ntp.conf.html ./ntp.keys.html ./ntpd.html '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/install -c -m 644 ntpd.1 '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man5'
# /usr/bin/install -c -m 644 ntp.conf.5 ntp.keys.5 '/tmp/ntp/pkg/ntp/usr/share/man/man5'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpd'
# Making install in ntpdate
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ntpdate '/tmp/ntp/pkg/ntp/usr/bin'
# libtool: install: /usr/bin/install -c ntpdate /tmp/ntp/pkg/ntp/usr/bin/ntpdate
# make install-exec-hook
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdate'
# Making install in ntpdc
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ntpdc '/tmp/ntp/pkg/ntp/usr/bin'
# libtool: install: /usr/bin/install -c ntpdc /tmp/ntp/pkg/ntp/usr/bin/ntpdc
# make install-exec-hook
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/install -c -m 644 ./ntpdc.html '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/install -c -m 644 ntpdc.1 '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpdc'
# Making install in ntpq
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ntpq '/tmp/ntp/pkg/ntp/usr/bin'
# libtool: install: /usr/bin/install -c ntpq /tmp/ntp/pkg/ntp/usr/bin/ntpq
# make install-exec-hook
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/install -c -m 644 ./ntpq.html '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/install -c -m 644 ntpq.1 '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpq'
# Making install in ntpsnmpd
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# make install-exec-hook
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/install -c -m 644 ./ntpsnmpd.html '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd'
# Making install in parseutil
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/parseutil'
# Making install in adjtimed
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make install-exec-hook
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/adjtimed'
# Making install in clockstuff
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/clockstuff'
# Making install in kernel
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# Making install in sys
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/kernel/sys'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/kernel/sys'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/kernel/sys'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/kernel/sys'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/kernel'
# Making install in util
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# make install-am
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ntp-keygen ntptime tickadj '/tmp/ntp/pkg/ntp/usr/bin'
# libtool: install: /usr/bin/install -c ntp-keygen /tmp/ntp/pkg/ntp/usr/bin/ntp-keygen
# libtool: install: /usr/bin/install -c ntptime /tmp/ntp/pkg/ntp/usr/bin/ntptime
# libtool: install: /usr/bin/install -c tickadj /tmp/ntp/pkg/ntp/usr/bin/tickadj
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/lib'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/sbin'
# make install-exec-hook
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/install -c -m 644 ./ntp-keygen.html '/tmp/ntp/pkg/ntp/usr/share/doc/ntp'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/install -c -m 644 ntp-keygen.1 '/tmp/ntp/pkg/ntp/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/ntp/pkg/ntp/usr/share/man/man8'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/util'
# Making install in tests
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# Making install in bug-2803
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# make install-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/bug-2803'
# Making install in libntp
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# make install-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/libntp'
# Making install in ntpd
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# make install-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpd'
# Making install in ntpq
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# make install-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/ntpq'
# Making install in sandbox
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# make install-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sandbox'
# Making install in sec-2853
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make install-am
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make[5]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make[5]: Nothing to be done for 'install-exec-am'.
# make[5]: Nothing to be done for 'install-data-am'.
# make[5]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests/sec-2853'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# make[4]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8/tests'
# make[2]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8'
# make[3]: Entering directory '/tmp/ntp/src/ntp-4.2.8p8'
# make[3]: Nothing to be done for 'install-exec-am'.
# Installing stand-alone HTML documentation
# make[3]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8'
# make[2]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8'
# make[1]: Leaving directory '/tmp/ntp/src/ntp-4.2.8p8'
# install: cannot change owner and permissions of '/tmp/ntp/pkg/ntp/var/lib/ntp': Operation not permitted
# ==> ERROR: A failure occurred in package().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by ntp configure 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --libexecdir=/usr/lib --enable-linuxcaps --enable-ntp-signd
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = bd7f0e5ad387
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:3288: checking for a BSD-compatible install
# configure:3356: result: /usr/bin/install -c
# configure:3367: checking whether build environment is sane
# configure:3422: result: yes
# configure:3460: WARNING: 'missing' script is too old or missing
# configure:3481: checking for x86_64-unknown-linux-strip
# configure:3511: result: no
# configure:3521: checking for strip
# configure:3537: found /usr/bin/strip
# configure:3548: result: strip
# configure:3573: checking for a thread-safe mkdir -p
# configure:3612: result: /usr/bin/mkdir -p
# configure:3619: checking for gawk
# configure:3635: found /usr/bin/gawk
# configure:3646: result: gawk
# configure:3657: checking whether make sets $(MAKE)
# configure:3679: result: yes
# configure:3708: checking whether make supports nested variables
# configure:3725: result: yes
# configure:3863: checking whether make supports nested variables
# configure:3880: result: yes
# configure:3896: checking build system type
# configure:3910: result: x86_64-unknown-linux-gnu
# configure:3930: checking host system type
# configure:3943: result: x86_64-unknown-linux-gnu
# configure:3989: checking for style of include used by make
# configure:4017: result: GNU
# configure:4048: checking for x86_64-unknown-linux-gcc
# configure:4075: result: clang
# configure:4344: checking for C compiler version
# configure:4353: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4364: $? = 0
# configure:4353: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4364: $? = 0
# configure:4353: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4364: $? = 1
# configure:4353: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4364: $? = 1
# configure:4384: checking whether the C compiler works
# configure:4406: clang conftest.c >&5
# configure:4410: $? = 0
# configure:4458: result: yes
# configure:4461: checking for C compiler default output file name
# configure:4463: result: a.out
# configure:4469: checking for suffix of executables
# configure:4476: clang -o conftest conftest.c >&5
# configure:4480: $? = 0
# configure:4502: result:
# configure:4524: checking whether we are cross compiling
# configure:4532: clang -o conftest conftest.c >&5
# configure:4536: $? = 0
# configure:4543: ./conftest
# configure:4547: $? = 0
# configure:4562: result: no
# configure:4567: checking for suffix of object files
# configure:4589: clang -c conftest.c >&5
# configure:4593: $? = 0
# configure:4614: result: o
# configure:4618: checking whether we are using the GNU C compiler
# configure:4637: clang -c conftest.c >&5
# configure:4637: $? = 0
# configure:4646: result: yes
# configure:4655: checking whether clang accepts -g
# configure:4675: clang -c -g conftest.c >&5
# configure:4675: $? = 0
# configure:4716: result: yes
# configure:4733: checking for clang option to accept ISO C89
# configure:4796: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4809: result: none needed
# configure:4834: checking whether clang understands -c and -o together
# configure:4856: clang -c conftest.c -o conftest2.o
# configure:4859: $? = 0
# configure:4856: clang -c conftest.c -o conftest2.o
# configure:4859: $? = 0
# configure:4871: result: yes
# configure:4890: checking dependency style of clang
# configure:5001: result: gcc3
# configure:5022: checking how to run the C preprocessor
# configure:5053: clang -E conftest.c
# configure:5053: $? = 0
# configure:5067: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5067: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | /* end confdefs.h. */
# | #include
# configure:5092: result: clang -E
# configure:5112: clang -E conftest.c
# configure:5112: $? = 0
# configure:5126: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5126: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | /* end confdefs.h. */
# | #include
# configure:5155: checking for grep that handles long lines and -e
# configure:5213: result: /usr/bin/grep
# configure:5218: checking for egrep
# configure:5280: result: /usr/bin/grep -E
# configure:5285: checking for ANSI C header files
# configure:5305: clang -c conftest.c >&5
# configure:5305: $? = 0
# configure:5378: clang -o conftest conftest.c >&5
# configure:5378: $? = 0
# configure:5378: ./conftest
# configure:5378: $? = 0
# configure:5389: result: yes
# configure:5402: checking for sys/types.h
# configure:5402: clang -c conftest.c >&5
# configure:5402: $? = 0
# configure:5402: result: yes
# configure:5402: checking for sys/stat.h
# configure:5402: clang -c conftest.c >&5
# configure:5402: $? = 0
# configure:5402: result: yes
# configure:5402: checking for stdlib.h
# configure:5402: clang -c conftest.c >&5
# configure:5402: $? = 0
# configure:5402: result: yes
# configure:5402: checking for string.h
# configure:5402: clang -c conftest.c >&5
# configure:5402: $? = 0
# configure:5402: result: yes
# configure:5402: checking for memory.h
# configure:5402: clang -c conftest.c >&5
# configure:5402: $? = 0
# configure:5402: result: yes
# configure:5402: checking for strings.h
# configure:5402: clang -c conftest.c >&5
# configure:5402: $? = 0
# configure:5402: result: yes
# configure:5402: checking for inttypes.h
# configure:5402: clang -c conftest.c >&5
# configure:5402: $? = 0
# configure:5402: result: yes
# configure:5402: checking for stdint.h
# configure:5402: clang -c conftest.c >&5
# configure:5402: $? = 0
# configure:5402: result: yes
# configure:5402: checking for unistd.h
# configure:5402: clang -c conftest.c >&5
# configure:5402: $? = 0
# configure:5402: result: yes
# configure:5417: checking minix/config.h usability
# configure:5417: clang -c conftest.c >&5
# conftest.c:55:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:5417: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5417: result: no
# configure:5417: checking minix/config.h presence
# configure:5417: clang -E conftest.c
# conftest.c:22:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:5417: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:5417: result: no
# configure:5417: checking for minix/config.h
# configure:5417: result: no
# configure:5446: checking whether it is safe to define __EXTENSIONS__
# configure:5464: clang -c conftest.c >&5
# configure:5464: $? = 0
# configure:5471: result: yes
# configure:5486: checking for clang option to accept ISO C89
# configure:5562: result: none needed
# configure:5577: checking for clang option to accept ISO C99
# configure:5726: clang -c conftest.c >&5
# configure:5726: $? = 0
# configure:5739: result: none needed
# configure:5766: checking for x86_64-unknown-linux-gcc
# configure:5793: result: clang
# configure:6062: checking for C compiler version
# configure:6071: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:6082: $? = 0
# configure:6071: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:6082: $? = 0
# configure:6071: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:6082: $? = 1
# configure:6071: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:6082: $? = 1
# configure:6086: checking whether we are using the GNU C compiler
# configure:6114: result: yes
# configure:6123: checking whether clang accepts -g
# configure:6184: result: yes
# configure:6201: checking for clang option to accept ISO C89
# configure:6277: result: none needed
# configure:6302: checking whether clang understands -c and -o together
# configure:6339: result: yes
# configure:6358: checking dependency style of clang
# configure:6469: result: gcc3
# configure:6488: checking whether clang needs -traditional
# configure:6522: result: no
# configure:6551: checking if clang can handle #warning
# configure:6567: clang -c conftest.c >&5
# conftest.c:31:2: warning: foo [-W#warnings]
# #warning foo
# ^
# 1 warning generated.
# configure:6567: $? = 0
# configure:6576: result: yes
# configure:6585: checking if clang supports __attribute__((...))
# configure:6602: clang -c conftest.c >&5
# configure:6602: $? = 0
# configure:6611: result: yes
# configure:6625: checking if clang can handle -Wstrict-overflow
# configure:6641: clang -c -Wstrict-overflow conftest.c >&5
# configure:6641: $? = 0
# configure:6650: result: yes
# configure:6657: checking if clang can handle -Winit-self
# configure:6674: clang -c -Winit-self conftest.c >&5
# configure:6674: $? = 0
# configure:6684: result: yes
# configure:6692: checking if linker supports omitting unused code and data
# configure:6736: clang -o conftest -Wl,--gc-sections conftest.c >&5
# configure:6736: $? = 0
# configure:6756: result: yes
# configure:6791: checking additional compiler flags
# configure:6889: result: none needed
# configure:6893: checking additional linker flags
# configure:6921: result: none needed
# configure:6927: checking whether byte ordering is bigendian
# configure:6942: clang -c conftest.c >&5
# conftest.c:29:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:29:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:6942: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:6987: clang -c conftest.c >&5
# configure:6987: $? = 0
# configure:7005: clang -c conftest.c >&5
# conftest.c:35:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:7005: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:7133: result: no
# configure:7151: checking for working volatile
# configure:7170: clang -c conftest.c >&5
# configure:7170: $? = 0
# configure:7177: result: yes
# configure:7190: checking how to run the C preprocessor
# configure:7260: result: clang -E
# configure:7280: clang -E conftest.c
# configure:7280: $? = 0
# configure:7294: clang -E conftest.c
# conftest.c:28:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | /* end confdefs.h. */
# | #include
# configure:7329: checking how to run the C preprocessor
# configure:7399: result: clang -E
# configure:7419: clang -E conftest.c
# configure:7419: $? = 0
# configure:7433: clang -E conftest.c
# conftest.c:28:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7433: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | /* end confdefs.h. */
# | #include
# configure:7574: checking for C++ compiler version
# configure:7583: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:7594: $? = 0
# configure:7583: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:7594: $? = 0
# configure:7583: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:7594: $? = 1
# configure:7583: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:7594: $? = 1
# configure:7598: checking whether we are using the GNU C++ compiler
# configure:7617: clang++ -c conftest.cpp >&5
# configure:7617: $? = 0
# configure:7626: result: yes
# configure:7635: checking whether clang++ accepts -g
# configure:7655: clang++ -c -g conftest.cpp >&5
# configure:7655: $? = 0
# configure:7696: result: yes
# configure:7721: checking dependency style of clang++
# configure:7832: result: gcc3
# configure:7851: checking for bison
# configure:7867: found /usr/bin/bison
# configure:7878: result: bison -y
# configure:7891: checking whether clang and cc understand -c and -o together
# configure:7922: clang -c conftest.c -o conftest2.o >&5
# configure:7926: $? = 0
# configure:7932: clang -c conftest.c -o conftest2.o >&5
# configure:7936: $? = 0
# configure:7947: cc -c conftest.c >&5
# configure:7951: $? = 0
# configure:7959: cc -c conftest.c -o conftest2.o >&5
# configure:7963: $? = 0
# configure:7969: cc -c conftest.c -o conftest2.o >&5
# configure:7973: $? = 0
# configure:7991: result: yes
# configure:8002: checking whether the compiler supports C99 structure initialization
# configure:8020: clang -c conftest.c >&5
# configure:8020: $? = 0
# configure:8021: result: yes
# configure:8041: checking to see if we need ylwrap VPATH hack
# configure:8056: result: no
# configure:8069: checking for install dir and man conventions
# configure:8098: result: in file loc/legacy
# configure:8222: checking for x86_64-unknown-linux-ar
# configure:8252: result: no
# configure:8222: checking for x86_64-unknown-linux-lib
# configure:8252: result: no
# configure:8222: checking for x86_64-unknown-linux-link
# configure:8252: result: no
# configure:8266: checking for ar
# configure:8282: found /usr/bin/ar
# configure:8293: result: ar
# configure:8319: checking the archiver (ar) interface
# configure:8335: clang -c conftest.c >&5
# configure:8335: $? = 0
# configure:8337: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:8340: $? = 0
# configure:8368: result: ar
# configure:8469: checking how to print strings
# configure:8496: result: printf
# configure:8517: checking for a sed that does not truncate output
# configure:8581: result: /usr/bin/sed
# configure:8599: checking for fgrep
# configure:8661: result: /usr/bin/grep -F
# configure:8696: checking for ld used by clang
# configure:8763: result: /usr/bin/ld
# configure:8770: checking if the linker (/usr/bin/ld) is GNU ld
# configure:8785: result: yes
# configure:8797: checking for BSD- or MS-compatible name lister (nm)
# configure:8846: result: /usr/bin/nm -B
# configure:8976: checking the name lister (/usr/bin/nm -B) interface
# configure:8983: clang -c conftest.c >&5
# configure:8986: /usr/bin/nm -B "conftest.o"
# configure:8989: output
# 0000000000000000 B some_variable
# configure:8996: result: BSD nm
# configure:8999: checking whether ln -s works
# configure:9003: result: yes
# configure:9011: checking the maximum length of command line arguments
# configure:9136: result: 1572864
# configure:9153: checking whether the shell understands some XSI constructs
# configure:9163: result: yes
# configure:9167: checking whether the shell understands "+="
# configure:9173: result: yes
# configure:9208: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:9248: result: func_convert_file_noop
# configure:9255: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:9275: result: func_convert_file_noop
# configure:9282: checking for /usr/bin/ld option to reload object files
# configure:9289: result: -r
# configure:9323: checking for x86_64-unknown-linux-objdump
# configure:9353: result: no
# configure:9363: checking for objdump
# configure:9379: found /usr/bin/objdump
# configure:9390: result: objdump
# configure:9422: checking how to recognize dependent libraries
# configure:9624: result: pass_all
# configure:9669: checking for x86_64-unknown-linux-dlltool
# configure:9699: result: no
# configure:9709: checking for dlltool
# configure:9739: result: no
# configure:9769: checking how to associate runtime and link libraries
# configure:9796: result: printf %s\n
# configure:9812: checking for x86_64-unknown-linux-ar
# configure:9839: result: ar
# configure:9920: checking for archiver @FILE support
# configure:9937: clang -c conftest.c >&5
# configure:9937: $? = 0
# configure:9940: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:9943: $? = 0
# configure:9948: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:9951: $? = 1
# configure:9963: result: @
# configure:9981: checking for x86_64-unknown-linux-strip
# configure:10008: result: strip
# configure:10080: checking for x86_64-unknown-linux-ranlib
# configure:10110: result: no
# configure:10120: checking for ranlib
# configure:10136: found /usr/bin/ranlib
# configure:10147: result: ranlib
# configure:10249: checking command to parse /usr/bin/nm -B output from clang object
# configure:10368: clang -c conftest.c >&5
# configure:10371: $? = 0
# configure:10375: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:10378: $? = 0
# configure:10444: clang -o conftest conftest.c conftstm.o >&5
# configure:10447: $? = 0
# configure:10485: result: ok
# configure:10522: checking for sysroot
# configure:10552: result: no
# configure:10629: clang -c conftest.c >&5
# configure:10632: $? = 0
# configure:10755: checking for x86_64-unknown-linux-mt
# configure:10785: result: no
# configure:10795: checking for mt
# configure:10825: result: no
# configure:10845: checking if : is a manifest tool
# configure:10851: : '-?'
# configure:10859: result: no
# configure:11488: checking for dlfcn.h
# configure:11488: clang -c conftest.c >&5
# configure:11488: $? = 0
# configure:11488: result: yes
# configure:11656: checking for objdir
# configure:11671: result: .libs
# configure:11942: checking if clang supports -fno-rtti -fno-exceptions
# configure:11960: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:11964: $? = 0
# configure:11977: result: yes
# configure:12287: checking for clang option to produce PIC
# configure:12294: result: -fPIC -DPIC
# configure:12302: checking if clang PIC flag -fPIC -DPIC works
# configure:12320: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:12324: $? = 0
# configure:12337: result: yes
# configure:12366: checking if clang static flag -static works
# configure:12394: result: yes
# configure:12409: checking if clang supports -c -o file.o
# configure:12430: clang -c -o out/conftest2.o conftest.c >&5
# configure:12434: $? = 0
# configure:12456: result: yes
# configure:12464: checking if clang supports -c -o file.o
# configure:12511: result: yes
# configure:12544: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13702: result: yes
# configure:13947: checking dynamic linker characteristics
# configure:14461: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:14461: $? = 0
# configure:14683: result: GNU/Linux ld.so
# configure:14790: checking how to hardcode library paths into programs
# configure:14815: result: immediate
# configure:15355: checking whether stripping libraries is possible
# configure:15360: result: yes
# configure:15395: checking if libtool supports shared libraries
# configure:15397: result: yes
# configure:15400: checking whether to build shared libraries
# configure:15421: result: no
# configure:15424: checking whether to build static libraries
# configure:15428: result: yes
# configure:15451: checking how to run the C++ preprocessor
# configure:15478: clang++ -E conftest.cpp
# configure:15478: $? = 0
# configure:15492: clang++ -E conftest.cpp
# conftest.cpp:30:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:15492: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:15517: result: clang++ -E
# configure:15537: clang++ -E conftest.cpp
# configure:15537: $? = 0
# configure:15551: clang++ -E conftest.cpp
# conftest.cpp:30:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:15551: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:15721: checking for ld used by clang++
# configure:15788: result: /usr/bin/ld -m elf_x86_64
# configure:15795: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:15810: result: yes
# configure:15865: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:16869: result: yes
# configure:16904: clang++ -c conftest.cpp >&5
# configure:16907: $? = 0
# configure:17427: checking for clang++ option to produce PIC
# configure:17434: result: -fPIC -DPIC
# configure:17442: checking if clang++ PIC flag -fPIC -DPIC works
# configure:17460: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:17464: $? = 0
# configure:17477: result: yes
# configure:17500: checking if clang++ static flag -static works
# configure:17528: result: yes
# configure:17540: checking if clang++ supports -c -o file.o
# configure:17561: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:17565: $? = 0
# configure:17587: result: yes
# configure:17592: checking if clang++ supports -c -o file.o
# configure:17639: result: yes
# configure:17669: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:17703: result: yes
# configure:17846: checking dynamic linker characteristics
# configure:18516: result: GNU/Linux ld.so
# configure:18569: checking how to hardcode library paths into programs
# configure:18594: result: immediate
# configure:18670: checking for pid_t
# configure:18670: clang -c conftest.c >&5
# configure:18670: $? = 0
# configure:18670: clang -c conftest.c >&5
# conftest.c:66:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:18670: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:18670: result: yes
# configure:18686: checking for dirent.h that defines DIR
# configure:18705: clang -c conftest.c >&5
# configure:18705: $? = 0
# configure:18713: result: yes
# configure:18726: checking for library containing opendir
# configure:18757: clang -o conftest conftest.c >&5
# configure:18757: $? = 0
# configure:18774: result: none required
# configure:18854: checking sys/mman.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sys/mman.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sys/mman.h
# configure:18854: result: yes
# configure:18854: checking sys/param.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sys/param.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sys/param.h
# configure:18854: result: yes
# configure:18854: checking sys/poll.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sys/poll.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sys/poll.h
# configure:18854: result: yes
# configure:18854: checking sys/procset.h usability
# configure:18854: clang -c conftest.c >&5
# conftest.c:67:10: fatal error: 'sys/procset.h' file not found
# #include
# ^
# 1 error generated.
# configure:18854: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:18854: result: no
# configure:18854: checking sys/procset.h presence
# configure:18854: clang -E conftest.c
# conftest.c:34:10: fatal error: 'sys/procset.h' file not found
# #include
# ^
# 1 error generated.
# configure:18854: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:18854: result: no
# configure:18854: checking for sys/procset.h
# configure:18854: result: no
# configure:18854: checking sys/select.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sys/select.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sys/select.h
# configure:18854: result: yes
# configure:18854: checking sys/socket.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sys/socket.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sys/socket.h
# configure:18854: result: yes
# configure:18854: checking sys/stropts.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sys/stropts.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sys/stropts.h
# configure:18854: result: yes
# configure:18854: checking sys/time.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sys/time.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sys/time.h
# configure:18854: result: yes
# configure:18854: checking sys/un.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sys/un.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sys/un.h
# configure:18854: result: yes
# configure:18854: checking sys/wait.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sys/wait.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sys/wait.h
# configure:18854: result: yes
# configure:18854: checking for dlfcn.h
# configure:18854: result: yes
# configure:18854: checking errno.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking errno.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for errno.h
# configure:18854: result: yes
# configure:18854: checking fcntl.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking fcntl.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for fcntl.h
# configure:18854: result: yes
# configure:18854: checking libgen.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking libgen.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for libgen.h
# configure:18854: result: yes
# configure:18854: checking libintl.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking libintl.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for libintl.h
# configure:18854: result: yes
# configure:18854: checking for memory.h
# configure:18854: result: yes
# configure:18854: checking netinet/in.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking netinet/in.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for netinet/in.h
# configure:18854: result: yes
# configure:18854: checking setjmp.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking setjmp.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for setjmp.h
# configure:18854: result: yes
# configure:18854: checking stdbool.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking stdbool.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for stdbool.h
# configure:18854: result: yes
# configure:18854: checking sysexits.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking sysexits.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for sysexits.h
# configure:18854: result: yes
# configure:18854: checking for unistd.h
# configure:18854: result: yes
# configure:18854: checking utime.h usability
# configure:18854: clang -c conftest.c >&5
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking utime.h presence
# configure:18854: clang -E conftest.c
# configure:18854: $? = 0
# configure:18854: result: yes
# configure:18854: checking for utime.h
# configure:18854: result: yes
# configure:18868: checking stdarg.h usability
# configure:18868: clang -c conftest.c >&5
# configure:18868: $? = 0
# configure:18868: result: yes
# configure:18868: checking stdarg.h presence
# configure:18868: clang -E conftest.c
# configure:18868: $? = 0
# configure:18868: result: yes
# configure:18868: checking for stdarg.h
# configure:18868: result: yes
# configure:18884: checking for string.h
# configure:18884: result: yes
# configure:18900: checking limits.h usability
# configure:18900: clang -c conftest.c >&5
# configure:18900: $? = 0
# configure:18900: result: yes
# configure:18900: checking limits.h presence
# configure:18900: clang -E conftest.c
# configure:18900: $? = 0
# configure:18900: result: yes
# configure:18900: checking for limits.h
# configure:18900: result: yes
# configure:18916: checking for inttypes.h
# configure:18916: result: yes
# configure:18929: checking for working stdnoreturn.h
# configure:18958: clang -c conftest.c >&5
# conftest.c:68:13: warning: control may reach end of non-void function [-Wreturn-type]
# }
# ^
# 1 warning generated.
# configure:18958: $? = 0
# configure:18965: result: yes
# configure:18992: checking for runetype.h
# configure:18992: clang -c conftest.c >&5
# conftest.c:95:10: fatal error: 'runetype.h' file not found
# #include
# ^
# 1 error generated.
# configure:18992: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #if HAVE_RUNETYPE_H
# | # include
# | #endif
# |
# |
# | #include
# configure:18992: result: no
# configure:18992: checking for wchar.h
# configure:18992: clang -c conftest.c >&5
# configure:18992: $? = 0
# configure:18992: result: yes
# configure:19049: checking for wchar_t
# configure:19049: clang -c conftest.c >&5
# configure:19049: $? = 0
# configure:19049: clang -c conftest.c >&5
# conftest.c:93:22: error: expected expression
# if (sizeof ((wchar_t)))
# ^
# 1 error generated.
# configure:19049: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((wchar_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19049: result: yes
# configure:19059: checking for wint_t
# configure:19059: clang -c conftest.c >&5
# configure:19059: $? = 0
# configure:19059: clang -c conftest.c >&5
# conftest.c:103:21: error: expected expression
# if (sizeof ((wint_t)))
# ^
# 1 error generated.
# configure:19059: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #if HAVE_RUNETYPE_H
# | # include
# | #endif
# | #if HAVE_WCHAR_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((wint_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19059: result: yes
# configure:19078: checking for int8_t
# configure:19078: clang -c conftest.c >&5
# configure:19078: $? = 0
# configure:19078: clang -c conftest.c >&5
# conftest.c:95:21: error: expected expression
# if (sizeof ((int8_t)))
# ^
# 1 error generated.
# configure:19078: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19078: result: yes
# configure:19087: checking for uint8_t
# configure:19087: clang -c conftest.c >&5
# configure:19087: $? = 0
# configure:19087: clang -c conftest.c >&5
# conftest.c:96:22: error: expected expression
# if (sizeof ((uint8_t)))
# ^
# 1 error generated.
# configure:19087: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19087: result: yes
# configure:19096: checking for int16_t
# configure:19096: clang -c conftest.c >&5
# configure:19096: $? = 0
# configure:19096: clang -c conftest.c >&5
# conftest.c:97:22: error: expected expression
# if (sizeof ((int16_t)))
# ^
# 1 error generated.
# configure:19096: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19096: result: yes
# configure:19105: checking for uint16_t
# configure:19105: clang -c conftest.c >&5
# configure:19105: $? = 0
# configure:19105: clang -c conftest.c >&5
# conftest.c:98:23: error: expected expression
# if (sizeof ((uint16_t)))
# ^
# 1 error generated.
# configure:19105: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19105: result: yes
# configure:19114: checking for int32_t
# configure:19114: clang -c conftest.c >&5
# configure:19114: $? = 0
# configure:19114: clang -c conftest.c >&5
# conftest.c:99:22: error: expected expression
# if (sizeof ((int32_t)))
# ^
# 1 error generated.
# configure:19114: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19114: result: yes
# configure:19123: checking for uint32_t
# configure:19123: clang -c conftest.c >&5
# configure:19123: $? = 0
# configure:19123: clang -c conftest.c >&5
# conftest.c:100:23: error: expected expression
# if (sizeof ((uint32_t)))
# ^
# 1 error generated.
# configure:19123: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19123: result: yes
# configure:19132: checking for intptr_t
# configure:19132: clang -c conftest.c >&5
# configure:19132: $? = 0
# configure:19132: clang -c conftest.c >&5
# conftest.c:101:23: error: expected expression
# if (sizeof ((intptr_t)))
# ^
# 1 error generated.
# configure:19132: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((intptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19132: result: yes
# configure:19141: checking for uintptr_t
# configure:19141: clang -c conftest.c >&5
# configure:19141: $? = 0
# configure:19141: clang -c conftest.c >&5
# conftest.c:102:24: error: expected expression
# if (sizeof ((uintptr_t)))
# ^
# 1 error generated.
# configure:19141: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uintptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19141: result: yes
# configure:19150: checking for uint_t
# configure:19150: clang -c conftest.c >&5
# conftest.c:103:13: error: use of undeclared identifier 'uint_t'
# if (sizeof (uint_t))
# ^
# 1 error generated.
# configure:19150: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (uint_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19150: result: no
# configure:19159: checking for pid_t
# configure:19159: result: yes
# configure:19168: checking for size_t
# configure:19168: clang -c conftest.c >&5
# configure:19168: $? = 0
# configure:19168: clang -c conftest.c >&5
# conftest.c:104:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:19168: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19168: result: yes
# configure:19177: checking for ptrdiff_t
# configure:19177: clang -c conftest.c >&5
# configure:19177: $? = 0
# configure:19177: clang -c conftest.c >&5
# conftest.c:105:24: error: expected expression
# if (sizeof ((ptrdiff_t)))
# ^
# 1 error generated.
# configure:19177: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19177: result: yes
# configure:19191: checking size of char *
# configure:19196: clang -o conftest conftest.c >&5
# configure:19196: $? = 0
# configure:19196: ./conftest
# configure:19196: $? = 0
# configure:19210: result: 8
# configure:19224: checking size of int
# configure:19229: clang -o conftest conftest.c >&5
# configure:19229: $? = 0
# configure:19229: ./conftest
# configure:19229: $? = 0
# configure:19243: result: 4
# configure:19257: checking size of long
# configure:19262: clang -o conftest conftest.c >&5
# configure:19262: $? = 0
# configure:19262: ./conftest
# configure:19262: $? = 0
# configure:19276: result: 8
# configure:19290: checking size of short
# configure:19295: clang -o conftest conftest.c >&5
# configure:19295: $? = 0
# configure:19295: ./conftest
# configure:19295: $? = 0
# configure:19309: result: 2
# configure:19323: checking for pathfind in -lgen
# configure:19348: clang -o conftest conftest.c -lgen >&5
# /usr/bin/ld: cannot find -lgen
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19348: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pathfind ();
# | int
# | main ()
# | {
# | return pathfind ();
# | ;
# | return 0;
# | }
# configure:19357: result: no
# configure:19368: checking for gettext in -lintl
# configure:19393: clang -o conftest conftest.c -lintl >&5
# /usr/bin/ld: cannot find -lintl
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19393: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gettext ();
# | int
# | main ()
# | {
# | return gettext ();
# | ;
# | return 0;
# | }
# configure:19402: result: no
# configure:19415: checking for vprintf
# configure:19415: clang -o conftest conftest.c >&5
# conftest.c:97:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:97:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:19415: $? = 0
# configure:19415: result: yes
# configure:19421: checking for _doprnt
# configure:19421: clang -o conftest conftest.c >&5
# /tmp/conftest-ecf40a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19421: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:19421: result: no
# configure:19434: checking vfork.h usability
# configure:19434: clang -c conftest.c >&5
# conftest.c:108:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:19434: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:19434: result: no
# configure:19434: checking vfork.h presence
# configure:19434: clang -E conftest.c
# conftest.c:75:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:19434: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | #include
# configure:19434: result: no
# configure:19434: checking for vfork.h
# configure:19434: result: no
# configure:19447: checking for fork
# configure:19447: clang -o conftest conftest.c >&5
# configure:19447: $? = 0
# configure:19447: result: yes
# configure:19447: checking for vfork
# configure:19447: clang -o conftest conftest.c >&5
# conftest.c:99:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:99:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:19447: $? = 0
# configure:19447: result: yes
# configure:19457: checking for working fork
# configure:19479: clang -o conftest conftest.c >&5
# configure:19479: $? = 0
# configure:19479: ./conftest
# configure:19479: $? = 0
# configure:19489: result: yes
# configure:19510: checking for working vfork
# configure:19620: result: yes
# configure:19649: checking for mmap
# configure:19649: clang -o conftest conftest.c >&5
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19649: checking for canonicalize_file_name
# configure:19649: clang -o conftest conftest.c >&5
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19649: checking for snprintf
# configure:19649: clang -o conftest conftest.c >&5
# conftest.c:104:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:104:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19649: checking for strdup
# configure:19649: clang -o conftest conftest.c >&5
# conftest.c:105:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:105:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19649: checking for strchr
# configure:19649: clang -o conftest conftest.c >&5
# conftest.c:106:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:106:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19649: checking for strrchr
# configure:19649: clang -o conftest conftest.c >&5
# conftest.c:107:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:107:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19649: checking for strsignal
# configure:19649: clang -o conftest conftest.c >&5
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19649: checking for fchmod
# configure:19649: clang -o conftest conftest.c >&5
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19649: checking for fstat
# configure:19649: clang -o conftest conftest.c >&5
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19649: checking for chmod
# configure:19649: clang -o conftest conftest.c >&5
# configure:19649: $? = 0
# configure:19649: result: yes
# configure:19658: checking for a sed that does not truncate output
# configure:19722: result: /usr/bin/sed
# configure:19760: Using supplied libopts tearoff
# configure:19868: checking for x86_64-unknown-linux-pkg-config
# configure:19901: result: no
# configure:19911: checking for pkg-config
# configure:19929: found /usr/bin/pkg-config
# configure:19941: result: /usr/bin/pkg-config
# configure:19968: checking if pkg-config is at least version 0.15.0
# configure:19971: result: yes
# configure:20009: checking if libevent 2 or later is installed
# configure:20014: Using the installed libevent
# configure:20043: result: yes
# configure:20100: checking for size_t
# configure:20100: result: yes
# configure:20134: checking for stdarg.h
# configure:20134: result: yes
# configure:20151: checking for unsigned long long int
# configure:20199: result: yes
# configure:20208: checking for vsnprintf
# configure:20208: clang -o conftest conftest.c >&5
# conftest.c:115:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:115:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:20208: $? = 0
# configure:20208: result: yes
# configure:20216: checking whether vsnprintf is C99 compliant
# configure:20251: clang -o conftest conftest.c >&5
# configure:20251: $? = 0
# configure:20251: ./conftest
# configure:20251: $? = 0
# configure:20261: result: yes
# configure:20269: checking if C99-snprintf replacement vsnprintf will be used
# configure:20276: result: no
# configure:20685: checking for snprintf
# configure:20685: result: yes
# configure:20693: checking whether snprintf is C99 compliant
# configure:20716: clang -o conftest conftest.c >&5
# configure:20716: $? = 0
# configure:20716: ./conftest
# configure:20716: $? = 0
# configure:20726: result: yes
# configure:20734: checking if C99-snprintf replacement snprintf will be used
# configure:20741: result: no
# configure:20874: checking for ld used by clang
# configure:20941: result: /usr/bin/ld
# configure:20948: checking if the linker (/usr/bin/ld) is GNU ld
# configure:20963: result: yes
# configure:20974: checking for directory path separator
# configure:20994: result: '/'
# configure:21013: checking line editing libraries
# configure:21015: result: edit,editline
# configure:21033: checking for readline() with -ledit
# configure:21053: clang -o conftest conftest.c -ledit >&5
# configure:21053: $? = 0
# configure:21065: result: yes
# configure:21143: checking readline.h usability
# configure:21143: clang -c conftest.c >&5
# conftest.c:128:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:21143: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:21143: result: no
# configure:21143: checking readline.h presence
# configure:21143: clang -E conftest.c
# conftest.c:95:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:21143: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | /* end confdefs.h. */
# | #include
# configure:21143: result: no
# configure:21143: checking for readline.h
# configure:21143: result: no
# configure:21143: checking readline/readline.h usability
# configure:21143: clang -c conftest.c >&5
# configure:21143: $? = 0
# configure:21143: result: yes
# configure:21143: checking readline/readline.h presence
# configure:21143: clang -E conftest.c
# configure:21143: $? = 0
# configure:21143: result: yes
# configure:21143: checking for readline/readline.h
# configure:21143: result: yes
# configure:21143: checking histedit.h usability
# configure:21143: clang -c conftest.c >&5
# configure:21143: $? = 0
# configure:21143: result: yes
# configure:21143: checking histedit.h presence
# configure:21143: clang -E conftest.c
# configure:21143: $? = 0
# configure:21143: result: yes
# configure:21143: checking for histedit.h
# configure:21143: result: yes
# configure:21156: checking history.h usability
# configure:21156: clang -c conftest.c >&5
# conftest.c:130:10: fatal error: 'history.h' file not found
# #include
# ^
# 1 error generated.
# configure:21156: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:21156: result: no
# configure:21156: checking history.h presence
# configure:21156: clang -E conftest.c
# conftest.c:97:10: fatal error: 'history.h' file not found
# #include
# ^
# 1 error generated.
# configure:21156: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | /* end confdefs.h. */
# | #include
# configure:21156: result: no
# configure:21156: checking for history.h
# configure:21156: result: no
# configure:21156: checking readline/history.h usability
# configure:21156: clang -c conftest.c >&5
# configure:21156: $? = 0
# configure:21156: result: yes
# configure:21156: checking readline/history.h presence
# configure:21156: clang -E conftest.c
# configure:21156: $? = 0
# configure:21156: result: yes
# configure:21156: checking for readline/history.h
# configure:21156: result: yes
# configure:21169: checking number of arguments to el_init()
# configure:21191: clang -c conftest.c >&5
# configure:21191: $? = 0
# configure:21200: result: 4
# configure:21209: checking whether readline supports history
# configure:21233: clang -o conftest conftest.c -ledit >&5
# configure:21233: $? = 0
# configure:21240: result: yes
# configure:21262: checking for library containing cos
# configure:21293: clang -o conftest conftest.c >&5
# conftest.c:107:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:107:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-51902d.o: In function `main':
# conftest.c:(.text+0x16): undefined reference to `cos'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:21293: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char cos ();
# | int
# | main ()
# | {
# | return cos ();
# | ;
# | return 0;
# | }
# configure:21293: clang -o conftest conftest.c -lm >&5
# conftest.c:107:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:107:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:21293: $? = 0
# configure:21310: result: -lm
# configure:21327: checking for vfork.h
# configure:21327: result: no
# configure:21340: checking for fork
# configure:21340: result: yes
# configure:21340: checking for vfork
# configure:21340: result: yes
# configure:21350: checking for working fork
# configure:21382: result: yes
# configure:21403: checking for working vfork
# configure:21513: result: yes
# configure:21540: checking for working alloca.h
# configure:21557: clang -o conftest conftest.c >&5
# configure:21557: $? = 0
# configure:21565: result: yes
# configure:21573: checking for alloca
# configure:21610: clang -o conftest conftest.c >&5
# configure:21610: $? = 0
# configure:21618: result: yes
# configure:21724: checking whether strerror_r is declared
# configure:21724: clang -c conftest.c >&5
# configure:21724: $? = 0
# configure:21724: result: yes
# configure:21737: checking for strerror_r
# configure:21737: clang -o conftest conftest.c >&5
# configure:21737: $? = 0
# configure:21737: result: yes
# configure:21746: checking whether strerror_r returns char *
# configure:21770: clang -c conftest.c >&5
# configure:21770: $? = 0
# configure:21808: result: yes
# configure:21858: checking for library containing clock_gettime
# configure:21889: clang -o conftest conftest.c >&5
# configure:21889: $? = 0
# configure:21906: result: none required
# configure:21922: checking for clock_getres
# configure:21922: clang -o conftest conftest.c >&5
# configure:21922: $? = 0
# configure:21922: result: yes
# configure:21922: checking for clock_gettime
# configure:21922: clang -o conftest conftest.c >&5
# configure:21922: $? = 0
# configure:21922: result: yes
# configure:21922: checking for clock_settime
# configure:21922: clang -o conftest conftest.c >&5
# configure:21922: $? = 0
# configure:21922: result: yes
# configure:21937: checking for getclock
# configure:21937: clang -o conftest conftest.c >&5
# /tmp/conftest-eec96e.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getclock'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:21937: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | /* end confdefs.h. */
# | /* Define getclock to an innocuous variant, in case declares getclock.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getclock innocuous_getclock
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getclock (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getclock
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getclock ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getclock || defined __stub___getclock
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getclock ();
# | ;
# | return 0;
# | }
# configure:21937: result: no
# configure:21937: checking for stime
# configure:21937: clang -o conftest conftest.c >&5
# configure:21937: $? = 0
# configure:21937: result: yes
# configure:21937: checking for timegm
# configure:21937: clang -o conftest conftest.c >&5
# configure:21937: $? = 0
# configure:21937: result: yes
# configure:21937: checking for strlcpy
# configure:21937: clang -o conftest conftest.c >&5
# conftest.c:137:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:137:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-000811.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:21937: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:21937: result: no
# configure:21937: checking for strlcat
# configure:21937: clang -o conftest conftest.c >&5
# conftest.c:137:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:137:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-23901f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:21937: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:21937: result: no
# configure:21950: checking for library containing snprintb
# configure:21981: clang -o conftest conftest.c >&5
# /tmp/conftest-2e9426.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `snprintb'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:21981: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char snprintb ();
# | int
# | main ()
# | {
# | return snprintb ();
# | ;
# | return 0;
# | }
# configure:21981: clang -o conftest conftest.c -lutil >&5
# /tmp/conftest-f06c62.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `snprintb'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:21981: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char snprintb ();
# | int
# | main ()
# | {
# | return snprintb ();
# | ;
# | return 0;
# | }
# configure:21998: result: no
# configure:22018: checking for errno.h
# configure:22018: result: yes
# configure:22018: checking for sys/socket.h
# configure:22018: result: yes
# configure:22018: checking for sys/types.h
# configure:22018: result: yes
# configure:22018: checking time.h usability
# configure:22018: clang -c conftest.c >&5
# configure:22018: $? = 0
# configure:22018: result: yes
# configure:22018: checking time.h presence
# configure:22018: clang -E conftest.c
# configure:22018: $? = 0
# configure:22018: result: yes
# configure:22018: checking for time.h
# configure:22018: result: yes
# configure:22030: checking for net/if.h
# configure:22030: clang -c conftest.c >&5
# configure:22030: $? = 0
# configure:22030: result: yes
# configure:22111: checking for linux/if_addr.h
# configure:22111: clang -c conftest.c >&5
# configure:22111: $? = 0
# configure:22111: result: yes
# configure:22134: checking arpa/nameser.h usability
# configure:22134: clang -c conftest.c >&5
# configure:22134: $? = 0
# configure:22134: result: yes
# configure:22134: checking arpa/nameser.h presence
# configure:22134: clang -E conftest.c
# configure:22134: $? = 0
# configure:22134: result: yes
# configure:22134: checking for arpa/nameser.h
# configure:22134: result: yes
# configure:22134: checking for sys/param.h
# configure:22134: result: yes
# configure:22134: checking for sys/time.h
# configure:22134: result: yes
# configure:22134: checking sys/timers.h usability
# configure:22134: clang -c conftest.c >&5
# conftest.c:157:10: fatal error: 'sys/timers.h' file not found
# #include
# ^
# 1 error generated.
# configure:22134: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:22134: result: no
# configure:22134: checking sys/timers.h presence
# configure:22134: clang -E conftest.c
# conftest.c:124:10: fatal error: 'sys/timers.h' file not found
# #include
# ^
# 1 error generated.
# configure:22134: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:22134: result: no
# configure:22134: checking for sys/timers.h
# configure:22134: result: no
# configure:22147: checking for sys/sysctl.h
# configure:22147: clang -c conftest.c >&5
# configure:22147: $? = 0
# configure:22147: result: yes
# configure:22165: checking netinet/in_system.h usability
# configure:22165: clang -c conftest.c >&5
# conftest.c:158:10: fatal error: 'netinet/in_system.h' file not found
# #include
# ^
# 1 error generated.
# configure:22165: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:22165: result: no
# configure:22165: checking netinet/in_system.h presence
# configure:22165: clang -E conftest.c
# conftest.c:125:10: fatal error: 'netinet/in_system.h' file not found
# #include
# ^
# 1 error generated.
# configure:22165: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:22165: result: no
# configure:22165: checking for netinet/in_system.h
# configure:22165: result: no
# configure:22165: checking netinet/in_systm.h usability
# configure:22165: clang -c conftest.c >&5
# configure:22165: $? = 0
# configure:22165: result: yes
# configure:22165: checking netinet/in_systm.h presence
# configure:22165: clang -E conftest.c
# configure:22165: $? = 0
# configure:22165: result: yes
# configure:22165: checking for netinet/in_systm.h
# configure:22165: result: yes
# configure:22165: checking for netinet/in.h
# configure:22165: result: yes
# configure:22178: checking for resolv.h
# configure:22178: clang -c conftest.c >&5
# configure:22178: $? = 0
# configure:22178: result: yes
# configure:22202: checking for net/if_var.h
# configure:22202: clang -c conftest.c >&5
# conftest.c:143:10: fatal error: 'net/if_var.h' file not found
# #include
# ^
# 1 error generated.
# configure:22202: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | /* end confdefs.h. */
# |
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | # include
# | #endif
# | #ifdef HAVE_NET_IF_H
# | # include
# | #endif
# |
# |
# | #include
# configure:22202: result: no
# configure:22230: checking for netinet/ip.h
# configure:22230: clang -c conftest.c >&5
# configure:22230: $? = 0
# configure:22230: result: yes
# configure:22230: checking for netinet/in_var.h
# configure:22230: clang -c conftest.c >&5
# conftest.c:150:10: fatal error: 'netinet/in_var.h' file not found
# #include
# ^
# 1 error generated.
# configure:22230: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #ifdef HAVE_NET_IF_H
# | # include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | # include
# | #endif
# | #ifdef HAVE_NET_IF_VAR_H
# | # include
# | #endif
# | #ifdef HAVE_NETINET_IN_SYSTM_H
# | # include
# | #endif
# |
# |
# | #include
# configure:22230: result: no
# configure:22262: checking for library containing inet_pton
# configure:22293: clang -o conftest conftest.c >&5
# configure:22293: $? = 0
# configure:22310: result: none required
# configure:22323: checking for library containing inet_ntop
# configure:22354: clang -o conftest conftest.c >&5
# configure:22354: $? = 0
# configure:22371: result: none required
# configure:22392: checking for library containing setsockopt
# configure:22423: clang -o conftest conftest.c >&5
# configure:22423: $? = 0
# configure:22440: result: none required
# configure:22535: checking for recvmsg
# configure:22535: clang -o conftest conftest.c >&5
# configure:22535: $? = 0
# configure:22535: result: yes
# configure:22545: checking for inline
# configure:22561: clang -c conftest.c >&5
# configure:22561: $? = 0
# configure:22569: result: inline
# configure:22598: checking whether time.h and sys/time.h may both be included
# configure:22618: clang -c conftest.c >&5
# configure:22618: $? = 0
# configure:22625: result: yes
# configure:22637: checking size of time_t
# configure:22642: clang -o conftest conftest.c >&5
# configure:22642: $? = 0
# configure:22642: ./conftest
# configure:22642: $? = 0
# configure:22656: result: 8
# configure:22666: checking whether char is unsigned
# configure:22685: clang -c conftest.c >&5
# configure:22685: $? = 0
# configure:22692: result: no
# configure:22702: checking size of signed char
# configure:22707: clang -o conftest conftest.c >&5
# configure:22707: $? = 0
# configure:22707: ./conftest
# configure:22707: $? = 0
# configure:22721: result: 1
# configure:22731: checking for s_char
# configure:22731: clang -c conftest.c >&5
# conftest.c:170:13: error: use of undeclared identifier 's_char'
# if (sizeof (s_char))
# ^
# 1 error generated.
# configure:22731: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (s_char))
# | return 0;
# | ;
# | return 0;
# | }
# configure:22731: result: no
# configure:22740: checking for long long
# configure:22740: clang -c conftest.c >&5
# configure:22740: $? = 0
# configure:22740: clang -c conftest.c >&5
# conftest.c:170:24: error: expected expression
# if (sizeof ((long long)))
# ^
# 1 error generated.
# configure:22740: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:22740: result: yes
# configure:22754: checking size of short
# configure:22773: result: 2
# configure:22787: checking size of int
# configure:22806: result: 4
# configure:22820: checking size of long
# configure:22839: result: 8
# configure:22858: checking size of long long
# configure:22863: clang -o conftest conftest.c >&5
# configure:22863: $? = 0
# configure:22863: ./conftest
# configure:22863: $? = 0
# configure:22877: result: 8
# configure:22918: checking for uid_t in sys/types.h
# configure:22937: result: yes
# configure:22953: checking if we're including debugging code
# configure:22969: result: yes
# configure:22977: checking semaphore.h usability
# configure:22977: clang -c conftest.c >&5
# configure:22977: $? = 0
# configure:22977: result: yes
# configure:22977: checking semaphore.h presence
# configure:22977: clang -E conftest.c
# configure:22977: $? = 0
# configure:22977: result: yes
# configure:22977: checking for semaphore.h
# configure:22977: result: yes
# configure:22989: checking for socketpair
# configure:22989: clang -o conftest conftest.c >&5
# configure:22989: $? = 0
# configure:22989: result: yes
# configure:23148: checking for _beginthread
# configure:23148: clang -o conftest conftest.c >&5
# /tmp/conftest-fba89d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_beginthread'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:23148: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | /* end confdefs.h. */
# | /* Define _beginthread to an innocuous variant, in case declares _beginthread.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _beginthread innocuous__beginthread
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _beginthread (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _beginthread
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _beginthread ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__beginthread || defined __stub____beginthread
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _beginthread ();
# | ;
# | return 0;
# | }
# configure:23148: result: no
# configure:23185: checking pthread.h usability
# configure:23185: clang -c conftest.c >&5
# configure:23185: $? = 0
# configure:23185: result: yes
# configure:23185: checking pthread.h presence
# configure:23185: clang -E conftest.c
# configure:23185: $? = 0
# configure:23185: result: yes
# configure:23185: checking for pthread.h
# configure:23185: result: yes
# configure:23197: checking POSIX thread version
# configure:23218: clang -c conftest.c >&5
# configure:23218: $? = 0
# configure:23286: result: 10
# configure:23304: checking for LinuxThreads pthread.h
# configure:23323: result: no
# configure:23332: checking for GNU Pth pthread.h
# configure:23355: result: no
# configure:23362: checking sched.h usability
# configure:23362: clang -c conftest.c >&5
# configure:23362: $? = 0
# configure:23362: result: yes
# configure:23362: checking sched.h presence
# configure:23362: clang -E conftest.c
# configure:23362: $? = 0
# configure:23362: result: yes
# configure:23362: checking for sched.h
# configure:23362: result: yes
# configure:23375: checking for pthread_create in default libraries
# configure:23536: clang -o conftest conftest.c >&5
# conftest.c:160:9: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
# return (void *) (p == NULL);
# ^
# 1 warning generated.
# /tmp/conftest-c632ef.o: In function `main':
# conftest.c:(.text+0x7c): undefined reference to `pthread_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:23536: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | /* end confdefs.h. */
# |
# |
# | /* pthread test headers */
# | #include
# | #if HAVE_PTHREADS < 7
# | #include
# | #endif
# | #ifndef NULL
# | #define NULL (void*)0
# | #endif
# |
# | static void *task(p)
# | void *p;
# | {
# | return (void *) (p == NULL);
# | }
# |
# |
# | int main(argc, argv)
# | int argc;
# | char **argv;
# | {
# |
# | /* pthread test function */
# | #ifndef PTHREAD_CREATE_DETACHED
# | #define PTHREAD_CREATE_DETACHED 1
# | #endif
# | pthread_t t;
# | int status;
# | int detach = PTHREAD_CREATE_DETACHED;
# |
# | #if HAVE_PTHREADS > 4
# | /* Final pthreads */
# | pthread_attr_t attr;
# |
# | status = pthread_attr_init(&attr);
# | if( status ) return status;
# |
# | #if HAVE_PTHREADS < 7
# | status = pthread_attr_setdetachstate(&attr, &detach);
# | if( status < 0 ) status = errno;
# | #else
# | status = pthread_attr_setdetachstate(&attr, detach);
# | #endif
# | if( status ) return status;
# | status = pthread_create( &t, &attr, task, NULL );
# | #if HAVE_PTHREADS < 7
# | if( status < 0 ) status = errno;
# | #endif
# | if( status ) return status;
# | #else
# | /* Draft 4 pthreads */
# | status = pthread_create( &t, pthread_attr_default, task, NULL );
# | if( status ) return errno;
# |
# | /* give thread a chance to complete */
# | /* it should remain joinable and hence detachable */
# | sleep( 1 );
# |
# | status = pthread_detach( &t );
# | if( status ) return errno;
# | #endif
# |
# | #ifdef HAVE_LINUX_THREADS
# | pthread_kill_other_threads_np();
# | #endif
# |
# | return 0;
# |
# | }
# |
# configure:23546: result: no
# configure:23557: checking for pthread link with -kthread
# configure:23722: clang -o conftest conftest.c -kthread >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:23722: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | /* end confdefs.h. */
# |
# |
# | /* pthread test headers */
# | #include
# | #if HAVE_PTHREADS < 7
# | #include
# | #endif
# | #ifndef NULL
# | #define NULL (void*)0
# | #endif
# |
# | static void *task(p)
# | void *p;
# | {
# | return (void *) (p == NULL);
# | }
# |
# |
# | int main(argc, argv)
# | int argc;
# | char **argv;
# | {
# |
# | /* pthread test function */
# | #ifndef PTHREAD_CREATE_DETACHED
# | #define PTHREAD_CREATE_DETACHED 1
# | #endif
# | pthread_t t;
# | int status;
# | int detach = PTHREAD_CREATE_DETACHED;
# |
# | #if HAVE_PTHREADS > 4
# | /* Final pthreads */
# | pthread_attr_t attr;
# |
# | status = pthread_attr_init(&attr);
# | if( status ) return status;
# |
# | #if HAVE_PTHREADS < 7
# | status = pthread_attr_setdetachstate(&attr, &detach);
# | if( status < 0 ) status = errno;
# | #else
# | status = pthread_attr_setdetachstate(&attr, detach);
# | #endif
# | if( status ) return status;
# | status = pthread_create( &t, &attr, task, NULL );
# | #if HAVE_PTHREADS < 7
# | if( status < 0 ) status = errno;
# | #endif
# | if( status ) return status;
# | #else
# | /* Draft 4 pthreads */
# | status = pthread_create( &t, pthread_attr_default, task, NULL );
# | if( status ) return errno;
# |
# | /* give thread a chance to complete */
# | /* it should remain joinable and hence detachable */
# | sleep( 1 );
# |
# | status = pthread_detach( &t );
# | if( status ) return errno;
# | #endif
# |
# | #ifdef HAVE_LINUX_THREADS
# | pthread_kill_other_threads_np();
# | #endif
# |
# | return 0;
# |
# | }
# |
# configure:23736: result: no
# configure:23748: checking for pthread link with -pthread
# configure:23913: clang -o conftest conftest.c -pthread >&5
# conftest.c:160:9: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
# return (void *) (p == NULL);
# ^
# 1 warning generated.
# configure:23913: $? = 0
# configure:23913: ./conftest
# configure:23913: $? = 0
# configure:23927: result: yes
# configure:26426: ol_link_threads: ol_link_pthreads <-pthread>
# configure:26439: checking for sched_yield
# configure:26439: clang -o conftest conftest.c -pthread >&5
# configure:26439: $? = 0
# configure:26439: result: yes
# configure:26439: checking for pthread_yield
# configure:26439: clang -o conftest conftest.c -pthread >&5
# configure:26439: $? = 0
# configure:26439: result: yes
# configure:26439: checking for thr_yield
# configure:26439: clang -o conftest conftest.c -pthread >&5
# /tmp/conftest-bb6676.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `thr_yield'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:26439: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | /* end confdefs.h. */
# | /* Define thr_yield to an innocuous variant, in case declares thr_yield.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define thr_yield innocuous_thr_yield
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char thr_yield (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef thr_yield
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char thr_yield ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_thr_yield || defined __stub___thr_yield
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return thr_yield ();
# | ;
# | return 0;
# | }
# configure:26439: result: no
# configure:26508: checking for pthread_kill
# configure:26508: clang -o conftest conftest.c -pthread >&5
# configure:26508: $? = 0
# configure:26508: result: yes
# configure:26518: checking for pthread_rwlock_destroy with
# configure:26538: clang -o conftest conftest.c -pthread >&5
# configure:26538: $? = 0
# configure:26547: result: yes
# configure:26555: checking for pthread_detach with
# configure:26577: clang -o conftest conftest.c -pthread >&5
# conftest.c:159:16: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'pthread_t' (aka 'unsigned long') [-Wint-conversion]
# pthread_detach(NULL);
# ^~~~
# /usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'
# # define NULL ((void*)0)
# ^~~~~~~~~~
# /usr/include/pthread.h:271:38: note: passing argument to parameter '__th' here
# extern int pthread_detach (pthread_t __th) __THROW;
# ^
# 1 warning generated.
# configure:26577: $? = 0
# configure:26586: result: yes
# configure:26605: checking for pthread_setconcurrency
# configure:26605: clang -o conftest conftest.c -pthread >&5
# configure:26605: $? = 0
# configure:26605: result: yes
# configure:26605: checking for pthread_getconcurrency
# configure:26605: clang -o conftest conftest.c -pthread >&5
# configure:26605: $? = 0
# configure:26605: result: yes
# configure:26605: checking for thr_setconcurrency
# configure:26605: clang -o conftest conftest.c -pthread >&5
# /tmp/conftest-9cc7a8.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `thr_setconcurrency'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:26605: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | /* end confdefs.h. */
# | /* Define thr_setconcurrency to an innocuous variant, in case declares thr_setconcurrency.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define thr_setconcurrency innocuous_thr_setconcurrency
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char thr_setconcurrency (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef thr_setconcurrency
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char thr_setconcurrency ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_thr_setconcurrency || defined __stub___thr_setconcurrency
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return thr_setconcurrency ();
# | ;
# | return 0;
# | }
# configure:26605: result: no
# configure:26605: checking for thr_getconcurrency
# configure:26605: clang -o conftest conftest.c -pthread >&5
# /tmp/conftest-f3ead0.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `thr_getconcurrency'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:26605: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | /* end confdefs.h. */
# | /* Define thr_getconcurrency to an innocuous variant, in case declares thr_getconcurrency.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define thr_getconcurrency innocuous_thr_getconcurrency
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char thr_getconcurrency (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef thr_getconcurrency
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char thr_getconcurrency ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_thr_getconcurrency || defined __stub___thr_getconcurrency
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return thr_getconcurrency ();
# | ;
# | return 0;
# | }
# configure:26605: result: no
# configure:26618: checking for pthread_kill_other_threads_np
# configure:26618: clang -o conftest conftest.c -pthread >&5
# /tmp/conftest-5db038.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pthread_kill_other_threads_np'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:26618: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | /* end confdefs.h. */
# | /* Define pthread_kill_other_threads_np to an innocuous variant, in case declares pthread_kill_other_threads_np.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pthread_kill_other_threads_np innocuous_pthread_kill_other_threads_np
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pthread_kill_other_threads_np (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pthread_kill_other_threads_np
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pthread_kill_other_threads_np ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pthread_kill_other_threads_np || defined __stub___pthread_kill_other_threads_np
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pthread_kill_other_threads_np ();
# | ;
# | return 0;
# | }
# configure:26618: result: no
# configure:26627: checking for LinuxThreads implementation
# configure:26634: result: no
# configure:26640: checking for LinuxThreads consistency
# configure:26657: result: no
# configure:26665: checking if pthread_create() works
# configure:26748: clang -o conftest conftest.c -pthread >&5
# conftest.c:167:9: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
# return (void *) (p == NULL);
# ^
# 1 warning generated.
# configure:26748: $? = 0
# configure:26748: ./conftest
# configure:26748: $? = 0
# configure:26758: result: yes
# configure:26774: checking if select yields when using pthreads
# configure:26860: clang -o conftest conftest.c -pthread >&5
# conftest.c:182:3: warning: implicit declaration of function 'perror' is invalid in C99 [-Wimplicit-function-declaration]
# perror("select");
# ^
# conftest.c:183:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(10);
# ^
# conftest.c:183:3: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:26860: $? = 0
# configure:26860: ./conftest
# configure:26860: $? = 2
# configure: program exited with status 2
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | #include
# | #ifndef NULL
# | #define NULL (void*) 0
# | #endif
# |
# | static int fildes[2];
# |
# | static void *task(p)
# | void *p;
# | {
# | int i;
# | struct timeval tv;
# |
# | fd_set rfds;
# |
# | tv.tv_sec=10;
# | tv.tv_usec=0;
# |
# | FD_ZERO(&rfds);
# | FD_SET(fildes[0], &rfds);
# |
# | /* we're not interested in any fds */
# | i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
# |
# | if(i < 0) {
# | perror("select");
# | exit(10);
# | }
# |
# | exit(0); /* if we exit here, the select blocked the whole process */
# | }
# |
# | int main(argc, argv)
# | int argc;
# | char **argv;
# | {
# | pthread_t t;
# |
# | /* create a pipe to select */
# | if(pipe(&fildes[0])) {
# | perror("select");
# | exit(1);
# | }
# |
# | #ifdef HAVE_PTHREAD_SETCONCURRENCY
# | (void) pthread_setconcurrency(2);
# | #else
# | #ifdef HAVE_THR_SETCONCURRENCY
# | /* Set Solaris LWP concurrency to 2 */
# | thr_setconcurrency(2);
# | #endif
# | #endif
# |
# | #if HAVE_PTHREADS < 6
# | pthread_create(&t, pthread_attr_default, task, NULL);
# | #else
# | pthread_create(&t, NULL, task, NULL);
# | #endif
# |
# | /* make sure task runs first */
# | #ifdef HAVE_THR_YIELD
# | thr_yield();
# | #elif defined( HAVE_SCHED_YIELD )
# | sched_yield();
# | #elif defined( HAVE_PTHREAD_YIELD )
# | pthread_yield();
# | #endif
# |
# | exit(2);
# | }
# configure:26870: result: yes
# configure:27359: checking for thread specific errno
# configure:27376: clang -o conftest conftest.c >&5
# configure:27376: $? = 0
# configure:27385: result: yes
# configure:27388: checking for thread specific h_errno
# configure:27405: clang -o conftest conftest.c >&5
# configure:27405: $? = 0
# configure:27414: result: yes
# configure:27481: checking for sem_timedwait
# configure:27481: clang -o conftest conftest.c -pthread >&5
# configure:27481: $? = 0
# configure:27481: result: yes
# configure:27513: checking size of pthread_t
# configure:27518: clang -o conftest conftest.c -pthread >&5
# configure:27518: $? = 0
# configure:27518: ./conftest
# configure:27518: $? = 0
# configure:27537: result: 8
# configure:27554: checking for sigwait
# configure:27554: clang -o conftest conftest.c -pthread >&5
# configure:27554: $? = 0
# configure:27554: result: yes
# configure:27742: checking for pthread_attr_getstacksize
# configure:27742: clang -o conftest conftest.c -pthread >&5
# configure:27742: $? = 0
# configure:27742: result: yes
# configure:27754: checking for pthread_attr_setstacksize
# configure:27754: clang -o conftest conftest.c -pthread >&5
# configure:27754: $? = 0
# configure:27754: result: yes
# configure:27754: checking for sysconf
# configure:27754: clang -o conftest conftest.c -pthread >&5
# configure:27754: $? = 0
# configure:27754: result: yes
# configure:27889: checking if vsnprintf expands "%m" to strerror(errno)
# configure:27949: clang -o conftest conftest.c >&5
# configure:27949: $? = 0
# configure:27949: ./conftest
# configure:27949: $? = 0
# configure:27960: result: yes
# configure:27972: checking sys/clockctl.h usability
# configure:27972: clang -c conftest.c >&5
# conftest.c:204:10: fatal error: 'sys/clockctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:27972: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:27972: result: no
# configure:27972: checking sys/clockctl.h presence
# configure:27972: clang -E conftest.c
# conftest.c:171:10: fatal error: 'sys/clockctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:27972: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | /* end confdefs.h. */
# | #include
# configure:27972: result: no
# configure:27972: checking for sys/clockctl.h
# configure:27972: result: no
# configure:27992: checking if we should use /dev/clockctl
# configure:27994: result: no
# configure:28001: checking sys/capability.h usability
# configure:28001: clang -c conftest.c >&5
# configure:28001: $? = 0
# configure:28001: result: yes
# configure:28001: checking sys/capability.h presence
# configure:28001: clang -E conftest.c
# configure:28001: $? = 0
# configure:28001: result: yes
# configure:28001: checking for sys/capability.h
# configure:28001: result: yes
# configure:28001: checking sys/prctl.h usability
# configure:28001: clang -c conftest.c >&5
# configure:28001: $? = 0
# configure:28001: result: yes
# configure:28001: checking sys/prctl.h presence
# configure:28001: clang -E conftest.c
# configure:28001: $? = 0
# configure:28001: result: yes
# configure:28001: checking for sys/prctl.h
# configure:28001: result: yes
# configure:28012: checking if we have linux capabilities (libcap)
# configure:28037: result: yes
# configure:28052: checking priv.h usability
# configure:28052: clang -c conftest.c >&5
# conftest.c:207:10: fatal error: 'priv.h' file not found
# #include
# ^
# 1 error generated.
# configure:28052: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:28052: result: no
# configure:28052: checking priv.h presence
# configure:28052: clang -E conftest.c
# conftest.c:174:10: fatal error: 'priv.h' file not found
# #include
# ^
# 1 error generated.
# configure:28052: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | /* end confdefs.h. */
# | #include
# configure:28052: result: no
# configure:28052: checking for priv.h
# configure:28052: result: no
# configure:28063: checking if we have solaris privileges
# configure:28097: result:
# configure:28166: checking for library containing res_init
# configure:28197: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-c194c3.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28197: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_init ();
# | int
# | main ()
# | {
# | return res_init ();
# | ;
# | return 0;
# | }
# configure:28197: clang -o conftest conftest.c -lresolv -lcap >&5
# /tmp/conftest-b9b47c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28197: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_init ();
# | int
# | main ()
# | {
# | return res_init ();
# | ;
# | return 0;
# | }
# configure:28214: result: no
# configure:28227: checking for sys/types.h
# configure:28227: result: yes
# configure:28227: checking for netinet/in.h
# configure:28227: result: yes
# configure:28227: checking for arpa/nameser.h
# configure:28227: result: yes
# configure:28227: checking for netdb.h
# configure:28227: clang -c conftest.c >&5
# configure:28227: $? = 0
# configure:28227: result: yes
# configure:28227: checking for resolv.h
# configure:28227: result: yes
# configure:28253: checking for res_init
# configure:28253: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-3b3a70.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28253: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | /* end confdefs.h. */
# | /* Define res_init to an innocuous variant, in case declares res_init.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define res_init innocuous_res_init
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char res_init (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef res_init
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_init ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_res_init || defined __stub___res_init
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return res_init ();
# | ;
# | return 0;
# | }
# configure:28253: result: no
# configure:28262: checking for __res_init
# configure:28262: clang -o conftest conftest.c -lcap >&5
# configure:28262: $? = 0
# configure:28262: result: yes
# configure:28276: checking for inet_ntop
# configure:28276: clang -o conftest conftest.c -lcap >&5
# configure:28276: $? = 0
# configure:28276: result: yes
# configure:28285: checking for inet_pton
# configure:28285: clang -o conftest conftest.c -lcap >&5
# configure:28285: $? = 0
# configure:28285: result: yes
# configure:28295: checking for uintptr_t
# configure:28295: result: yes
# configure:28304: checking for int32
# configure:28304: clang -c conftest.c >&5
# conftest.c:218:13: error: use of undeclared identifier 'int32'
# if (sizeof (int32))
# ^
# 1 error generated.
# configure:28304: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (int32))
# | return 0;
# | ;
# | return 0;
# | }
# configure:28304: result: no
# configure:28313: checking for u_int32
# configure:28313: clang -c conftest.c >&5
# conftest.c:218:13: error: use of undeclared identifier 'u_int32'
# if (sizeof (u_int32))
# ^
# 1 error generated.
# configure:28313: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (u_int32))
# | return 0;
# | ;
# | return 0;
# | }
# configure:28313: result: no
# configure:28328: checking for int32 with DNS headers included
# configure:28352: clang -c conftest.c >&5
# conftest.c:192:26: error: use of undeclared identifier 'int32'
# size_t cb = sizeof(int32);
# ^
# 1 error generated.
# configure:28352: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_ARPA_NAMESER_H
# | # include
# | #endif
# | #include
# |
# | int
# | main ()
# | {
# |
# | size_t cb = sizeof(int32);
# |
# |
# | ;
# | return 0;
# | }
# configure:28361: result: no
# configure:28373: checking for u_int32 with DNS headers included
# configure:28397: clang -c conftest.c >&5
# conftest.c:192:26: error: use of undeclared identifier 'u_int32'
# size_t cb = sizeof(u_int32);
# ^
# 1 error generated.
# configure:28397: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_ARPA_NAMESER_H
# | # include
# | #endif
# | #include
# |
# | int
# | main ()
# | {
# |
# | size_t cb = sizeof(u_int32);
# |
# |
# | ;
# | return 0;
# | }
# configure:28406: result: no
# configure:28418: checking for sys/timepps.h
# configure:28418: clang -c conftest.c >&5
# conftest.c:192:10: fatal error: 'sys/timepps.h' file not found
# #include
# ^
# 1 error generated.
# configure:28418: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TIME_H
# | # include
# | #endif
# | #ifdef HAVE_ERRNO_H
# | # include
# | #endif
# |
# |
# |
# | #include
# configure:28418: result: no
# configure:28438: checking for struct timespec
# configure:28468: clang -c conftest.c >&5
# configure:28468: $? = 0
# configure:28477: result: yes
# configure:28486: checking for struct ntptimeval
# configure:28508: clang -c conftest.c >&5
# configure:28508: $? = 0
# configure:28517: result: yes
# configure:28528: checking for md5.h
# configure:28528: clang -c conftest.c >&5
# conftest.c:191:10: fatal error: 'md5.h' file not found
# #include
# ^
# 1 error generated.
# configure:28528: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# |
# |
# |
# | #include
# configure:28528: result: no
# configure:28545: checking for library containing MD5Init
# configure:28576: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-e34e99.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `MD5Init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28576: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD5Init ();
# | int
# | main ()
# | {
# | return MD5Init ();
# | ;
# | return 0;
# | }
# configure:28576: clang -o conftest conftest.c -lmd5 -lcap >&5
# /usr/bin/ld: cannot find -lmd5
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28576: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD5Init ();
# | int
# | main ()
# | {
# | return MD5Init ();
# | ;
# | return 0;
# | }
# configure:28576: clang -o conftest conftest.c -lmd -lcap >&5
# /usr/bin/ld: cannot find -lmd
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28576: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD5Init ();
# | int
# | main ()
# | {
# | return MD5Init ();
# | ;
# | return 0;
# | }
# configure:28593: result: no
# configure:28604: checking for MD5Init
# configure:28604: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-085a18.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `MD5Init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28604: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# | /* Define MD5Init to an innocuous variant, in case declares MD5Init.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define MD5Init innocuous_MD5Init
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char MD5Init (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef MD5Init
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD5Init ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_MD5Init || defined __stub___MD5Init
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return MD5Init ();
# | ;
# | return 0;
# | }
# configure:28604: result: no
# configure:28604: checking for sysconf
# configure:28604: result: yes
# configure:28604: checking for getdtablesize
# configure:28604: clang -o conftest conftest.c -lcap >&5
# configure:28604: $? = 0
# configure:28604: result: yes
# configure:28604: checking for sigaction
# configure:28604: clang -o conftest conftest.c -lcap >&5
# configure:28604: $? = 0
# configure:28604: result: yes
# configure:28604: checking for sigset
# configure:28604: clang -o conftest conftest.c -lcap >&5
# configure:28604: $? = 0
# configure:28604: result: yes
# configure:28604: checking for sigvec
# configure:28604: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-24c091.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `sigvec'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28604: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | /* end confdefs.h. */
# | /* Define sigvec to an innocuous variant, in case declares sigvec.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sigvec innocuous_sigvec
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sigvec (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sigvec
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sigvec ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_sigvec || defined __stub___sigvec
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sigvec ();
# | ;
# | return 0;
# | }
# configure:28604: result: no
# configure:28614: checking for SIGIO
# configure:28629: clang -E conftest.c
# configure:28629: $? = 0
# configure:28638: result: yes
# configure:28641: checking if we want to use SIGIO
# configure:28696: result: no
# configure:28699: checking for SIGPOLL
# configure:28714: clang -E conftest.c
# configure:28714: $? = 0
# configure:28723: result: yes
# configure:28726: checking if we can use SIGPOLL for UDP I/O
# configure:28789: result: no
# configure:28792: checking if we can use SIGPOLL for TTY I/O
# configure:28852: result: no
# configure:28855: checking number of arguments to gettimeofday()
# configure:28877: clang -c conftest.c >&5
# conftest.c:195:20: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# gettimeofday(0, 0);
# ~ ^
# 1 warning generated.
# configure:28877: $? = 0
# configure:28886: result: 2
# configure:28897: checking for settimeofday
# configure:28897: clang -o conftest conftest.c -lcap >&5
# configure:28897: $? = 0
# configure:28897: result: yes
# configure:28913: checking if we'll use clock_settime or settimeofday or stime
# configure:28936: result: clock_settime()
# configure:28954: checking for deprecated --with-arlib
# configure:28964: result: no
# configure:28978: checking for gawk
# configure:29005: result: gawk
# configure:29017: checking whether make sets $(MAKE)
# configure:29039: result: yes
# configure:29052: checking whether ln -s works
# configure:29056: result: yes
# configure:29063: checking for library containing strerror
# configure:29094: clang -o conftest conftest.c >&5
# conftest.c:196:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:196:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:29094: $? = 0
# configure:29111: result: none required
# configure:29123: checking for perl
# configure:29141: found /usr/bin/perl
# configure:29153: result: /usr/bin/perl
# configure:29164: checking for test
# configure:29182: found /usr/bin/test
# configure:29194: result: /usr/bin/test
# configure:29229: checking for net-snmp-config path
# configure:29239: checking for net-snmp-config
# configure:29272: result: no
# configure:29280: result:
# configure:29304: checking for library containing openlog
# configure:29335: clang -o conftest conftest.c >&5
# configure:29335: $? = 0
# configure:29352: result: none required
# configure:29364: checking if we want to use libseccomp sandboxing (EXPERIMENTAL)
# configure:29374: result: no
# configure:29497: checking for facilitynames in syslog.h
# configure:29518: clang -c conftest.c >&5
# configure:29518: $? = 0
# configure:29525: result: yes
# configure:29615: checking bstring.h usability
# configure:29615: clang -c conftest.c >&5
# conftest.c:223:10: fatal error: 'bstring.h' file not found
# #include
# ^
# 1 error generated.
# configure:29615: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:29615: result: no
# configure:29615: checking bstring.h presence
# configure:29615: clang -E conftest.c
# conftest.c:190:10: fatal error: 'bstring.h' file not found
# #include
# ^
# 1 error generated.
# configure:29615: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | /* end confdefs.h. */
# | #include
# configure:29615: result: no
# configure:29615: checking for bstring.h
# configure:29615: result: no
# configure:29625: checking dns_sd.h usability
# configure:29625: clang -c conftest.c >&5
# configure:29625: $? = 0
# configure:29625: result: yes
# configure:29625: checking dns_sd.h presence
# configure:29625: clang -E conftest.c
# configure:29625: $? = 0
# configure:29625: result: yes
# configure:29625: checking for dns_sd.h
# configure:29625: result: yes
# configure:29627: checking for library containing DNSServiceRegister
# configure:29658: clang -o conftest conftest.c >&5
# /tmp/conftest-da73d5.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `DNSServiceRegister'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:29658: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char DNSServiceRegister ();
# | int
# | main ()
# | {
# | return DNSServiceRegister ();
# | ;
# | return 0;
# | }
# configure:29658: clang -o conftest conftest.c -ldns_sd >&5
# configure:29658: $? = 0
# configure:29675: result: -ldns_sd
# configure:29693: checking for fcntl.h
# configure:29693: result: yes
# configure:29693: checking fnmatch.h usability
# configure:29693: clang -c conftest.c >&5
# configure:29693: $? = 0
# configure:29693: result: yes
# configure:29693: checking fnmatch.h presence
# configure:29693: clang -E conftest.c
# configure:29693: $? = 0
# configure:29693: result: yes
# configure:29693: checking for fnmatch.h
# configure:29693: result: yes
# configure:29693: checking ieeefp.h usability
# configure:29693: clang -c conftest.c >&5
# conftest.c:226:10: fatal error: 'ieeefp.h' file not found
# #include
# ^
# 1 error generated.
# configure:29693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:29693: result: no
# configure:29693: checking ieeefp.h presence
# configure:29693: clang -E conftest.c
# conftest.c:193:10: fatal error: 'ieeefp.h' file not found
# #include
# ^
# 1 error generated.
# configure:29693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | /* end confdefs.h. */
# | #include
# configure:29693: result: no
# configure:29693: checking for ieeefp.h
# configure:29693: result: no
# configure:29693: checking for inttypes.h
# configure:29693: result: yes
# configure:29693: checking kvm.h usability
# configure:29693: clang -c conftest.c >&5
# conftest.c:227:10: fatal error: 'kvm.h' file not found
# #include
# ^
# 1 error generated.
# configure:29693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:29693: result: no
# configure:29693: checking kvm.h presence
# configure:29693: clang -E conftest.c
# conftest.c:194:10: fatal error: 'kvm.h' file not found
# #include
# ^
# 1 error generated.
# configure:29693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:29693: result: no
# configure:29693: checking for kvm.h
# configure:29693: result: no
# configure:29693: checking math.h usability
# configure:29693: clang -c conftest.c >&5
# configure:29693: $? = 0
# configure:29693: result: yes
# configure:29693: checking math.h presence
# configure:29693: clang -E conftest.c
# configure:29693: $? = 0
# configure:29693: result: yes
# configure:29693: checking for math.h
# configure:29693: result: yes
# configure:29707: checking for memory.h
# configure:29707: result: yes
# configure:29707: checking for netdb.h
# configure:29707: result: yes
# configure:29707: checking poll.h usability
# configure:29707: clang -c conftest.c >&5
# configure:29707: $? = 0
# configure:29707: result: yes
# configure:29707: checking poll.h presence
# configure:29707: clang -E conftest.c
# configure:29707: $? = 0
# configure:29707: result: yes
# configure:29707: checking for poll.h
# configure:29707: result: yes
# configure:29720: checking sgtty.h usability
# configure:29720: clang -c conftest.c >&5
# configure:29720: $? = 0
# configure:29720: result: yes
# configure:29720: checking sgtty.h presence
# configure:29720: clang -E conftest.c
# configure:29720: $? = 0
# configure:29720: result: yes
# configure:29720: checking for sgtty.h
# configure:29720: result: yes
# configure:29720: checking stdatomic.h usability
# configure:29720: clang -c conftest.c >&5
# configure:29720: $? = 0
# configure:29720: result: yes
# configure:29720: checking stdatomic.h presence
# configure:29720: clang -E conftest.c
# configure:29720: $? = 0
# configure:29720: result: yes
# configure:29720: checking for stdatomic.h
# configure:29720: result: yes
# configure:29730: checking for stdbool.h that conforms to C99
# configure:29804: result: yes
# configure:29806: checking for _Bool
# configure:29806: clang -c conftest.c >&5
# configure:29806: $? = 0
# configure:29806: clang -c conftest.c >&5
# conftest.c:236:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:29806: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:29806: result: yes
# configure:29826: checking for stdlib.h
# configure:29826: result: yes
# configure:29826: checking for string.h
# configure:29826: result: yes
# configure:29826: checking termio.h usability
# configure:29826: clang -c conftest.c >&5
# configure:29826: $? = 0
# configure:29826: result: yes
# configure:29826: checking termio.h presence
# configure:29826: clang -E conftest.c
# configure:29826: $? = 0
# configure:29826: result: yes
# configure:29826: checking for termio.h
# configure:29826: result: yes
# configure:29839: checking termios.h usability
# configure:29839: clang -c conftest.c >&5
# configure:29839: $? = 0
# configure:29839: result: yes
# configure:29839: checking termios.h presence
# configure:29839: clang -E conftest.c
# configure:29839: $? = 0
# configure:29839: result: yes
# configure:29839: checking for termios.h
# configure:29839: result: yes
# configure:29839: checking timepps.h usability
# configure:29839: clang -c conftest.c >&5
# conftest.c:239:10: fatal error: 'timepps.h' file not found
# #include
# ^
# 1 error generated.
# configure:29839: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:29839: result: no
# configure:29839: checking timepps.h presence
# configure:29839: clang -E conftest.c
# conftest.c:206:10: fatal error: 'timepps.h' file not found
# #include
# ^
# 1 error generated.
# configure:29839: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# configure:29839: result: no
# configure:29839: checking for timepps.h
# configure:29839: result: no
# configure:29839: checking timex.h usability
# configure:29839: clang -c conftest.c >&5
# conftest.c:239:10: fatal error: 'timex.h' file not found
# #include
# ^
# 1 error generated.
# configure:29839: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:29839: result: no
# configure:29839: checking timex.h presence
# configure:29839: clang -E conftest.c
# conftest.c:206:10: fatal error: 'timex.h' file not found
# #include
# ^
# 1 error generated.
# configure:29839: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# configure:29839: result: no
# configure:29839: checking for timex.h
# configure:29839: result: no
# configure:29839: checking for unistd.h
# configure:29839: result: yes
# configure:29887: checking utmp.h usability
# configure:29887: clang -c conftest.c >&5
# configure:29887: $? = 0
# configure:29887: result: yes
# configure:29887: checking utmp.h presence
# configure:29887: clang -E conftest.c
# configure:29887: $? = 0
# configure:29887: result: yes
# configure:29887: checking for utmp.h
# configure:29887: result: yes
# configure:29887: checking utmpx.h usability
# configure:29887: clang -c conftest.c >&5
# configure:29887: $? = 0
# configure:29887: result: yes
# configure:29887: checking utmpx.h presence
# configure:29887: clang -E conftest.c
# configure:29887: $? = 0
# configure:29887: result: yes
# configure:29887: checking for utmpx.h
# configure:29887: result: yes
# configure:29926: checking net/if6.h usability
# configure:29926: clang -c conftest.c >&5
# conftest.c:242:10: fatal error: 'net/if6.h' file not found
# #include
# ^
# 1 error generated.
# configure:29926: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:29926: result: no
# configure:29926: checking net/if6.h presence
# configure:29926: clang -E conftest.c
# conftest.c:209:10: fatal error: 'net/if6.h' file not found
# #include
# ^
# 1 error generated.
# configure:29926: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | /* end confdefs.h. */
# | #include
# configure:29926: result: no
# configure:29926: checking for net/if6.h
# configure:29926: result: no
# configure:29938: checking for net/route.h
# configure:29938: clang -c conftest.c >&5
# configure:29938: $? = 0
# configure:29938: result: yes
# configure:29956: checking netinfo/ni.h usability
# configure:29956: clang -c conftest.c >&5
# conftest.c:243:10: fatal error: 'netinfo/ni.h' file not found
# #include
# ^
# 1 error generated.
# configure:29956: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:29956: result: no
# configure:29956: checking netinfo/ni.h presence
# configure:29956: clang -E conftest.c
# conftest.c:210:10: fatal error: 'netinfo/ni.h' file not found
# #include
# ^
# 1 error generated.
# configure:29956: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | /* end confdefs.h. */
# | #include
# configure:29956: result: no
# configure:29956: checking for netinfo/ni.h
# configure:29956: result: no
# configure:29975: checking sun/audioio.h usability
# configure:29975: clang -c conftest.c >&5
# conftest.c:243:10: fatal error: 'sun/audioio.h' file not found
# #include
# ^
# 1 error generated.
# configure:29975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:29975: result: no
# configure:29975: checking sun/audioio.h presence
# configure:29975: clang -E conftest.c
# conftest.c:210:10: fatal error: 'sun/audioio.h' file not found
# #include
# ^
# 1 error generated.
# configure:29975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | /* end confdefs.h. */
# | #include
# configure:29975: result: no
# configure:29975: checking for sun/audioio.h
# configure:29975: result: no
# configure:29975: checking sys/audioio.h usability
# configure:29975: clang -c conftest.c >&5
# conftest.c:243:10: fatal error: 'sys/audioio.h' file not found
# #include
# ^
# 1 error generated.
# configure:29975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:29975: result: no
# configure:29975: checking sys/audioio.h presence
# configure:29975: clang -E conftest.c
# conftest.c:210:10: fatal error: 'sys/audioio.h' file not found
# #include
# ^
# 1 error generated.
# configure:29975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | /* end confdefs.h. */
# | #include
# configure:29975: result: no
# configure:29975: checking for sys/audioio.h
# configure:29975: result: no
# configure:29975: checking sys/file.h usability
# configure:29975: clang -c conftest.c >&5
# configure:29975: $? = 0
# configure:29975: result: yes
# configure:29975: checking sys/file.h presence
# configure:29975: clang -E conftest.c
# configure:29975: $? = 0
# configure:29975: result: yes
# configure:29975: checking for sys/file.h
# configure:29975: result: yes
# configure:29991: checking sys/ioctl.h usability
# configure:29991: clang -c conftest.c >&5
# configure:29991: $? = 0
# configure:29991: result: yes
# configure:29991: checking sys/ioctl.h presence
# configure:29991: clang -E conftest.c
# configure:29991: $? = 0
# configure:29991: result: yes
# configure:29991: checking for sys/ioctl.h
# configure:29991: result: yes
# configure:30006: checking sys/ipc.h usability
# configure:30006: clang -c conftest.c >&5
# configure:30006: $? = 0
# configure:30006: result: yes
# configure:30006: checking sys/ipc.h presence
# configure:30006: clang -E conftest.c
# configure:30006: $? = 0
# configure:30006: result: yes
# configure:30006: checking for sys/ipc.h
# configure:30006: result: yes
# configure:30006: checking sys/lock.h usability
# configure:30006: clang -c conftest.c >&5
# conftest.c:246:10: fatal error: 'sys/lock.h' file not found
# #include
# ^
# 1 error generated.
# configure:30006: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30006: result: no
# configure:30006: checking sys/lock.h presence
# configure:30006: clang -E conftest.c
# conftest.c:213:10: fatal error: 'sys/lock.h' file not found
# #include
# ^
# 1 error generated.
# configure:30006: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | /* end confdefs.h. */
# | #include
# configure:30006: result: no
# configure:30006: checking for sys/lock.h
# configure:30006: result: no
# configure:30006: checking for sys/mman.h
# configure:30006: result: yes
# configure:30020: checking sys/modem.h usability
# configure:30020: clang -c conftest.c >&5
# conftest.c:247:10: fatal error: 'sys/modem.h' file not found
# #include
# ^
# 1 error generated.
# configure:30020: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30020: result: no
# configure:30020: checking sys/modem.h presence
# configure:30020: clang -E conftest.c
# conftest.c:214:10: fatal error: 'sys/modem.h' file not found
# #include
# ^
# 1 error generated.
# configure:30020: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | /* end confdefs.h. */
# | #include
# configure:30020: result: no
# configure:30020: checking for sys/modem.h
# configure:30020: result: no
# configure:30020: checking sys/ppsclock.h usability
# configure:30020: clang -c conftest.c >&5
# conftest.c:247:10: fatal error: 'sys/ppsclock.h' file not found
# #include
# ^
# 1 error generated.
# configure:30020: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30020: result: no
# configure:30020: checking sys/ppsclock.h presence
# configure:30020: clang -E conftest.c
# conftest.c:214:10: fatal error: 'sys/ppsclock.h' file not found
# #include
# ^
# 1 error generated.
# configure:30020: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | /* end confdefs.h. */
# | #include
# configure:30020: result: no
# configure:30020: checking for sys/ppsclock.h
# configure:30020: result: no
# configure:30020: checking sys/ppstime.h usability
# configure:30020: clang -c conftest.c >&5
# conftest.c:247:10: fatal error: 'sys/ppstime.h' file not found
# #include
# ^
# 1 error generated.
# configure:30020: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30020: result: no
# configure:30020: checking sys/ppstime.h presence
# configure:30020: clang -E conftest.c
# conftest.c:214:10: fatal error: 'sys/ppstime.h' file not found
# #include
# ^
# 1 error generated.
# configure:30020: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | /* end confdefs.h. */
# | #include
# configure:30020: result: no
# configure:30020: checking for sys/ppstime.h
# configure:30020: result: no
# configure:30020: checking for sched.h
# configure:30020: result: yes
# configure:30052: checking for sys/select.h
# configure:30052: result: yes
# configure:30052: checking sys/signal.h usability
# configure:30052: clang -c conftest.c >&5
# configure:30052: $? = 0
# configure:30052: result: yes
# configure:30052: checking sys/signal.h presence
# configure:30052: clang -E conftest.c
# configure:30052: $? = 0
# configure:30052: result: yes
# configure:30052: checking for sys/signal.h
# configure:30052: result: yes
# configure:30052: checking sys/sockio.h usability
# configure:30052: clang -c conftest.c >&5
# conftest.c:250:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:30052: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30052: result: no
# configure:30052: checking sys/sockio.h presence
# configure:30052: clang -E conftest.c
# conftest.c:217:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:30052: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | /* end confdefs.h. */
# | #include
# configure:30052: result: no
# configure:30052: checking for sys/sockio.h
# configure:30052: result: no
# configure:30070: checking machine/soundcard.h usability
# configure:30070: clang -c conftest.c >&5
# conftest.c:250:10: fatal error: 'machine/soundcard.h' file not found
# #include
# ^
# 1 error generated.
# configure:30070: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30070: result: no
# configure:30070: checking machine/soundcard.h presence
# configure:30070: clang -E conftest.c
# conftest.c:217:10: fatal error: 'machine/soundcard.h' file not found
# #include
# ^
# 1 error generated.
# configure:30070: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | /* end confdefs.h. */
# | #include
# configure:30070: result: no
# configure:30070: checking for machine/soundcard.h
# configure:30070: result: no
# configure:30070: checking sys/soundcard.h usability
# configure:30070: clang -c conftest.c >&5
# configure:30070: $? = 0
# configure:30070: result: yes
# configure:30070: checking sys/soundcard.h presence
# configure:30070: clang -E conftest.c
# configure:30070: $? = 0
# configure:30070: result: yes
# configure:30070: checking for sys/soundcard.h
# configure:30070: result: yes
# configure:30085: checking for sys/stat.h
# configure:30085: result: yes
# configure:30085: checking sys/stream.h usability
# configure:30085: clang -c conftest.c >&5
# conftest.c:252:10: fatal error: 'sys/stream.h' file not found
# #include
# ^
# 1 error generated.
# configure:30085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30085: result: no
# configure:30085: checking sys/stream.h presence
# configure:30085: clang -E conftest.c
# conftest.c:219:10: fatal error: 'sys/stream.h' file not found
# #include
# ^
# 1 error generated.
# configure:30085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | /* end confdefs.h. */
# | #include
# configure:30085: result: no
# configure:30085: checking for sys/stream.h
# configure:30085: result: no
# configure:30085: checking stropts.h usability
# configure:30085: clang -c conftest.c >&5
# configure:30085: $? = 0
# configure:30085: result: yes
# configure:30085: checking stropts.h presence
# configure:30085: clang -E conftest.c
# configure:30085: $? = 0
# configure:30085: result: yes
# configure:30085: checking for stropts.h
# configure:30085: result: yes
# configure:30085: checking for sys/stropts.h
# configure:30085: result: yes
# configure:30085: checking sys/syssgi.h usability
# configure:30085: clang -c conftest.c >&5
# conftest.c:254:10: fatal error: 'sys/syssgi.h' file not found
# #include
# ^
# 1 error generated.
# configure:30085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30085: result: no
# configure:30085: checking sys/syssgi.h presence
# configure:30085: clang -E conftest.c
# conftest.c:221:10: fatal error: 'sys/syssgi.h' file not found
# #include
# ^
# 1 error generated.
# configure:30085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:30085: result: no
# configure:30085: checking for sys/syssgi.h
# configure:30085: result: no
# configure:30098: checking sys/systune.h usability
# configure:30098: clang -c conftest.c >&5
# conftest.c:254:10: fatal error: 'sys/systune.h' file not found
# #include
# ^
# 1 error generated.
# configure:30098: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30098: result: no
# configure:30098: checking sys/systune.h presence
# configure:30098: clang -E conftest.c
# conftest.c:221:10: fatal error: 'sys/systune.h' file not found
# #include
# ^
# 1 error generated.
# configure:30098: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:30098: result: no
# configure:30098: checking for sys/systune.h
# configure:30098: result: no
# configure:30098: checking sys/termios.h usability
# configure:30098: clang -c conftest.c >&5
# configure:30098: $? = 0
# configure:30098: result: yes
# configure:30098: checking sys/termios.h presence
# configure:30098: clang -E conftest.c
# configure:30098: $? = 0
# configure:30098: result: yes
# configure:30098: checking for sys/termios.h
# configure:30098: result: yes
# configure:30098: checking sys/tpro.h usability
# configure:30098: clang -c conftest.c >&5
# conftest.c:255:10: fatal error: 'sys/tpro.h' file not found
# #include
# ^
# 1 error generated.
# configure:30098: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:30098: result: no
# configure:30098: checking sys/tpro.h presence
# configure:30098: clang -E conftest.c
# conftest.c:222:10: fatal error: 'sys/tpro.h' file not found
# #include
# ^
# 1 error generated.
# configure:30098: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# configure:30098: result: no
# configure:30098: checking for sys/tpro.h
# configure:30098: result: no
# configure:30098: checking for sys/wait.h
# configure:30098: result: yes
# configure:30145: checking for atomic_thread_fence
# configure:30145: clang -o conftest conftest.c -ldns_sd >&5
# /tmp/conftest-45a59c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `atomic_thread_fence'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:30145: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | /* end confdefs.h. */
# | /* Define atomic_thread_fence to an innocuous variant, in case declares atomic_thread_fence.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define atomic_thread_fence innocuous_atomic_thread_fence
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char atomic_thread_fence (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef atomic_thread_fence
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char atomic_thread_fence ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_atomic_thread_fence || defined __stub___atomic_thread_fence
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return atomic_thread_fence ();
# | ;
# | return 0;
# | }
# configure:30145: result: no
# configure:30154: checking for atomic_thread_fence()
# configure:30176: clang -c conftest.c >&5
# conftest.c:236:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# ntp_cv_func_atomic_thread_fence=yes
# ^
# conftest.c:236:35: error: use of undeclared identifier 'yes'
# ntp_cv_func_atomic_thread_fence=yes
# ^
# conftest.c:236:38: error: expected ';' after top level declarator
# ntp_cv_func_atomic_thread_fence=yes
# ^
# ;
# 1 warning and 2 errors generated.
# configure:30176: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | atomic_thread_fence(memory_order_seq_cst);
# |
# |
# | ;
# | return 0;
# | }
# | ntp_cv_func_atomic_thread_fence=yes
# configure:30183: result:
# configure:30196: checking for ntp_adjtime
# configure:30196: clang -o conftest conftest.c -ldns_sd >&5
# configure:30196: $? = 0
# configure:30196: result: yes
# configure:30196: checking for ntp_gettime
# configure:30196: clang -o conftest conftest.c -ldns_sd >&5
# configure:30196: $? = 0
# configure:30196: result: yes
# configure:30238: checking for adjtimex
# configure:30238: clang -o conftest conftest.c -ldns_sd >&5
# configure:30238: $? = 0
# configure:30238: result: yes
# configure:30471: checking for sys/proc.h
# configure:30471: clang -c conftest.c >&5
# conftest.c:237:10: fatal error: 'sys/proc.h' file not found
# #include
# ^
# 1 error generated.
# configure:30471: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TIME_H
# | # include
# | #endif
# |
# |
# | #include
# configure:30471: result: no
# configure:30492: checking for sys/resource.h
# configure:30492: clang -c conftest.c >&5
# configure:30492: $? = 0
# configure:30492: result: yes
# configure:30510: checking for sys/shm.h
# configure:30510: clang -c conftest.c >&5
# configure:30510: $? = 0
# configure:30510: result: yes
# configure:30531: checking for sys/timex.h
# configure:30531: clang -c conftest.c >&5
# configure:30531: $? = 0
# configure:30531: result: yes
# configure:30547: checking return type of signal handlers
# configure:30565: clang -c conftest.c >&5
# conftest.c:237:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:30565: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:30572: result: void
# configure:30580: checking for off_t
# configure:30580: clang -c conftest.c >&5
# configure:30580: $? = 0
# configure:30580: clang -c conftest.c >&5
# conftest.c:268:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:30580: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:30580: result: yes
# configure:30591: checking whether struct tm is in sys/time.h or time.h
# configure:30611: clang -c conftest.c >&5
# configure:30611: $? = 0
# configure:30618: result: time.h
# configure:30626: checking for a fallback value for HZ
# configure:30644: result: 100
# configure:30652: checking if we need to override the system's value for HZ
# configure:30679: result: no
# configure:30690: checking for struct rt_msghdr
# configure:30714: clang -c conftest.c >&5
# conftest.c:243:20: error: variable has incomplete type 'struct rt_msghdr'
# struct rt_msghdr p;
# ^
# conftest.c:243:10: note: forward declaration of 'struct rt_msghdr'
# struct rt_msghdr p;
# ^
# 1 error generated.
# configure:30714: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | struct rt_msghdr p;
# |
# |
# | ;
# | return 0;
# | }
# configure:30723: result: no
# configure:30726: checking for struct rtattr
# configure:30749: clang -c conftest.c >&5
# configure:30749: $? = 0
# configure:30758: result: yes
# configure:30774: checking struct sigaction for sa_sigaction
# configure:30796: clang -c conftest.c >&5
# configure:30796: $? = 0
# configure:30805: result: yes
# configure:30814: checking for struct ppsclockev
# configure:30847: clang -c conftest.c >&5
# conftest.c:255:13: error: incomplete definition of type 'struct ppsclockev'
# return pce->serial;
# ~~~^
# conftest.c:254:17: note: forward declaration of 'struct ppsclockev'
# extern struct ppsclockev *pce;
# ^
# 1 error generated.
# configure:30847: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TIME_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_PPSCLOCK_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | extern struct ppsclockev *pce;
# | return pce->serial;
# |
# |
# | ;
# | return 0;
# | }
# configure:30856: result: no
# configure:30867: checking for struct snd_size
# configure:30894: clang -c conftest.c >&5
# conftest.c:249:16: error: incomplete definition of type 'struct snd_size'
# return ss->rec_size;
# ~~^
# conftest.c:248:21: note: forward declaration of 'struct snd_size'
# extern struct snd_size *ss;
# ^
# 1 error generated.
# configure:30894: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_MACHINE_SOUNDCARD_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOUNDCARD_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | extern struct snd_size *ss;
# | return ss->rec_size;
# |
# |
# | ;
# | return 0;
# | }
# configure:30903: result: no
# configure:30913: checking struct clockinfo for hz
# configure:30935: clang -c conftest.c >&5
# conftest.c:244:12: error: incomplete definition of type 'struct clockinfo'
# return pc->hz;
# ~~^
# conftest.c:243:17: note: forward declaration of 'struct clockinfo'
# extern struct clockinfo *pc;
# ^
# 1 error generated.
# configure:30935: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | extern struct clockinfo *pc;
# | return pc->hz;
# |
# |
# | ;
# | return 0;
# | }
# configure:30944: result: no
# configure:30953: checking struct clockinfo for tickadj
# configure:30984: result: no
# configure:30995: checking for struct ntptimeval.time.tv_nsec
# configure:30995: clang -c conftest.c >&5
# conftest.c:258:18: error: no member named 'tv_nsec' in 'struct timeval'
# if (ac_aggr.time.tv_nsec)
# ~~~~~~~~~~~~ ^
# 1 error generated.
# configure:30995: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TIME_H
# | # include
# | #else
# | # ifdef HAVE_TIME_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_SYS_TIMEX_H
# | # include
# | #else
# | # ifdef HAVE_TIMEX_H
# | # include
# | # endif
# | #endif
# |
# |
# |
# | int
# | main ()
# | {
# | static struct ntptimeval ac_aggr;
# | if (ac_aggr.time.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:30995: clang -c conftest.c >&5
# conftest.c:258:25: error: no member named 'tv_nsec' in 'struct timeval'
# if (sizeof ac_aggr.time.tv_nsec)
# ~~~~~~~~~~~~ ^
# 1 error generated.
# configure:30995: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TIME_H
# | # include
# | #else
# | # ifdef HAVE_TIME_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_SYS_TIMEX_H
# | # include
# | #else
# | # ifdef HAVE_TIMEX_H
# | # include
# | # endif
# | #endif
# |
# |
# |
# | int
# | main ()
# | {
# | static struct ntptimeval ac_aggr;
# | if (sizeof ac_aggr.time.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:30995: result: no
# configure:31028: checking for arc4random_buf
# configure:31028: clang -o conftest conftest.c -ldns_sd >&5
# /tmp/conftest-200a72.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `arc4random_buf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:31028: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | /* end confdefs.h. */
# | /* Define arc4random_buf to an innocuous variant, in case declares arc4random_buf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random_buf innocuous_arc4random_buf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random_buf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random_buf
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char arc4random_buf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_arc4random_buf || defined __stub___arc4random_buf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random_buf ();
# | ;
# | return 0;
# | }
# configure:31028: result: no
# configure:31044: checking for daemon
# configure:31044: clang -o conftest conftest.c -ldns_sd -Wl,--gc-sections -lcap >&5
# configure:31044: $? = 0
# configure:31044: result: yes
# configure:31059: checking for finite
# configure:31059: clang -o conftest conftest.c -ldns_sd >&5
# configure:31059: $? = 0
# configure:31059: result: yes
# configure:31127: checking for fnmatch
# configure:31127: clang -o conftest conftest.c -ldns_sd >&5
# configure:31127: $? = 0
# configure:31127: result: yes
# configure:31127: checking for getbootfile
# configure:31127: clang -o conftest conftest.c -ldns_sd >&5
# /tmp/conftest-ef0a4a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getbootfile'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:31127: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | /* end confdefs.h. */
# | /* Define getbootfile to an innocuous variant, in case declares getbootfile.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getbootfile innocuous_getbootfile
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getbootfile (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getbootfile
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getbootfile ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getbootfile || defined __stub___getbootfile
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getbootfile ();
# | ;
# | return 0;
# | }
# configure:31127: result: no
# configure:31127: checking for getuid
# configure:31127: clang -o conftest conftest.c -ldns_sd >&5
# configure:31127: $? = 0
# configure:31127: result: yes
# configure:31127: checking for getrusage
# configure:31127: clang -o conftest conftest.c -ldns_sd >&5
# configure:31127: $? = 0
# configure:31127: result: yes
# configure:31127: checking for nanosleep
# configure:31127: clang -o conftest conftest.c -ldns_sd >&5
# configure:31127: $? = 0
# configure:31127: result: yes
# configure:31127: checking for strsignal
# configure:31127: result: yes
# configure:31160: checking for mkstemp
# configure:31160: clang -o conftest conftest.c -ldns_sd >&5
# configure:31160: $? = 0
# configure:31160: result: yes
# configure:31173: checking for mktime
# configure:31173: clang -o conftest conftest.c -ldns_sd >&5
# configure:31173: $? = 0
# configure:31173: result: yes
# configure:31228: checking for mlockall
# configure:31228: clang -o conftest conftest.c -ldns_sd >&5
# configure:31228: $? = 0
# configure:31228: result: yes
# configure:31242: checking for nice
# configure:31242: clang -o conftest conftest.c -ldns_sd >&5
# configure:31242: $? = 0
# configure:31242: result: yes
# configure:31242: checking for plock
# configure:31242: clang -o conftest conftest.c -ldns_sd >&5
# /tmp/conftest-b2d416.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `plock'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:31242: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | /* end confdefs.h. */
# | /* Define plock to an innocuous variant, in case declares plock.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define plock innocuous_plock
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char plock (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef plock
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char plock ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_plock || defined __stub___plock
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return plock ();
# | ;
# | return 0;
# | }
# configure:31242: result: no
# configure:31242: checking for pututline
# configure:31242: clang -o conftest conftest.c -ldns_sd >&5
# configure:31242: $? = 0
# configure:31242: result: yes
# configure:31242: checking for pututxline
# configure:31242: clang -o conftest conftest.c -ldns_sd >&5
# configure:31242: $? = 0
# configure:31242: result: yes
# configure:31242: checking for readlink
# configure:31242: clang -o conftest conftest.c -ldns_sd >&5
# configure:31242: $? = 0
# configure:31242: result: yes
# configure:31242: checking for rtprio
# configure:31242: clang -o conftest conftest.c -ldns_sd >&5
# /tmp/conftest-485e41.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `rtprio'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:31242: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | /* end confdefs.h. */
# | /* Define rtprio to an innocuous variant, in case declares rtprio.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define rtprio innocuous_rtprio
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char rtprio (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef rtprio
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char rtprio ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_rtprio || defined __stub___rtprio
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return rtprio ();
# | ;
# | return 0;
# | }
# configure:31242: result: no
# configure:31261: checking for sched_setscheduler
# configure:31261: clang -o conftest conftest.c -ldns_sd >&5
# configure:31261: $? = 0
# configure:31261: result: yes
# configure:31275: checking for setlinebuf
# configure:31275: clang -o conftest conftest.c -ldns_sd >&5
# configure:31275: $? = 0
# configure:31275: result: yes
# configure:31275: checking for setpgid
# configure:31275: clang -o conftest conftest.c -ldns_sd >&5
# configure:31275: $? = 0
# configure:31275: result: yes
# configure:31275: checking for setpriority
# configure:31275: clang -o conftest conftest.c -ldns_sd >&5
# configure:31275: $? = 0
# configure:31275: result: yes
# configure:31275: checking for setsid
# configure:31275: clang -o conftest conftest.c -ldns_sd >&5
# configure:31275: $? = 0
# configure:31275: result: yes
# configure:31275: checking for setvbuf
# configure:31275: clang -o conftest conftest.c -ldns_sd >&5
# configure:31275: $? = 0
# configure:31275: result: yes
# configure:31287: checking for strdup
# configure:31287: result: yes
# configure:31287: checking for strerror
# configure:31287: clang -o conftest conftest.c -ldns_sd >&5
# conftest.c:280:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:280:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:31287: $? = 0
# configure:31287: result: yes
# configure:31287: checking for setrlimit
# configure:31287: clang -o conftest conftest.c -ldns_sd >&5
# configure:31287: $? = 0
# configure:31287: result: yes
# configure:31287: checking for strchr
# configure:31287: result: yes
# configure:31313: checking for timer_create
# configure:31313: clang -o conftest conftest.c -ldns_sd >&5
# /usr/bin/ld: /tmp/conftest-b2a63e.o: undefined reference to symbol 'timer_create@@GLIBC_2.3.3'
# /usr/lib/librt.so.1: error adding symbols: DSO missing from command line
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:31313: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | /* end confdefs.h. */
# | /* Define timer_create to an innocuous variant, in case declares timer_create.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define timer_create innocuous_timer_create
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char timer_create (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef timer_create
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char timer_create ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_timer_create || defined __stub___timer_create
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return timer_create ();
# | ;
# | return 0;
# | }
# configure:31313: result: no
# configure:31327: checking for RLIMIT_MEMLOCK
# configure:31356: clang -c conftest.c >&5
# configure:31356: $? = 0
# configure:31365: result: yes
# configure:31378: checking for RLIMIT_STACK
# configure:31407: clang -c conftest.c >&5
# configure:31407: $? = 0
# configure:31416: result: yes
# configure:31425: checking for the default number of 4k stack pages
# configure:31451: result: 50
# configure:31460: checking for the default number of megabytes to MEMLOCK
# configure:31479: result: -1
# configure:31492: checking for _exit
# configure:31492: clang -o conftest conftest.c -ldns_sd >&5
# conftest.c:285:6: warning: incompatible redeclaration of library function '_exit' [-Wincompatible-library-redeclaration]
# char _exit ();
# ^
# conftest.c:285:6: note: '_exit' is a builtin with type 'void (int) __attribute__((noreturn))'
# 1 warning generated.
# configure:31492: $? = 0
# configure:31492: result: yes
# configure:31519: checking for umask
# configure:31519: clang -o conftest conftest.c -ldns_sd >&5
# configure:31519: $? = 0
# configure:31519: result: yes
# configure:31519: checking for uname
# configure:31519: clang -o conftest conftest.c -ldns_sd >&5
# configure:31519: $? = 0
# configure:31519: result: yes
# configure:31519: checking for updwtmp
# configure:31519: clang -o conftest conftest.c -ldns_sd >&5
# configure:31519: $? = 0
# configure:31519: result: yes
# configure:31519: checking for updwtmpx
# configure:31519: clang -o conftest conftest.c -ldns_sd >&5
# configure:31519: $? = 0
# configure:31519: result: yes
# configure:31534: checking if we need extra help to define struct iovec
# configure:31575: clang -c conftest.c >&5
# conftest.c:283:23: error: function definition is not allowed here
# void foo(void) {
# ^
# 1 error generated.
# configure:31575: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #if 0
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | void foo(void) {
# | ssize_t x;
# | int s = 0;
# | struct iovec iov;
# | struct msghdr mh;
# | int flags = 0;
# |
# | mh.msg_iov = &iov;
# | x = recvmsg(s, &mh, flags);
# | }
# |
# |
# | ;
# | return 0;
# | }
# configure:31575: clang -c conftest.c >&5
# conftest.c:283:23: error: function definition is not allowed here
# void foo(void) {
# ^
# 1 error generated.
# configure:31575: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #if 1
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | void foo(void) {
# | ssize_t x;
# | int s = 0;
# | struct iovec iov;
# | struct msghdr mh;
# | int flags = 0;
# |
# | mh.msg_iov = &iov;
# | x = recvmsg(s, &mh, flags);
# | }
# |
# |
# | ;
# | return 0;
# | }
# configure:31588: result: 0
# configure:31598: checking number of arguments taken by setpgrp()
# configure:31624: clang -c conftest.c >&5
# conftest.c:280:11: error: too many arguments to function call, expected 0, have 2
# setpgrp(0, 0);
# ~~~~~~~ ^~~~
# /usr/include/unistd.h:663:1: note: 'setpgrp' declared here
# extern int setpgrp (void) __THROW;
# ^
# 1 error generated.
# configure:31624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | setpgrp(0, 0);
# |
# |
# | ;
# | return 0;
# | }
# configure:31633: result: 0
# configure:31642: checking if we need to declare 'errno'
# configure:31665: clang -c conftest.c >&5
# configure:31665: $? = 0
# configure:31674: result: no
# configure:31683: checking if we may declare 'h_errno'
# configure:31716: clang -c conftest.c >&5
# configure:31716: $? = 0
# configure:31725: result: yes
# configure:31734: checking if declaring 'syscall()' is ok
# configure:31761: clang -c conftest.c >&5
# conftest.c:282:14: error: conflicting types for 'syscall'
# extern int syscall (int, ...);
# ^
# /usr/include/unistd.h:1061:17: note: previous declaration is here
# extern long int syscall (long int __sysno, ...) __THROW;
# ^
# conftest.c:288:2: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# ntp_cv_decl_syscall=yes
# ^
# conftest.c:288:22: error: use of undeclared identifier 'yes'
# ntp_cv_decl_syscall=yes
# ^
# conftest.c:288:25: error: expected ';' after top level declarator
# ntp_cv_decl_syscall=yes
# ^
# ;
# 1 warning and 3 errors generated.
# configure:31761: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | extern int syscall (int, ...);
# |
# |
# | ;
# | return 0;
# | }
# | ntp_cv_decl_syscall=yes
# configure:31768: result:
# configure:32014: checking if we will open the broadcast socket
# configure:32029: result: yes
# configure:32045: checking if process groups are set with -pid
# configure:32075: result: yes
# configure:32084: checking if we need a ctty for F_SETOWN
# configure:32124: result: no
# configure:32133: checking if the OS clears cached routes when more specifics become available
# configure:32151: result: no
# configure:32160: checking if the wildcard socket needs REUSEADDR to bind other addresses
# configure:32177: result: yes
# configure:32193: checking for a minimum recommended value of tickadj
# configure:32209: result: no
# configure:32222: checking if the TTY code permits PARENB and IGNPAR
# configure:32249: result: no
# configure:32258: checking if we're including processing time debugging code
# configure:32274: result: no
# configure:32277: checking for a the number of minutes in a DST adjustment
# configure:32292: result: 60
# configure:32295: checking if ntpd will retry permanent DNS failures
# configure:32311: result: no
# configure:32314: checking availability of ntp_{adj,get}time()
# configure:32348: result: libc
# configure:32363: checking if sys/timex.h has STA_FLL
# configure:32377: clang -E conftest.c
# configure:32377: $? = 0
# configure:32386: result: yes
# configure:32389: checking if we have kernel PLL support
# configure:32404: result: yes
# configure:32413: checking if SIOCGIFCONF returns buffer size in the buffer
# configure:32435: result: no
# configure:32445: checking for TTY PPS ioctl TIOCGPPSEV
# configure:32458: clang -E conftest.c
# conftest.c:279:8: error:
# # error
# ^
# 1 error generated.
# configure:32458: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | #define OPEN_BCAST_SOCKET 1
# | #define UDP_BACKWARDS_SETOWN 1
# | #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# | #define DSTMINUTES 60
# | #define NTP_SYSCALLS_LIBC 1
# | #define KERNEL_PLL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifndef TIOCGPPSEV
# | # error
# | #endif
# |
# configure:32476: result: no
# configure:32480: checking for TTY PPS ioctl TIOCSPPS
# configure:32493: clang -E conftest.c
# conftest.c:279:8: error:
# # error
# ^
# 1 error generated.
# configure:32493: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | #define OPEN_BCAST_SOCKET 1
# | #define UDP_BACKWARDS_SETOWN 1
# | #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# | #define DSTMINUTES 60
# | #define NTP_SYSCALLS_LIBC 1
# | #define KERNEL_PLL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifndef TIOCSPPS
# | # error
# | #endif
# |
# configure:32511: result: no
# configure:32515: checking for TTY PPS ioctl CIOGETEV
# configure:32546: result: no
# configure:32576: checking linux/serial.h usability
# configure:32576: clang -c conftest.c >&5
# configure:32576: $? = 0
# configure:32576: result: yes
# configure:32576: checking linux/serial.h presence
# configure:32576: clang -E conftest.c
# configure:32576: $? = 0
# configure:32576: result: yes
# configure:32576: checking for linux/serial.h
# configure:32576: result: yes
# configure:32633: checking SHMEM_STATUS support
# configure:32649: result: yes
# configure:32655: checking Datum/Bancomm bc635/VME interface
# configure:32673: result: no
# configure:32682: checking TrueTime GPS receiver/VME interface
# configure:32700: result: no
# configure:32708: checking for PCL720 clock support
# configure:32721: result: no
# configure:32724: checking for default inclusion of all suitable non-PARSE clocks
# configure:32734: result: yes
# configure:32738: checking if we have support for PARSE clocks
# configure:32747: result: yes
# configure:32750: checking if we have support for audio clocks
# configure:32761: result: yes
# configure:32764: checking if we have support for the SHM refclock interface
# configure:32772: result: yes
# configure:32776: checking for termios modem control
# configure:32807: clang -c conftest.c >&5
# configure:32807: $? = 0
# configure:32816: result: yes
# configure:32828: checking ACTS modem service
# configure:32846: result: yes
# configure:32849: checking Arbiter 1088A/B GPS receiver
# configure:32867: result: yes
# configure:32870: checking Arcron MSF receiver
# configure:32888: result: yes
# configure:32891: checking Austron 2200A/2201A GPS receiver
# configure:32909: result: yes
# configure:32912: checking ATOM PPS interface
# configure:32933: result: yes
# configure:32936: checking Chrono-log K-series WWVB receiver
# configure:32954: result: yes
# configure:32957: checking CHU modem/decoder
# configure:32975: result: yes
# configure:32979: checking CHU audio/decoder
# configure:32994: result: yes
# configure:33003: checking Datum Programmable Time System
# configure:33029: result: yes
# configure:33032: checking Dumb generic hh:mm:ss local clock
# configure:33050: result: yes
# configure:33053: checking Forum Graphic GPS
# configure:33071: result: yes
# configure:33075: checking Heath GC-1000 WWV/WWVH receiver
# configure:33093: result: yes
# configure:33096: checking for hopf serial clock device
# configure:33114: result: yes
# configure:33117: checking for hopf PCI clock 6039
# configure:33135: result: yes
# configure:33138: checking HP 58503A GPS receiver
# configure:33156: result: yes
# configure:33159: checking IRIG audio decoder
# configure:33182: result: yes
# configure:33189: checking for JJY receiver
# configure:33207: result: yes
# configure:33210: checking Rockwell Jupiter GPS receiver
# configure:33230: result: no
# configure:33233: checking Leitch CSD 5300 Master Clock System Driver
# configure:33251: result: yes
# configure:33254: checking local clock reference
# configure:33272: result: yes
# configure:33277: checking Magnavox MX4200 GPS receiver
# configure:33304: result: no
# configure:33311: checking for NeoClock4X receiver
# configure:33329: result: yes
# configure:33332: checking NMEA GPS receiver
# configure:33350: result: yes
# configure:33355: checking for strtoll
# configure:33355: clang -o conftest conftest.c -ldns_sd >&5
# configure:33355: $? = 0
# configure:33355: result: yes
# configure:33364: checking for GPSD JSON receiver
# configure:33385: result: yes
# configure:33388: checking for ONCORE Motorola VP/UT Oncore GPS
# configure:33409: result: no
# configure:33413: checking for Palisade clock
# configure:33431: result: yes
# configure:33434: checking Conrad parallel port radio clock
# configure:33452: result: yes
# configure:33455: checking PST/Traconex 1020 WWV/WWVH receiver
# configure:33473: result: yes
# configure:33476: checking RIPENCC specific Trimble driver
# configure:33498: result: no
# configure:33503: checking for SHM clock attached thru shared memory
# configure:33526: result: yes
# configure:33529: checking Spectracom 8170/Netclock/2 WWVB receiver
# configure:33547: result: yes
# configure:33550: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface
# configure:33577: result: no
# configure:33585: checking Kinemetrics/TrueTime receivers
# configure:33612: result: yes
# configure:33619: checking TrueTime 560 IRIG-B decoder
# configure:33637: result: no
# configure:33640: checking Ultralink M320 WWVB receiver
# configure:33658: result: yes
# configure:33661: checking Spectracom TSYNC PCI timing board
# configure:33687: result: yes
# configure:33690: checking WWV receiver
# configure:33713: result: yes
# configure:33720: checking for Zyfer receiver
# configure:33738: result: yes
# configure:33741: checking for default inclusion of all suitable PARSE clocks
# configure:33758: result: no
# configure:33774: checking Diem Computime Radio Clock
# configure:33793: result: no
# configure:33800: checking ELV/DCF7000 clock
# configure:33819: result: no
# configure:33826: checking HOPF 6021 clock
# configure:33845: result: no
# configure:33852: checking Meinberg clocks
# configure:33871: result: no
# configure:33878: checking DCF77 raw time code
# configure:33899: result: no
# configure:33934: checking RCC 8000 clock
# configure:33953: result: no
# configure:33960: checking Schmid DCF77 clock
# configure:33979: result: no
# configure:33986: checking Trimble GPS receiver/TAIP protocol
# configure:34005: result: no
# configure:34012: checking Trimble GPS receiver/TSIP protocol
# configure:34031: result: no
# configure:34038: checking WHARTON 400A Series clock
# configure:34057: result: no
# configure:34064: checking VARITEXT clock
# configure:34083: result: no
# configure:34090: checking SEL240X clock
# configure:34106: result: no
# configure:34119: checking if we need to make and use the parse libraries
# configure:34133: result: no
# configure:34178: checking pkg-config for openssl
# configure:34189: result: yes
# configure:34339: checking if we will use crypto
# configure:34341: result: yes
# configure:34481: clang -c -Werror conftest.c >&5
# configure:34481: $? = 0
# configure:34518: clang -c -Werror -Wstrict-prototypes conftest.c >&5
# configure:34518: $? = 0
# configure:34547: checking for EVP_MD_do_all_sorted
# configure:34547: clang -o conftest conftest.c -ldns_sd -lssl -lcrypto >&5
# configure:34547: $? = 0
# configure:34547: result: yes
# configure:34571: checking if we want to use OpenSSL's crypto random (if available)
# configure:34581: result: yes
# configure:34590: checking for RAND_bytes
# configure:34590: clang -o conftest conftest.c -ldns_sd -lssl -lcrypto >&5
# configure:34590: $? = 0
# configure:34590: result: yes
# configure:34590: checking for RAND_poll
# configure:34590: clang -o conftest conftest.c -ldns_sd -lssl -lcrypto >&5
# configure:34590: $? = 0
# configure:34590: result: yes
# configure:34612: checking if we want to include NTP Autokey protocol support
# configure:34641: result: yes
# configure:34645: checking if we want to run check-layout
# configure:34656: result: yes
# configure:34661: checking if we can make dcf parse utilities
# configure:34674: result: no
# configure:34678: checking if we can build kernel streams modules for parse
# configure:34714: result: no
# configure:34717: checking if we need basic refclock support
# configure:34726: result: yes
# configure:34733: checking if we want HP-UX adjtimed support
# configure:34755: result: no
# configure:34758: checking if we want QNX adjtime support
# configure:34774: result: no
# configure:34777: checking if we can read kmem
# configure:34819: result: no
# configure:34834: checking if adjtime is accurate
# configure:34881: result: yes
# configure:34896: checking the name of 'tick' in the kernel
# configure:34937: result: _tick
# configure:34950: checking for the units of 'tick'
# configure:34966: result: usec
# configure:34975: checking the name of 'tickadj' in the kernel
# configure:35024: result: _tickadj
# configure:35037: checking for the units of 'tickadj'
# configure:35053: result: usec
# configure:35062: checking half-heartedly for 'dosynctodr' in the kernel
# configure:35113: result: _dosynctodr
# configure:35127: checking half-heartedly for 'noprintf' in the kernel
# configure:35172: result: _noprintf
# configure:35189: checking for a default value for 'tick'
# configure:35228: result: txc.tick
# configure:35242: checking for a default value for 'tickadj'
# configure:35302: result: 500/hz
# configure:35371: checking if we want and can make the ntptime utility
# configure:35389: result: yes
# configure:35437: checking if we want and can make the tickadj utility
# configure:35445: result: yes
# configure:35464: checking if we want and can make the timetrim utility
# configure:35484: result: no
# configure:35500: checking if we want to build the NTPD simulator
# configure:35510: result: no
# configure:35538: checking if sntp will be built
# configure:35566: result: yes
# configure:35571: checking if we want to build ntpsnmpd
# configure:35587: result: no
# configure:35711: checking if we should always slew the time
# configure:35742: result: no
# configure:35752: checking if we should step and slew the time
# configure:35788: result: no
# configure:35798: checking if ntpdate should step the time
# configure:35816: result: no
# configure:35827: checking if we should sync TODR clock every hour
# configure:35849: result: no
# configure:35860: checking if we should avoid kernel FLL bug
# configure:35918: result: no
# configure:35929: checking if we want new session key behavior
# configure:35939: result: yes
# configure:35949: checking if we want the explicit 127.0.0.0/8 martian filter
# configure:35959: result: yes
# configure:35969: checking if we should use the IRIG sawtooth filter
# configure:35990: result: no
# configure:36000: checking if we should enable NIST lockclock scheme
# configure:36011: result: no
# configure:36021: checking if we want support for Samba's signing daemon
# configure:36032: result: yes
# configure:36063: checking libscf.h usability
# configure:36063: clang -c conftest.c >&5
# conftest.c:361:10: fatal error: 'libscf.h' file not found
# #include
# ^
# 1 error generated.
# configure:36063: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | #define OPEN_BCAST_SOCKET 1
# | #define UDP_BACKWARDS_SETOWN 1
# | #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# | #define DSTMINUTES 60
# | #define NTP_SYSCALLS_LIBC 1
# | #define KERNEL_PLL 1
# | #define ONCORE_SHMEM_STATUS 1
# | #define HAVE_AUDIO /**/
# | #define CLOCK_ACTS 1
# | #define CLOCK_ARBITER 1
# | #define CLOCK_ARCRON_MSF 1
# | #define CLOCK_AS2201 1
# | #define CLOCK_ATOM 1
# | #define CLOCK_CHRONOLOG 1
# | #define CLOCK_CHU 1
# | #define CLOCK_DATUM 1
# | #define CLOCK_DUMBCLOCK 1
# | #define CLOCK_FG 1
# | #define CLOCK_HEATH 1
# | #define CLOCK_HOPF_SERIAL 1
# | #define CLOCK_HOPF_PCI 1
# | #define CLOCK_HPGPS 1
# | #define CLOCK_IRIG 1
# | #define CLOCK_JJY 1
# | #define CLOCK_LEITCH 1
# | #define CLOCK_LOCAL 1
# | #define CLOCK_NEOCLOCK4X 1
# | #define CLOCK_NMEA 1
# | #define HAVE_STRTOLL 1
# | #define CLOCK_GPSDJSON 1
# | #define CLOCK_PALISADE 1
# | #define CLOCK_PCF 1
# | #define CLOCK_PST 1
# | #define CLOCK_SHM 1
# | #define CLOCK_SPECTRACOM 1
# | #define CLOCK_TRUETIME 1
# | #define CLOCK_ULINK 1
# | #define CLOCK_TSYNCPCI 1
# | #define CLOCK_WWV 1
# | #define CLOCK_ZYFER 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_RAND_BYTES 1
# | #define HAVE_RAND_POLL 1
# | #define USE_OPENSSL_CRYPTO_RAND 1
# | #define AUTOKEY 1
# | #define REFCLOCK 1
# | #define NOKMEM 1
# | #define ADJTIME_IS_ACCURATE 1
# | #define K_TICK_NAME "_tick"
# | #define K_TICKADJ_NAME "_tickadj"
# | #define K_DOSYNCTODR_NAME "_dosynctodr"
# | #define K_NOPRINTF_NAME "_noprintf"
# | #define PRESET_TICK txc.tick
# | #define PRESET_TICKADJ 500/hz
# | #define ENABLE_BUG3020_FIX 1
# | #define HAVE_NTP_SIGND 1
# | #define NTP_SIGND_PATH "/var/run/ntp_signd"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:36063: result: no
# configure:36063: checking libscf.h presence
# configure:36063: clang -E conftest.c
# conftest.c:328:10: fatal error: 'libscf.h' file not found
# #include
# ^
# 1 error generated.
# configure:36063: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | #define OPEN_BCAST_SOCKET 1
# | #define UDP_BACKWARDS_SETOWN 1
# | #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# | #define DSTMINUTES 60
# | #define NTP_SYSCALLS_LIBC 1
# | #define KERNEL_PLL 1
# | #define ONCORE_SHMEM_STATUS 1
# | #define HAVE_AUDIO /**/
# | #define CLOCK_ACTS 1
# | #define CLOCK_ARBITER 1
# | #define CLOCK_ARCRON_MSF 1
# | #define CLOCK_AS2201 1
# | #define CLOCK_ATOM 1
# | #define CLOCK_CHRONOLOG 1
# | #define CLOCK_CHU 1
# | #define CLOCK_DATUM 1
# | #define CLOCK_DUMBCLOCK 1
# | #define CLOCK_FG 1
# | #define CLOCK_HEATH 1
# | #define CLOCK_HOPF_SERIAL 1
# | #define CLOCK_HOPF_PCI 1
# | #define CLOCK_HPGPS 1
# | #define CLOCK_IRIG 1
# | #define CLOCK_JJY 1
# | #define CLOCK_LEITCH 1
# | #define CLOCK_LOCAL 1
# | #define CLOCK_NEOCLOCK4X 1
# | #define CLOCK_NMEA 1
# | #define HAVE_STRTOLL 1
# | #define CLOCK_GPSDJSON 1
# | #define CLOCK_PALISADE 1
# | #define CLOCK_PCF 1
# | #define CLOCK_PST 1
# | #define CLOCK_SHM 1
# | #define CLOCK_SPECTRACOM 1
# | #define CLOCK_TRUETIME 1
# | #define CLOCK_ULINK 1
# | #define CLOCK_TSYNCPCI 1
# | #define CLOCK_WWV 1
# | #define CLOCK_ZYFER 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_RAND_BYTES 1
# | #define HAVE_RAND_POLL 1
# | #define USE_OPENSSL_CRYPTO_RAND 1
# | #define AUTOKEY 1
# | #define REFCLOCK 1
# | #define NOKMEM 1
# | #define ADJTIME_IS_ACCURATE 1
# | #define K_TICK_NAME "_tick"
# | #define K_TICKADJ_NAME "_tickadj"
# | #define K_DOSYNCTODR_NAME "_dosynctodr"
# | #define K_NOPRINTF_NAME "_noprintf"
# | #define PRESET_TICK txc.tick
# | #define PRESET_TICKADJ 500/hz
# | #define ENABLE_BUG3020_FIX 1
# | #define HAVE_NTP_SIGND 1
# | #define NTP_SIGND_PATH "/var/run/ntp_signd"
# | /* end confdefs.h. */
# | #include
# configure:36063: result: no
# configure:36063: checking for libscf.h
# configure:36063: result: no
# configure:36082: checking for struct sockaddr_storage
# configure:36111: clang -c conftest.c >&5
# configure:36111: $? = 0
# configure:36120: result: yes
# configure:36127: checking for sockaddr_storage.__ss_family
# configure:36157: clang -c conftest.c >&5
# conftest.c:345:9: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
# s.__ss_family = 1;
# ^~~~~~~~~~~
# ss_family
# /usr/include/bits/socket.h:168:5: note: 'ss_family' declared here
# __SOCKADDR_COMMON (ss_); /* Address family, etc. */
# ^
# /usr/include/bits/sockaddr.h:35:15: note: expanded from macro '__SOCKADDR_COMMON'
# sa_family_t sa_prefix##family
# ^
# :23:1: note: expanded from here
# ss_family
# ^
# 1 error generated.
# configure:36157: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | #define OPEN_BCAST_SOCKET 1
# | #define UDP_BACKWARDS_SETOWN 1
# | #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# | #define DSTMINUTES 60
# | #define NTP_SYSCALLS_LIBC 1
# | #define KERNEL_PLL 1
# | #define ONCORE_SHMEM_STATUS 1
# | #define HAVE_AUDIO /**/
# | #define CLOCK_ACTS 1
# | #define CLOCK_ARBITER 1
# | #define CLOCK_ARCRON_MSF 1
# | #define CLOCK_AS2201 1
# | #define CLOCK_ATOM 1
# | #define CLOCK_CHRONOLOG 1
# | #define CLOCK_CHU 1
# | #define CLOCK_DATUM 1
# | #define CLOCK_DUMBCLOCK 1
# | #define CLOCK_FG 1
# | #define CLOCK_HEATH 1
# | #define CLOCK_HOPF_SERIAL 1
# | #define CLOCK_HOPF_PCI 1
# | #define CLOCK_HPGPS 1
# | #define CLOCK_IRIG 1
# | #define CLOCK_JJY 1
# | #define CLOCK_LEITCH 1
# | #define CLOCK_LOCAL 1
# | #define CLOCK_NEOCLOCK4X 1
# | #define CLOCK_NMEA 1
# | #define HAVE_STRTOLL 1
# | #define CLOCK_GPSDJSON 1
# | #define CLOCK_PALISADE 1
# | #define CLOCK_PCF 1
# | #define CLOCK_PST 1
# | #define CLOCK_SHM 1
# | #define CLOCK_SPECTRACOM 1
# | #define CLOCK_TRUETIME 1
# | #define CLOCK_ULINK 1
# | #define CLOCK_TSYNCPCI 1
# | #define CLOCK_WWV 1
# | #define CLOCK_ZYFER 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_RAND_BYTES 1
# | #define HAVE_RAND_POLL 1
# | #define USE_OPENSSL_CRYPTO_RAND 1
# | #define AUTOKEY 1
# | #define REFCLOCK 1
# | #define NOKMEM 1
# | #define ADJTIME_IS_ACCURATE 1
# | #define K_TICK_NAME "_tick"
# | #define K_TICKADJ_NAME "_tickadj"
# | #define K_DOSYNCTODR_NAME "_dosynctodr"
# | #define K_NOPRINTF_NAME "_noprintf"
# | #define PRESET_TICK txc.tick
# | #define PRESET_TICKADJ 500/hz
# | #define ENABLE_BUG3020_FIX 1
# | #define HAVE_NTP_SIGND 1
# | #define NTP_SIGND_PATH "/var/run/ntp_signd"
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | struct sockaddr_storage s;
# | s.__ss_family = 1;
# |
# |
# | ;
# | return 0;
# | }
# configure:36166: result: no
# configure:36181: checking for in_port_t
# configure:36204: clang -c conftest.c >&5
# configure:36204: $? = 0
# configure:36213: result: yes
# configure:36222: checking type of socklen arg for getsockname()
# configure:36254: clang -c conftest.c >&5
# conftest.c:342:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# getsockname(int, struct sockaddr *,
# ^
# 1 warning generated.
# configure:36254: $? = 0
# configure:36269: result: socklen_t
# configure:36277: checking struct sockaddr for sa_len
# configure:36300: clang -c conftest.c >&5
# conftest.c:339:14: error: no member named 'sa_len' in 'struct sockaddr'
# return ps->sa_len;
# ~~ ^
# 1 error generated.
# configure:36300: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | #define OPEN_BCAST_SOCKET 1
# | #define UDP_BACKWARDS_SETOWN 1
# | #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# | #define DSTMINUTES 60
# | #define NTP_SYSCALLS_LIBC 1
# | #define KERNEL_PLL 1
# | #define ONCORE_SHMEM_STATUS 1
# | #define HAVE_AUDIO /**/
# | #define CLOCK_ACTS 1
# | #define CLOCK_ARBITER 1
# | #define CLOCK_ARCRON_MSF 1
# | #define CLOCK_AS2201 1
# | #define CLOCK_ATOM 1
# | #define CLOCK_CHRONOLOG 1
# | #define CLOCK_CHU 1
# | #define CLOCK_DATUM 1
# | #define CLOCK_DUMBCLOCK 1
# | #define CLOCK_FG 1
# | #define CLOCK_HEATH 1
# | #define CLOCK_HOPF_SERIAL 1
# | #define CLOCK_HOPF_PCI 1
# | #define CLOCK_HPGPS 1
# | #define CLOCK_IRIG 1
# | #define CLOCK_JJY 1
# | #define CLOCK_LEITCH 1
# | #define CLOCK_LOCAL 1
# | #define CLOCK_NEOCLOCK4X 1
# | #define CLOCK_NMEA 1
# | #define HAVE_STRTOLL 1
# | #define CLOCK_GPSDJSON 1
# | #define CLOCK_PALISADE 1
# | #define CLOCK_PCF 1
# | #define CLOCK_PST 1
# | #define CLOCK_SHM 1
# | #define CLOCK_SPECTRACOM 1
# | #define CLOCK_TRUETIME 1
# | #define CLOCK_ULINK 1
# | #define CLOCK_TSYNCPCI 1
# | #define CLOCK_WWV 1
# | #define CLOCK_ZYFER 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_RAND_BYTES 1
# | #define HAVE_RAND_POLL 1
# | #define USE_OPENSSL_CRYPTO_RAND 1
# | #define AUTOKEY 1
# | #define REFCLOCK 1
# | #define NOKMEM 1
# | #define ADJTIME_IS_ACCURATE 1
# | #define K_TICK_NAME "_tick"
# | #define K_TICKADJ_NAME "_tickadj"
# | #define K_DOSYNCTODR_NAME "_dosynctodr"
# | #define K_NOPRINTF_NAME "_noprintf"
# | #define PRESET_TICK txc.tick
# | #define PRESET_TICKADJ 500/hz
# | #define ENABLE_BUG3020_FIX 1
# | #define HAVE_NTP_SIGND 1
# | #define NTP_SIGND_PATH "/var/run/ntp_signd"
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | extern struct sockaddr *ps;
# | return ps->sa_len;
# |
# |
# | ;
# | return 0;
# | }
# configure:36309: result: no
# configure:36349: checking for IPv6 structures
# configure:36372: clang -c conftest.c >&5
# configure:36372: $? = 0
# configure:36381: result: yes
# configure:36388: checking for Kame IPv6 support
# configure:36411: result: no
# configure:36471: checking for in6_pktinfo
# configure:36496: clang -c conftest.c >&5
# configure:36496: $? = 0
# configure:36505: result: yes
# configure:36516: checking for sockaddr_in6.sin6_scope_id
# configure:36542: clang -c conftest.c >&5
# configure:36542: $? = 0
# configure:36551: result: yes
# configure:36565: checking for in6addr_any
# configure:36592: clang -o conftest conftest.c -Wl,--gc-sections -lcap -ldns_sd >&5
# configure:36592: $? = 0
# configure:36605: result: yes
# configure:36616: checking for struct if_laddrconf
# configure:36638: clang -c conftest.c >&5
# conftest.c:336:12: fatal error: 'net/if6.h' file not found
# #include
# ^
# 1 error generated.
# configure:36638: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | #define OPEN_BCAST_SOCKET 1
# | #define UDP_BACKWARDS_SETOWN 1
# | #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# | #define DSTMINUTES 60
# | #define NTP_SYSCALLS_LIBC 1
# | #define KERNEL_PLL 1
# | #define ONCORE_SHMEM_STATUS 1
# | #define HAVE_AUDIO /**/
# | #define CLOCK_ACTS 1
# | #define CLOCK_ARBITER 1
# | #define CLOCK_ARCRON_MSF 1
# | #define CLOCK_AS2201 1
# | #define CLOCK_ATOM 1
# | #define CLOCK_CHRONOLOG 1
# | #define CLOCK_CHU 1
# | #define CLOCK_DATUM 1
# | #define CLOCK_DUMBCLOCK 1
# | #define CLOCK_FG 1
# | #define CLOCK_HEATH 1
# | #define CLOCK_HOPF_SERIAL 1
# | #define CLOCK_HOPF_PCI 1
# | #define CLOCK_HPGPS 1
# | #define CLOCK_IRIG 1
# | #define CLOCK_JJY 1
# | #define CLOCK_LEITCH 1
# | #define CLOCK_LOCAL 1
# | #define CLOCK_NEOCLOCK4X 1
# | #define CLOCK_NMEA 1
# | #define HAVE_STRTOLL 1
# | #define CLOCK_GPSDJSON 1
# | #define CLOCK_PALISADE 1
# | #define CLOCK_PCF 1
# | #define CLOCK_PST 1
# | #define CLOCK_SHM 1
# | #define CLOCK_SPECTRACOM 1
# | #define CLOCK_TRUETIME 1
# | #define CLOCK_ULINK 1
# | #define CLOCK_TSYNCPCI 1
# | #define CLOCK_WWV 1
# | #define CLOCK_ZYFER 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_RAND_BYTES 1
# | #define HAVE_RAND_POLL 1
# | #define USE_OPENSSL_CRYPTO_RAND 1
# | #define AUTOKEY 1
# | #define REFCLOCK 1
# | #define NOKMEM 1
# | #define ADJTIME_IS_ACCURATE 1
# | #define K_TICK_NAME "_tick"
# | #define K_TICKADJ_NAME "_tickadj"
# | #define K_DOSYNCTODR_NAME "_dosynctodr"
# | #define K_NOPRINTF_NAME "_noprintf"
# | #define PRESET_TICK txc.tick
# | #define PRESET_TICKADJ 500/hz
# | #define ENABLE_BUG3020_FIX 1
# | #define HAVE_NTP_SIGND 1
# | #define NTP_SIGND_PATH "/var/run/ntp_signd"
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# | #define WANT_IPV6 1
# | #define ISC_PLATFORM_HAVEIPV6 1
# | #define ISC_PLATFORM_HAVEIN6PKTINFO 1
# | #define ISC_PLATFORM_HAVESCOPEID 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | struct if_laddrconf a;
# |
# |
# | ;
# | return 0;
# | }
# configure:36647: result: no
# configure:36657: checking for struct if_laddrreq
# configure:36679: clang -c conftest.c >&5
# conftest.c:336:12: fatal error: 'net/if6.h' file not found
# #include
# ^
# 1 error generated.
# configure:36679: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | #define OPEN_BCAST_SOCKET 1
# | #define UDP_BACKWARDS_SETOWN 1
# | #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# | #define DSTMINUTES 60
# | #define NTP_SYSCALLS_LIBC 1
# | #define KERNEL_PLL 1
# | #define ONCORE_SHMEM_STATUS 1
# | #define HAVE_AUDIO /**/
# | #define CLOCK_ACTS 1
# | #define CLOCK_ARBITER 1
# | #define CLOCK_ARCRON_MSF 1
# | #define CLOCK_AS2201 1
# | #define CLOCK_ATOM 1
# | #define CLOCK_CHRONOLOG 1
# | #define CLOCK_CHU 1
# | #define CLOCK_DATUM 1
# | #define CLOCK_DUMBCLOCK 1
# | #define CLOCK_FG 1
# | #define CLOCK_HEATH 1
# | #define CLOCK_HOPF_SERIAL 1
# | #define CLOCK_HOPF_PCI 1
# | #define CLOCK_HPGPS 1
# | #define CLOCK_IRIG 1
# | #define CLOCK_JJY 1
# | #define CLOCK_LEITCH 1
# | #define CLOCK_LOCAL 1
# | #define CLOCK_NEOCLOCK4X 1
# | #define CLOCK_NMEA 1
# | #define HAVE_STRTOLL 1
# | #define CLOCK_GPSDJSON 1
# | #define CLOCK_PALISADE 1
# | #define CLOCK_PCF 1
# | #define CLOCK_PST 1
# | #define CLOCK_SHM 1
# | #define CLOCK_SPECTRACOM 1
# | #define CLOCK_TRUETIME 1
# | #define CLOCK_ULINK 1
# | #define CLOCK_TSYNCPCI 1
# | #define CLOCK_WWV 1
# | #define CLOCK_ZYFER 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_RAND_BYTES 1
# | #define HAVE_RAND_POLL 1
# | #define USE_OPENSSL_CRYPTO_RAND 1
# | #define AUTOKEY 1
# | #define REFCLOCK 1
# | #define NOKMEM 1
# | #define ADJTIME_IS_ACCURATE 1
# | #define K_TICK_NAME "_tick"
# | #define K_TICKADJ_NAME "_tickadj"
# | #define K_DOSYNCTODR_NAME "_dosynctodr"
# | #define K_NOPRINTF_NAME "_noprintf"
# | #define PRESET_TICK txc.tick
# | #define PRESET_TICKADJ 500/hz
# | #define ENABLE_BUG3020_FIX 1
# | #define HAVE_NTP_SIGND 1
# | #define NTP_SIGND_PATH "/var/run/ntp_signd"
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# | #define WANT_IPV6 1
# | #define ISC_PLATFORM_HAVEIPV6 1
# | #define ISC_PLATFORM_HAVEIN6PKTINFO 1
# | #define ISC_PLATFORM_HAVESCOPEID 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | struct if_laddrreq a;
# |
# |
# | ;
# | return 0;
# | }
# configure:36688: result: no
# configure:36698: checking for multicast IP support
# configure:36728: clang -c conftest.c >&5
# configure:36728: $? = 0
# configure:36737: result: yes
# configure:36744: checking arg type needed for setsockopt() IP*_MULTICAST_LOOP
# configure:36761: result: u_int
# configure:36792: checking for getifaddrs
# configure:36792: clang -o conftest conftest.c -Wl,--gc-sections -lcap -ldns_sd >&5
# configure:36792: $? = 0
# configure:36792: result: yes
# configure:36872: checking for if_nametoindex
# configure:36872: clang -o conftest conftest.c -Wl,--gc-sections -lcap -ldns_sd >&5
# configure:36872: $? = 0
# configure:36872: result: yes
# configure:36896: checking for interface list sysctl
# configure:36912: clang -E conftest.c
# conftest.c:344:8: error:
# # error
# ^
# 1 error generated.
# configure:36912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ntp"
# | #define PACKAGE_TARNAME "ntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "ntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "ntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE_DNSREGISTRATION 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SIGNAL_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_NTP_GETTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define ntp_adjtime adjtimex
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_TIMEX_H 1
# | #define RETSIGTYPE void
# | #define DEFAULT_HZ 100
# | #define HAS_ROUTING_SOCKET 1
# | #define HAVE_RTNETLINK 1
# | #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# | #define HAVE_DAEMON 1
# | #define HAVE_FINITE 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_MKTIME 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_NICE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_READLINK 1
# | #define HAVE_SCHED_SETSCHEDULER 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_STRCHR 1
# | #define DFLT_RLIMIT_STACK 50
# | #define DFLT_RLIMIT_MEMLOCK -1
# | #define HAVE__EXIT 1
# | #define WORKER_CHILD_EXIT exit
# | #define HAVE_UMASK 1
# | #define HAVE_UNAME 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_UPDWTMPX 1
# | #define HAVE_SETPGRP_0 1
# | #define DECL_H_ERRNO 1
# | #define OPEN_BCAST_SOCKET 1
# | #define UDP_BACKWARDS_SETOWN 1
# | #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# | #define DSTMINUTES 60
# | #define NTP_SYSCALLS_LIBC 1
# | #define KERNEL_PLL 1
# | #define ONCORE_SHMEM_STATUS 1
# | #define HAVE_AUDIO /**/
# | #define CLOCK_ACTS 1
# | #define CLOCK_ARBITER 1
# | #define CLOCK_ARCRON_MSF 1
# | #define CLOCK_AS2201 1
# | #define CLOCK_ATOM 1
# | #define CLOCK_CHRONOLOG 1
# | #define CLOCK_CHU 1
# | #define CLOCK_DATUM 1
# | #define CLOCK_DUMBCLOCK 1
# | #define CLOCK_FG 1
# | #define CLOCK_HEATH 1
# | #define CLOCK_HOPF_SERIAL 1
# | #define CLOCK_HOPF_PCI 1
# | #define CLOCK_HPGPS 1
# | #define CLOCK_IRIG 1
# | #define CLOCK_JJY 1
# | #define CLOCK_LEITCH 1
# | #define CLOCK_LOCAL 1
# | #define CLOCK_NEOCLOCK4X 1
# | #define CLOCK_NMEA 1
# | #define HAVE_STRTOLL 1
# | #define CLOCK_GPSDJSON 1
# | #define CLOCK_PALISADE 1
# | #define CLOCK_PCF 1
# | #define CLOCK_PST 1
# | #define CLOCK_SHM 1
# | #define CLOCK_SPECTRACOM 1
# | #define CLOCK_TRUETIME 1
# | #define CLOCK_ULINK 1
# | #define CLOCK_TSYNCPCI 1
# | #define CLOCK_WWV 1
# | #define CLOCK_ZYFER 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_RAND_BYTES 1
# | #define HAVE_RAND_POLL 1
# | #define USE_OPENSSL_CRYPTO_RAND 1
# | #define AUTOKEY 1
# | #define REFCLOCK 1
# | #define NOKMEM 1
# | #define ADJTIME_IS_ACCURATE 1
# | #define K_TICK_NAME "_tick"
# | #define K_TICKADJ_NAME "_tickadj"
# | #define K_DOSYNCTODR_NAME "_dosynctodr"
# | #define K_NOPRINTF_NAME "_noprintf"
# | #define PRESET_TICK txc.tick
# | #define PRESET_TICKADJ 500/hz
# | #define ENABLE_BUG3020_FIX 1
# | #define HAVE_NTP_SIGND 1
# | #define NTP_SIGND_PATH "/var/run/ntp_signd"
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# | #define WANT_IPV6 1
# | #define ISC_PLATFORM_HAVEIPV6 1
# | #define ISC_PLATFORM_HAVEIN6PKTINFO 1
# | #define ISC_PLATFORM_HAVESCOPEID 1
# | #define MCAST 1
# | #define TYPEOF_IP_MULTICAST_LOOP u_int
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define ISC_PLATFORM_HAVEIFNAMETOINDEX 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | #ifndef NET_RT_IFLIST
# | # error
# | #endif
# |
# configure:36921: result: no
# configure:36932: checking if we want the saveconfig mechanism
# configure:36959: result: yes
# configure:36964: checking if we want the experimental leap smear code
# configure:36985: result: no
# configure:36990: checking if we want dynamic interleave support
# configure:37011: result: no
# configure:37019: checking for ruby
# configure:37037: found /usr/bin/ruby
# configure:37049: result: /usr/bin/ruby
# configure:37091: checking for gtest-config
# configure:37124: result: no
# configure:37182: checking if we want to enable tests with undiagnosed problems
# configure:37192: result: yes
# configure:37195: checking if we can run test-ntp_restrict
# configure:37204: result: yes
# configure:37215: checking if we can run test-ntp_scanner
# configure:37223: result: yes
# configure:37234: checking if we can run test-ntp_signd
# configure:37242: result: yes
# configure:37508: checking that generated files are newer than configure
# configure:37514: result: done
# configure:37614: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on bd7f0e5ad387
#
# config.status:1720: creating Makefile
# config.status:1720: creating adjtimed/Makefile
# config.status:1720: creating clockstuff/Makefile
# config.status:1720: creating include/Makefile
# config.status:1720: creating include/isc/Makefile
# config.status:1720: creating kernel/Makefile
# config.status:1720: creating kernel/sys/Makefile
# config.status:1720: creating libntp/Makefile
# config.status:1720: creating libparse/Makefile
# config.status:1720: creating ntpd/Makefile
# config.status:1720: creating ntpd/complete.conf
# config.status:1720: creating ntpdate/Makefile
# config.status:1720: creating ntpdc/Makefile
# config.status:1720: creating ntpdc/nl.pl
# config.status:1720: creating ntpq/Makefile
# config.status:1720: creating ntpsnmpd/Makefile
# config.status:1720: creating parseutil/Makefile
# config.status:1720: creating scripts/Makefile
# config.status:1720: creating scripts/build/Makefile
# config.status:1720: creating scripts/build/genAuthors
# config.status:1720: creating scripts/build/mkver
# config.status:1720: creating scripts/calc_tickadj/Makefile
# config.status:1720: creating scripts/calc_tickadj/calc_tickadj
# config.status:1720: creating scripts/lib/Makefile
# config.status:1720: creating scripts/ntp-wait/Makefile
# config.status:1720: creating scripts/ntp-wait/ntp-wait
# config.status:1720: creating scripts/ntpsweep/Makefile
# config.status:1720: creating scripts/ntpsweep/ntpsweep
# config.status:1720: creating scripts/ntptrace/Makefile
# config.status:1720: creating scripts/ntptrace/ntptrace
# config.status:1720: creating scripts/ntpver
# config.status:1720: creating scripts/plot_summary
# config.status:1720: creating scripts/summary
# config.status:1720: creating scripts/update-leap/Makefile
# config.status:1720: creating scripts/update-leap/update-leap
# config.status:1720: creating tests/Makefile
# config.status:1720: creating tests/bug-2803/Makefile
# config.status:1720: creating tests/libntp/Makefile
# config.status:1720: creating tests/ntpd/Makefile
# config.status:1720: creating tests/ntpq/Makefile
# config.status:1720: creating tests/sandbox/Makefile
# config.status:1720: creating tests/sec-2853/Makefile
# config.status:1720: creating util/Makefile
# config.status:1720: creating config.h
# config.status:1954: executing depfiles commands
# config.status:1954: executing libtool commands
# configure:40270: === configuring in sntp (/tmp/ntp/src/ntp-4.2.8p8/sntp)
# configure:40333: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--libexecdir=/usr/lib' '--enable-linuxcaps' '--enable-ntp-signd' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_HAVE_SYSLOG_FACILITYNAMES=yes
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_char_unsigned=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_volatile=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_EVP_MD_do_all_sorted=yes
# ac_cv_func_MD5Init=no
# ac_cv_func_RAND_bytes=yes
# ac_cv_func_RAND_poll=yes
# ac_cv_func___res_init=yes
# ac_cv_func__beginthread=no
# ac_cv_func__doprnt=no
# ac_cv_func__exit=yes
# ac_cv_func_adjtimex=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_arc4random_buf=no
# ac_cv_func_atomic_thread_fence=no
# ac_cv_func_canonicalize_file_name=yes
# ac_cv_func_chmod=yes
# ac_cv_func_clock_getres=yes
# ac_cv_func_clock_gettime=yes
# ac_cv_func_clock_settime=yes
# ac_cv_func_daemon=yes
# ac_cv_func_fchmod=yes
# ac_cv_func_finite=yes
# ac_cv_func_fnmatch=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_fstat=yes
# ac_cv_func_getbootfile=no
# ac_cv_func_getclock=no
# ac_cv_func_getdtablesize=yes
# ac_cv_func_getifaddrs=yes
# ac_cv_func_getrusage=yes
# ac_cv_func_getuid=yes
# ac_cv_func_if_nametoindex=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_mktime=yes
# ac_cv_func_mlockall=yes
# ac_cv_func_mmap=yes
# ac_cv_func_nanosleep=yes
# ac_cv_func_nice=yes
# ac_cv_func_ntp_adjtime=yes
# ac_cv_func_ntp_gettime=yes
# ac_cv_func_plock=no
# ac_cv_func_pthread_attr_getstacksize=yes
# ac_cv_func_pthread_attr_setstacksize=yes
# ac_cv_func_pthread_getconcurrency=yes
# ac_cv_func_pthread_kill=yes
# ac_cv_func_pthread_kill_other_threads_np=no
# ac_cv_func_pthread_setconcurrency=yes
# ac_cv_func_pthread_yield=yes
# ac_cv_func_pututline=yes
# ac_cv_func_pututxline=yes
# ac_cv_func_readlink=yes
# ac_cv_func_recvmsg=yes
# ac_cv_func_res_init=no
# ac_cv_func_rtprio=no
# ac_cv_func_sched_setscheduler=yes
# ac_cv_func_sched_yield=yes
# ac_cv_func_sem_timedwait=yes
# ac_cv_func_setlinebuf=yes
# ac_cv_func_setpgid=yes
# ac_cv_func_setpriority=yes
# ac_cv_func_setrlimit=yes
# ac_cv_func_setsid=yes
# ac_cv_func_settimeofday=yes
# ac_cv_func_setvbuf=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_sigset=yes
# ac_cv_func_sigvec=no
# ac_cv_func_sigwait=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_socketpair=yes
# ac_cv_func_stime=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strerror_r_char_p=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strrchr=yes
# ac_cv_func_strsignal=yes
# ac_cv_func_strtoll=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_thr_getconcurrency=no
# ac_cv_func_thr_setconcurrency=no
# ac_cv_func_thr_yield=no
# ac_cv_func_timegm=yes
# ac_cv_func_timer_create=no
# ac_cv_func_umask=yes
# ac_cv_func_uname=yes
# ac_cv_func_updwtmp=yes
# ac_cv_func_updwtmpx=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_have_decl_strerror_r=yes
# ac_cv_header_arpa_nameser_h=yes
# ac_cv_header_bstring_h=no
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_dns_sd_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_fnmatch_h=yes
# ac_cv_header_histedit_h=yes
# ac_cv_header_history_h=no
# ac_cv_header_ieeefp_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_kvm_h=no
# ac_cv_header_libgen_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_libscf_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_if_addr_h=yes
# ac_cv_header_linux_serial_h=yes
# ac_cv_header_machine_soundcard_h=no
# ac_cv_header_math_h=yes
# ac_cv_header_md5_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_net_if6_h=no
# ac_cv_header_net_if_h=yes
# ac_cv_header_net_if_var_h=no
# ac_cv_header_net_route_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_system_h=no
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_netinet_in_var_h=no
# ac_cv_header_netinet_ip_h=yes
# ac_cv_header_netinfo_ni_h=no
# ac_cv_header_poll_h=yes
# ac_cv_header_priv_h=no
# ac_cv_header_pthread_h=yes
# ac_cv_header_readline_h=no
# ac_cv_header_readline_history_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_resolv_h=yes
# ac_cv_header_runetype_h=no
# ac_cv_header_sched_h=yes
# ac_cv_header_semaphore_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_sgtty_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdatomic_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_stropts_h=yes
# ac_cv_header_sun_audioio_h=no
# ac_cv_header_sys_audioio_h=no
# ac_cv_header_sys_capability_h=yes
# ac_cv_header_sys_clockctl_h=no
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_ipc_h=yes
# ac_cv_header_sys_lock_h=no
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_modem_h=no
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_poll_h=yes
# ac_cv_header_sys_ppsclock_h=no
# ac_cv_header_sys_ppstime_h=no
# ac_cv_header_sys_prctl_h=yes
# ac_cv_header_sys_proc_h=no
# ac_cv_header_sys_procset_h=no
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_shm_h=yes
# ac_cv_header_sys_signal_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_sockio_h=no
# ac_cv_header_sys_soundcard_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_stream_h=no
# ac_cv_header_sys_stropts_h=yes
# ac_cv_header_sys_sysctl_h=yes
# ac_cv_header_sys_syssgi_h=no
# ac_cv_header_sys_systune_h=no
# ac_cv_header_sys_termios_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_timepps_h=no
# ac_cv_header_sys_timers_h=no
# ac_cv_header_sys_timex_h=yes
# ac_cv_header_sys_tpro_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_sysexits_h=yes
# ac_cv_header_termio_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_timepps_h=no
# ac_cv_header_timex_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_header_utmp_h=yes
# ac_cv_header_utmpx_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_header_wchar_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_gen_pathfind=no
# ac_cv_lib_intl_gettext=no
# ac_cv_make_ntptime=yes
# ac_cv_member_struct_ntptimeval_time_tv_nsec=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PATH_RUBY=/usr/bin/ruby
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AR=ar
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_DNSServiceRegister=-ldns_sd
# ac_cv_search_MD5Init=no
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_cos=-lm
# ac_cv_search_inet_ntop='none required'
# ac_cv_search_inet_pton='none required'
# ac_cv_search_opendir='none required'
# ac_cv_search_openlog='none required'
# ac_cv_search_res_init=no
# ac_cv_search_setsockopt='none required'
# ac_cv_search_snprintb=no
# ac_cv_search_strerror='none required'
# ac_cv_sizeof_char_p=8
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_pthread_t=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_signed_char=1
# ac_cv_sizeof_time_t=8
# ac_cv_struct_tm=time.h
# ac_cv_type__Bool=yes
# ac_cv_type_int16_t=yes
# ac_cv_type_int32=no
# ac_cv_type_int32_t=yes
# ac_cv_type_int8_t=yes
# ac_cv_type_intptr_t=yes
# ac_cv_type_long_long=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_s_char=no
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_u_int32=no
# ac_cv_type_uid_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint8_t=yes
# ac_cv_type_uint_t=no
# ac_cv_type_uintptr_t=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_type_wchar_t=yes
# ac_cv_type_wint_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gl_cv_header_working_stdnoreturn_h=yes
# hw_cv_func_snprintf=yes
# hw_cv_func_snprintf_c99=yes
# hw_cv_func_vsnprintf=yes
# hw_cv_func_vsnprintf_c99=yes
# isc_cv_found_ipv6=yes
# isc_cv_have_in6_pktinfo=yes
# isc_cv_have_in_port_t=yes
# isc_cv_have_sin6_scope_id=yes
# isc_cv_in6addr_any_links=yes
# isc_cv_platform_havesalen=no
# isc_cv_struct_if_laddrconf=no
# isc_cv_struct_if_laddrreq=no
# lt_cv_ar_at_file=@
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# ntp_cv_arg_setpgrp_negpid=yes
# ntp_cv_cc_attribute=yes
# ntp_cv_cpp_warning=yes
# ntp_cv_decl_errno=no
# ntp_cv_decl_h_errno=yes
# ntp_cv_default_hz=100
# ntp_cv_dir_sep=''\''/'\'''
# ntp_cv_el_init_args=4
# ntp_cv_func_Xettimeofday_nargs=2
# ntp_cv_func_ctty_for_f_setown=no
# ntp_cv_func_setpgrp_nargs=0
# ntp_cv_gc_sections_runs=yes
# ntp_cv_gcc_Winit_self=yes
# ntp_cv_gcc_Wstrict_overflow=yes
# ntp_cv_getsockname_socklen_type=socklen_t
# ntp_cv_have___ss_family=no
# ntp_cv_hdr_def_sigio=yes
# ntp_cv_hdr_def_sigpoll=yes
# ntp_cv_iflist_sysctl=no
# ntp_cv_main_cache_version=20120806
# ntp_cv_make_tickadj=yes
# ntp_cv_make_timetrim=no
# ntp_cv_modem_control=yes
# ntp_cv_multicast=yes
# ntp_cv_nlist_dosynctodr=_dosynctodr
# ntp_cv_nlist_noprintf=_noprintf
# ntp_cv_nlist_tick=_tick
# ntp_cv_nlist_tickadj=_tickadj
# ntp_cv_no_parenb_ignpar=no
# ntp_cv_os_routeupdates=no
# ntp_cv_os_wildcardreuse=yes
# ntp_cv_override_hz=no
# ntp_cv_rlimit_memlock=yes
# ntp_cv_rlimit_stack=yes
# ntp_cv_rtattr=yes
# ntp_cv_size_returned_in_buffer=no
# ntp_cv_sockaddr_storage=yes
# ntp_cv_struct_clockinfo_has_hz=no
# ntp_cv_struct_iovec_help=0
# ntp_cv_struct_ntptimeval=yes
# ntp_cv_struct_ppsclockev=no
# ntp_cv_struct_rt_msghdr=no
# ntp_cv_struct_sigaction_has_sa_sigaction=yes
# ntp_cv_struct_snd_size=no
# ntp_cv_struct_timespec=yes
# ntp_cv_tick_nano=usec
# ntp_cv_tickadj_nano=usec
# ntp_cv_type_int32_with_dns=no
# ntp_cv_type_u_int32_with_dns=no
# ntp_cv_typeof_ip_multicast_loop=u_int
# ntp_cv_var_kernel_pll=yes
# ntp_cv_var_min_rec_tickadj=no
# ntp_cv_var_ntp_syscalls=libc
# ntp_cv_var_open_bcast_socket=yes
# ntp_cv_var_sta_fll=yes
# ntp_cv_vsnprintf_percent_m=yes
# ol_cv_errno_thread_specific=yes
# ol_cv_func_pthread_detach=yes
# ol_cv_func_pthread_rwlock_destroy=yes
# ol_cv_h_errno_thread_specific=yes
# ol_cv_header_gnu_pth_pthread_h=no
# ol_cv_header_linux_threads=no
# ol_cv_linux_threads=no
# ol_cv_pthread_create=no
# ol_cv_pthread_create_works=yes
# ol_cv_pthread_kthread=no
# ol_cv_pthread_pthread=yes
# ol_cv_pthread_select_yields=yes
# ol_cv_pthread_version=10
# ol_cv_sys_linux_threads=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='aclocal-1.15'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='automake-1.15'
# AWK='gawk'
# BUILD_LIBEVENT_FALSE=''
# BUILD_LIBEVENT_TRUE='#'
# BUILD_SNTP_FALSE='#'
# BUILD_SNTP_TRUE=''
# BUILD_TEST_NTP_RESTRICT_FALSE='#'
# BUILD_TEST_NTP_RESTRICT_TRUE=''
# BUILD_TEST_NTP_SCANNER_FALSE='#'
# BUILD_TEST_NTP_SCANNER_TRUE=''
# BUILD_TEST_NTP_SIGND_FALSE='#'
# BUILD_TEST_NTP_SIGND_TRUE=''
# BUILD_THREAD='yes'
# CALC_TICKADJ_DB='calc_tickadj'
# CALC_TICKADJ_DL=''
# CALC_TICKADJ_DS=''
# CALC_TICKADJ_MS='1'
# CALC_TICKADJ_NI=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CFLAGS_LIBEVENT='-pthread'
# CFLAGS_NTP=' -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wstrict-prototypes'
# CHUTEST=''
# CONFIG_SHELL='/bin/sh'
# CPP='clang -E'
# CPPFLAGS=''
# CPPFLAGS_LIBEVENT=''
# CPPFLAGS_NTP=' '
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DCFD=''
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EDITLINE_LIBS='-ledit'
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GL_GENERATE_STDNORETURN_H_FALSE=''
# GL_GENERATE_STDNORETURN_H_TRUE='#'
# GREP='/usr/bin/grep'
# GTEST_AVAILABLE_FALSE=''
# GTEST_AVAILABLE_TRUE='#'
# GTEST_CONFIG=''
# GTEST_CPPFLAGS=''
# GTEST_CXXFLAGS=''
# GTEST_LDFLAGS=''
# GTEST_LIBS=''
# HAVE_INLINE=''
# HAVE_LEAPSMEARINTERVAL=''
# HAVE_RLIMIT_MEMLOCK=' memlock -1'
# HAVE_RLIMIT_STACK=' stacksize 50'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LIBOPTS_FALSE=''
# INSTALL_LIBOPTS_TRUE='#'
# INSTALL_NTPSWEEP_FALSE=''
# INSTALL_NTPSWEEP_TRUE='#'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INSTALL_UPDATE_LEAP_FALSE='#'
# INSTALL_UPDATE_LEAP_TRUE=''
# LD='/usr/bin/ld'
# LDADD_LIBEVENT='-pthread -levent_core'
# LDADD_LIBNTP='-Wl,--gc-sections -lcap'
# LDADD_LIBUTIL=''
# LDADD_NLIST=''
# LDADD_NTP=' -lssl -lcrypto'
# LDFLAGS=''
# LDFLAGS_NTP=' '
# LIBISC_PTHREADS_NOTHREADS='pthreads'
# LIBM='-lm'
# LIBOBJS=''
# LIBOPTS_CFLAGS='-I$(top_srcdir)/sntp/libopts'
# LIBOPTS_DIR='sntp/libopts'
# LIBOPTS_LDADD='$(top_builddir)/sntp/libopts/libopts.la'
# LIBPARSE=''
# LIBS='-ldns_sd '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='sntp/libevent/build-aux/ltmain.sh'
# LIPO=''
# LN_S='ln -s'
# LSCF=''
# LTHREAD_LIBS=' -pthread'
# LTLIBOBJS=''
# MAKEINFO='makeinfo'
# MAKE_ADJTIMED=''
# MAKE_CHECK_LAYOUT='check-layout'
# MAKE_CHECK_Y2K=''
# MAKE_LIBNTPSIM=''
# MAKE_LIBPARSE=''
# MAKE_LIBPARSE_KERNEL=''
# MAKE_NTPDSIM=''
# MAKE_NTPSNMPD=''
# MAKE_NTPTIME='ntptime'
# MAKE_PARSEKMODULE=''
# MAKE_TICKADJ='tickadj'
# MAKE_TIMETRIM=''
# MANIFEST_TOOL=':'
# MANTAGFMT='man'
# MKDIR_P='/usr/bin/mkdir -p'
# NEED_LIBOPTS_FALSE=''
# NEED_LIBOPTS_TRUE='#'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# NTPDATE_DB='ntpdate'
# NTPDATE_DL=''
# NTPDATE_DS=''
# NTPDATE_MS='1'
# NTPDATE_NI=''
# NTPDC_DB='ntpdc'
# NTPDC_DL=''
# NTPDC_DS=''
# NTPDC_MS='1'
# NTPDC_NI=''
# NTPDSIM_DB=''
# NTPDSIM_DL=''
# NTPDSIM_DS=''
# NTPDSIM_MS=''
# NTPDSIM_NI=''
# NTPD_DB='ntpd'
# NTPD_DL=''
# NTPD_DS=''
# NTPD_MS='1'
# NTPD_NI=''
# NTPQ_DB='ntpq'
# NTPQ_DL=''
# NTPQ_DS=''
# NTPQ_MS='1'
# NTPQ_NI=''
# NTPSNMPD_DB=''
# NTPSNMPD_DL=''
# NTPSNMPD_DS=''
# NTPSNMPD_MS=''
# NTPSNMPD_NI=''
# NTPSWEEP_DB=''
# NTPSWEEP_DL=''
# NTPSWEEP_DS=''
# NTPSWEEP_MS='1'
# NTPSWEEP_NI='ntpsweep'
# NTPTIME_DB='ntptime'
# NTPTIME_DL=''
# NTPTIME_DS=''
# NTPTIME_MS='1'
# NTPTIME_NI=''
# NTPTRACE_DB='ntptrace'
# NTPTRACE_DL=''
# NTPTRACE_DS=''
# NTPTRACE_MS='1'
# NTPTRACE_NI=''
# NTP_CROSSCOMPILE_FALSE=''
# NTP_CROSSCOMPILE_TRUE='#'
# NTP_KEYGEN_DB='ntp-keygen'
# NTP_KEYGEN_DL=''
# NTP_KEYGEN_DS=''
# NTP_KEYGEN_MS='1'
# NTP_KEYGEN_NI=''
# NTP_KEYSDIR='/usr/etc'
# NTP_WAIT_DB='ntp-wait'
# NTP_WAIT_DL=''
# NTP_WAIT_DS=''
# NTP_WAIT_MS='1'
# NTP_WAIT_NI=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='ntp'
# PACKAGE_BUGREPORT='http://bugs.ntp.org./'
# PACKAGE_NAME='ntp'
# PACKAGE_STRING='ntp 4.2.8p8'
# PACKAGE_TARNAME='ntp'
# PACKAGE_URL='http://www.ntp.org./'
# PACKAGE_VERSION='4.2.8p8'
# PATH_NET_SNMP_CONFIG=''
# PATH_PERL='/usr/bin/perl'
# PATH_RUBY='/usr/bin/ruby'
# PATH_SEPARATOR=':'
# PATH_TEST='/usr/bin/test'
# PERLLIBDIR='/usr/share/ntp/lib'
# PKG_CONFIG='/usr/bin/pkg-config'
# POSIX_SHELL='/usr/bin/bash'
# PROPDELAY='propdelay'
# PTHREADS_FALSE='#'
# PTHREADS_TRUE=''
# PTHREAD_LIBS=' -pthread'
# RANLIB='ranlib'
# SAVECONFIG_ENABLED_FALSE='#'
# SAVECONFIG_ENABLED_TRUE=''
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SNMP_CFLAGS=''
# SNMP_CPPFLAGS=''
# SNMP_LIBS=''
# SNTP='sntp'
# SNTP_DB='sntp'
# SNTP_DL=''
# SNTP_DS=''
# SNTP_MS='1'
# SNTP_NI=''
# STDNORETURN_H=''
# STRIP='strip'
# TESTDCF=''
# TICKADJ_DB='tickadj'
# TICKADJ_DL=''
# TICKADJ_DS=''
# TICKADJ_MS='1'
# TICKADJ_NI=''
# TIMETRIM_DB=''
# TIMETRIM_DL=''
# TIMETRIM_DS=''
# TIMETRIM_MS=''
# TIMETRIM_NI=''
# UNITYBUILD_AVAILABLE_FALSE='#'
# UNITYBUILD_AVAILABLE_TRUE=''
# UPDATE_LEAP_DB='update-leap'
# UPDATE_LEAP_DL=''
# UPDATE_LEAP_DS=''
# UPDATE_LEAP_MS='1'
# UPDATE_LEAP_NI=''
# VERSION='4.2.8p8'
# VER_SUFFIX='o'
# VPATH_HACK_FALSE=''
# VPATH_HACK_TRUE='#'
# WANT_CALC_TICKADJ_MS_FALSE='#'
# WANT_CALC_TICKADJ_MS_TRUE=''
# YACC='bison -y'
# YFLAGS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ntp/src/ntp-4.2.8p8/sntp/libevent/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=' sntp'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ------------------- ##
# ## File substitutions. ##
# ## ------------------- ##
#
# calc_tickadj_opts='./scripts/calc_tickadj/calc_tickadj-opts'
# ntp_wait_opts='./scripts/ntp-wait/ntp-wait-opts'
# ntpsweep_opts='./scripts/ntpsweep/ntpsweep-opts'
# ntptrace_opts='./scripts/ntptrace/ntptrace-opts'
# plot_summary_opts='./scripts/plot_summary-opts'
# summary_opts='./scripts/summary-opts'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ntp"
# #define PACKAGE_TARNAME "ntp"
# #define PACKAGE_VERSION "4.2.8p8"
# #define PACKAGE_STRING "ntp 4.2.8p8"
# #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# #define PACKAGE_URL "http://www.ntp.org./"
# #define PACKAGE "ntp"
# #define VERSION "4.2.8p8"
# #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE___ATTRIBUTE__ /**/
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_DIRENT_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STROPTS_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIBGEN_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SETJMP_H 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_SYSEXITS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STRING_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WINT_T 1
# #define HAVE_INT8_T 1
# #define HAVE_UINT8_T 1
# #define HAVE_INT16_T 1
# #define HAVE_UINT16_T 1
# #define HAVE_INT32_T 1
# #define HAVE_UINT32_T 1
# #define HAVE_INTPTR_T 1
# #define HAVE_UINTPTR_T 1
# #define HAVE_PID_T 1
# #define HAVE_SIZE_T 1
# #define HAVE_PTRDIFF_T 1
# #define SIZEOF_CHAR_P 8
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_SHORT 2
# #define HAVE_VPRINTF 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_MMAP 1
# #define HAVE_CANONICALIZE_FILE_NAME 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STRDUP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSIGNAL 1
# #define HAVE_FCHMOD 1
# #define HAVE_FSTAT 1
# #define HAVE_CHMOD 1
# #define POSIX_SHELL "/usr/bin/bash"
# #define HAVE_STDARG_H 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_SNPRINTF 1
# #define DIR_SEP '/'
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_HISTEDIT_H 1
# #define HAVE_READLINE_HISTORY_H 1
# #define EL_INIT_ARGS 4
# #define HAVE_READLINE_HISTORY 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define STRERROR_R_CHAR_P 1
# #define HAVE_CLOCK_GETRES 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_CLOCK_SETTIME 1
# #define HAVE_STIME 1
# #define HAVE_TIMEGM 1
# #define HAVE_ERRNO_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_TIME_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_LINUX_IF_ADDR_H 1
# #define NEED_EARLY_FORK 1
# #define HAVE_ARPA_NAMESER_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_SYSCTL_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_RESOLV_H 1
# #define HAVE_NETINET_IP_H 1
# #define HAVE_RECVMSG 1
# #define HAVE_INLINE 1
# #define TIME_WITH_SYS_TIME 1
# #define SIZEOF_TIME_T 8
# #define SIZEOF_SIGNED_CHAR 1
# #define HAVE_LONG_LONG 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define NEED_S_CHAR_TYPEDEF 1
# #define DEBUG 1
# #define HAVE_SEMAPHORE_H 1
# #define HAVE_SOCKETPAIR 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_PTHREADS 10
# #define HAVE_SCHED_H 1
# #define HAVE_SCHED_YIELD 1
# #define HAVE_PTHREAD_YIELD 1
# #define HAVE_PTHREAD_KILL 1
# #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# #define HAVE_PTHREAD_DETACH 1
# #define HAVE_PTHREAD_SETCONCURRENCY 1
# #define HAVE_PTHREAD_GETCONCURRENCY 1
# #define HAVE_YIELDING_SELECT 1
# #define REENTRANT 1
# #define _REENTRANT 1
# #define THREAD_SAFE 1
# #define _THREAD_SAFE 1
# #define THREADSAFE 1
# #define _THREADSAFE 1
# #define _SGI_MP_SOURCE 1
# #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# #define HAVE_SEM_TIMEDWAIT 1
# #define SIZEOF_PTHREAD_T 8
# #define ISC_PLATFORM_USETHREADS 1
# #define HAVE_SIGWAIT 1
# #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# #define HAVE_SYSCONF 1
# #define HAVE_LINUXTHREADS 1
# #define VSNPRINTF_PERCENT_M 1
# #define HAVE_SYS_CAPABILITY_H 1
# #define HAVE_SYS_PRCTL_H 1
# #define HAVE_LINUX_CAPABILITIES 1
# #define HAVE_DROPROOT 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_NAMESER_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_RESOLV_H 1
# #define HAVE___RES_INIT 1
# #define HAVE_UINTPTR_T 1
# #define HAVE_STRUCT_TIMESPEC 1
# #define HAVE_STRUCT_NTPTIMEVAL 1
# #define HAVE_SYSCONF 1
# #define HAVE_GETDTABLESIZE 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGSET 1
# #define HAVE_SETTIMEOFDAY 1
# #define HAVE_SYSLOG_FACILITYNAMES 1
# #define HAVE_DNSREGISTRATION 1
# #define HAVE_FCNTL_H 1
# #define HAVE_FNMATCH_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MATH_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_POLL_H 1
# #define HAVE_SGTTY_H 1
# #define HAVE_STDATOMIC_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_TERMIO_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTMP_H 1
# #define HAVE_UTMPX_H 1
# #define HAVE_NET_ROUTE_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_IPC_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SCHED_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SIGNAL_H 1
# #define HAVE_SYS_SOUNDCARD_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STROPTS_H 1
# #define HAVE_SYS_STROPTS_H 1
# #define HAVE_SYS_TERMIOS_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_NTP_ADJTIME 1
# #define HAVE_NTP_GETTIME 1
# #define HAVE_ADJTIMEX 1
# #define ntp_adjtime adjtimex
# #define HAVE_NTP_ADJTIME 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_SHM_H 1
# #define HAVE_SYS_TIMEX_H 1
# #define RETSIGTYPE void
# #define DEFAULT_HZ 100
# #define HAS_ROUTING_SOCKET 1
# #define HAVE_RTNETLINK 1
# #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
# #define HAVE_DAEMON 1
# #define HAVE_FINITE 1
# #define HAVE_FNMATCH 1
# #define HAVE_GETUID 1
# #define HAVE_GETRUSAGE 1
# #define HAVE_NANOSLEEP 1
# #define HAVE_STRSIGNAL 1
# #define HAVE_MKSTEMP 1
# #define HAVE_MKTIME 1
# #define HAVE_MLOCKALL 1
# #define HAVE_NICE 1
# #define HAVE_PUTUTLINE 1
# #define HAVE_PUTUTXLINE 1
# #define HAVE_READLINK 1
# #define HAVE_SCHED_SETSCHEDULER 1
# #define HAVE_SETLINEBUF 1
# #define HAVE_SETPGID 1
# #define HAVE_SETPRIORITY 1
# #define HAVE_SETSID 1
# #define HAVE_SETVBUF 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_SETRLIMIT 1
# #define HAVE_STRCHR 1
# #define DFLT_RLIMIT_STACK 50
# #define DFLT_RLIMIT_MEMLOCK -1
# #define HAVE__EXIT 1
# #define WORKER_CHILD_EXIT exit
# #define HAVE_UMASK 1
# #define HAVE_UNAME 1
# #define HAVE_UPDWTMP 1
# #define HAVE_UPDWTMPX 1
# #define HAVE_SETPGRP_0 1
# #define DECL_H_ERRNO 1
# #define OPEN_BCAST_SOCKET 1
# #define UDP_BACKWARDS_SETOWN 1
# #define OS_NEEDS_REUSEADDR_FOR_IFADDRBIND 1
# #define DSTMINUTES 60
# #define NTP_SYSCALLS_LIBC 1
# #define KERNEL_PLL 1
# #define ONCORE_SHMEM_STATUS 1
# #define HAVE_AUDIO /**/
# #define CLOCK_ACTS 1
# #define CLOCK_ARBITER 1
# #define CLOCK_ARCRON_MSF 1
# #define CLOCK_AS2201 1
# #define CLOCK_ATOM 1
# #define CLOCK_CHRONOLOG 1
# #define CLOCK_CHU 1
# #define CLOCK_DATUM 1
# #define CLOCK_DUMBCLOCK 1
# #define CLOCK_FG 1
# #define CLOCK_HEATH 1
# #define CLOCK_HOPF_SERIAL 1
# #define CLOCK_HOPF_PCI 1
# #define CLOCK_HPGPS 1
# #define CLOCK_IRIG 1
# #define CLOCK_JJY 1
# #define CLOCK_LEITCH 1
# #define CLOCK_LOCAL 1
# #define CLOCK_NEOCLOCK4X 1
# #define CLOCK_NMEA 1
# #define HAVE_STRTOLL 1
# #define CLOCK_GPSDJSON 1
# #define CLOCK_PALISADE 1
# #define CLOCK_PCF 1
# #define CLOCK_PST 1
# #define CLOCK_SHM 1
# #define CLOCK_SPECTRACOM 1
# #define CLOCK_TRUETIME 1
# #define CLOCK_ULINK 1
# #define CLOCK_TSYNCPCI 1
# #define CLOCK_WWV 1
# #define CLOCK_ZYFER 1
# #define OPENSSL /**/
# #define HAVE_EVP_MD_DO_ALL_SORTED 1
# #define HAVE_RAND_BYTES 1
# #define HAVE_RAND_POLL 1
# #define USE_OPENSSL_CRYPTO_RAND 1
# #define AUTOKEY 1
# #define REFCLOCK 1
# #define NOKMEM 1
# #define ADJTIME_IS_ACCURATE 1
# #define K_TICK_NAME "_tick"
# #define K_TICKADJ_NAME "_tickadj"
# #define K_DOSYNCTODR_NAME "_dosynctodr"
# #define K_NOPRINTF_NAME "_noprintf"
# #define PRESET_TICK txc.tick
# #define PRESET_TICKADJ 500/hz
# #define ENABLE_BUG3020_FIX 1
# #define HAVE_NTP_SIGND 1
# #define NTP_SIGND_PATH "/var/run/ntp_signd"
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# #define WANT_IPV6 1
# #define ISC_PLATFORM_HAVEIPV6 1
# #define ISC_PLATFORM_HAVEIN6PKTINFO 1
# #define ISC_PLATFORM_HAVESCOPEID 1
# #define MCAST 1
# #define TYPEOF_IP_MULTICAST_LOOP u_int
# #define HAVE_GETIFADDRS 1
# #define HAVE_IF_NAMETOINDEX 1
# #define ISC_PLATFORM_HAVEIFNAMETOINDEX 1
# #define SAVECONFIG 1
# #define DYNAMIC_INTERLEAVE 0
# #define NTP_KEYSDIR "/usr/etc"
# #define PERLLIBDIR "/usr/share/ntp/lib"
#
# configure: exit 0

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/ntpdc/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../config.status --file=ntpdc.1+:./ntpdc.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntpdc.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/util/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../config.status --file=ntp-keygen.1+:./ntp-keygen.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntp-keygen.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/ntpd/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../config.status --file=ntp.conf.5+:./ntp.conf.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntp.conf.5+
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../config.status --file=ntp.keys.5+:./ntp.keys.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntp.keys.5+
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../config.status --file=ntpd.1+:./ntpd.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntpd.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/ntpq/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../config.status --file=ntpq.1+:./ntpq.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntpq.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntptrace/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../../config.status --file=ntptrace.1+:./ntptrace.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntptrace.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntpsweep/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../../config.status --file=ntpsweep.1+:./ntpsweep.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntpsweep.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/scripts/update-leap/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../../config.status --file=update-leap.1+:./update-leap.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating update-leap.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/scripts/ntp-wait/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../../config.status --file=ntp-wait.1+:./ntp-wait.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntp-wait.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/scripts/calc_tickadj/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../../config.status --file=calc_tickadj.1+:./calc_tickadj.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating calc_tickadj.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/sntp/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by sntp configure 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --libexecdir=/usr/lib --enable-linuxcaps --enable-ntp-signd host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= CXX=clang++ CXXFLAGS= --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = bd7f0e5ad387
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:3072: checking for a BSD-compatible install
# configure:3140: result: /usr/bin/install -c
# configure:3151: checking whether build environment is sane
# configure:3206: result: yes
# configure:3244: WARNING: 'missing' script is too old or missing
# configure:3265: checking for x86_64-unknown-linux-strip
# configure:3295: result: no
# configure:3305: checking for strip
# configure:3321: found /usr/bin/strip
# configure:3332: result: strip
# configure:3357: checking for a thread-safe mkdir -p
# configure:3396: result: /usr/bin/mkdir -p
# configure:3403: checking for gawk
# configure:3419: found /usr/bin/gawk
# configure:3430: result: gawk
# configure:3441: checking whether make sets $(MAKE)
# configure:3463: result: yes
# configure:3492: checking whether make supports nested variables
# configure:3509: result: yes
# configure:3646: checking whether make supports nested variables
# configure:3663: result: yes
# configure:3679: checking build system type
# configure:3693: result: x86_64-unknown-linux-gnu
# configure:3713: checking host system type
# configure:3726: result: x86_64-unknown-linux-gnu
# configure:3766: checking for style of include used by make
# configure:3794: result: GNU
# configure:3825: checking for x86_64-unknown-linux-gcc
# configure:3852: result: clang
# configure:4121: checking for C compiler version
# configure:4130: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4141: $? = 0
# configure:4130: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4141: $? = 0
# configure:4130: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4141: $? = 1
# configure:4130: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4141: $? = 1
# configure:4161: checking whether the C compiler works
# configure:4183: clang conftest.c >&5
# configure:4187: $? = 0
# configure:4235: result: yes
# configure:4238: checking for C compiler default output file name
# configure:4240: result: a.out
# configure:4246: checking for suffix of executables
# configure:4253: clang -o conftest conftest.c >&5
# configure:4257: $? = 0
# configure:4279: result:
# configure:4301: checking whether we are cross compiling
# configure:4309: clang -o conftest conftest.c >&5
# configure:4313: $? = 0
# configure:4320: ./conftest
# configure:4324: $? = 0
# configure:4339: result: no
# configure:4344: checking for suffix of object files
# configure:4366: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4391: result: o
# configure:4395: checking whether we are using the GNU C compiler
# configure:4414: clang -c conftest.c >&5
# configure:4414: $? = 0
# configure:4423: result: yes
# configure:4432: checking whether clang accepts -g
# configure:4452: clang -c -g conftest.c >&5
# configure:4452: $? = 0
# configure:4493: result: yes
# configure:4510: checking for clang option to accept ISO C89
# configure:4573: clang -c conftest.c >&5
# configure:4573: $? = 0
# configure:4586: result: none needed
# configure:4611: checking whether clang understands -c and -o together
# configure:4633: clang -c conftest.c -o conftest2.o
# configure:4636: $? = 0
# configure:4633: clang -c conftest.c -o conftest2.o
# configure:4636: $? = 0
# configure:4648: result: yes
# configure:4667: checking dependency style of clang
# configure:4778: result: gcc3
# configure:4799: checking how to run the C preprocessor
# configure:4830: clang -E conftest.c
# configure:4830: $? = 0
# configure:4844: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4844: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | /* end confdefs.h. */
# | #include
# configure:4869: result: clang -E
# configure:4889: clang -E conftest.c
# configure:4889: $? = 0
# configure:4903: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4903: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | /* end confdefs.h. */
# | #include
# configure:4932: checking for grep that handles long lines and -e
# configure:4990: result: /usr/bin/grep
# configure:4995: checking for egrep
# configure:5057: result: /usr/bin/grep -E
# configure:5062: checking for ANSI C header files
# configure:5082: clang -c conftest.c >&5
# configure:5082: $? = 0
# configure:5155: clang -o conftest conftest.c >&5
# configure:5155: $? = 0
# configure:5155: ./conftest
# configure:5155: $? = 0
# configure:5166: result: yes
# configure:5179: checking for sys/types.h
# configure:5179: clang -c conftest.c >&5
# configure:5179: $? = 0
# configure:5179: result: yes
# configure:5179: checking for sys/stat.h
# configure:5179: clang -c conftest.c >&5
# configure:5179: $? = 0
# configure:5179: result: yes
# configure:5179: checking for stdlib.h
# configure:5179: clang -c conftest.c >&5
# configure:5179: $? = 0
# configure:5179: result: yes
# configure:5179: checking for string.h
# configure:5179: clang -c conftest.c >&5
# configure:5179: $? = 0
# configure:5179: result: yes
# configure:5179: checking for memory.h
# configure:5179: clang -c conftest.c >&5
# configure:5179: $? = 0
# configure:5179: result: yes
# configure:5179: checking for strings.h
# configure:5179: clang -c conftest.c >&5
# configure:5179: $? = 0
# configure:5179: result: yes
# configure:5179: checking for inttypes.h
# configure:5179: clang -c conftest.c >&5
# configure:5179: $? = 0
# configure:5179: result: yes
# configure:5179: checking for stdint.h
# configure:5179: clang -c conftest.c >&5
# configure:5179: $? = 0
# configure:5179: result: yes
# configure:5179: checking for unistd.h
# configure:5179: clang -c conftest.c >&5
# configure:5179: $? = 0
# configure:5179: result: yes
# configure:5194: checking minix/config.h usability
# configure:5194: clang -c conftest.c >&5
# conftest.c:55:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:5194: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5194: result: no
# configure:5194: checking minix/config.h presence
# configure:5194: clang -E conftest.c
# conftest.c:22:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:5194: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:5194: result: no
# configure:5194: checking for minix/config.h
# configure:5194: result: no
# configure:5223: checking whether it is safe to define __EXTENSIONS__
# configure:5241: clang -c conftest.c >&5
# configure:5241: $? = 0
# configure:5248: result: yes
# configure:5263: checking for clang option to accept ISO C89
# configure:5339: result: none needed
# configure:5354: checking for clang option to accept ISO C99
# configure:5503: clang -c conftest.c >&5
# configure:5503: $? = 0
# configure:5516: result: none needed
# configure:5543: checking for x86_64-unknown-linux-gcc
# configure:5570: result: clang
# configure:5839: checking for C compiler version
# configure:5848: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5859: $? = 0
# configure:5848: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:5859: $? = 0
# configure:5848: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5859: $? = 1
# configure:5848: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5859: $? = 1
# configure:5863: checking whether we are using the GNU C compiler
# configure:5891: result: yes
# configure:5900: checking whether clang accepts -g
# configure:5961: result: yes
# configure:5978: checking for clang option to accept ISO C89
# configure:6054: result: none needed
# configure:6079: checking whether clang understands -c and -o together
# configure:6116: result: yes
# configure:6135: checking dependency style of clang
# configure:6246: result: gcc3
# configure:6265: checking whether clang needs -traditional
# configure:6299: result: no
# configure:6328: checking if clang can handle #warning
# configure:6344: clang -c conftest.c >&5
# conftest.c:31:2: warning: foo [-W#warnings]
# #warning foo
# ^
# 1 warning generated.
# configure:6344: $? = 0
# configure:6353: result: yes
# configure:6362: checking if clang supports __attribute__((...))
# configure:6379: clang -c conftest.c >&5
# configure:6379: $? = 0
# configure:6388: result: yes
# configure:6402: checking if clang can handle -Wstrict-overflow
# configure:6418: clang -c -Wstrict-overflow conftest.c >&5
# configure:6418: $? = 0
# configure:6427: result: yes
# configure:6434: checking if clang can handle -Winit-self
# configure:6451: clang -c -Winit-self conftest.c >&5
# configure:6451: $? = 0
# configure:6461: result: yes
# configure:6469: checking if linker supports omitting unused code and data
# configure:6513: clang -o conftest -Wl,--gc-sections conftest.c >&5
# configure:6513: $? = 0
# configure:6533: result: yes
# configure:6568: checking additional compiler flags
# configure:6666: result: none needed
# configure:6670: checking additional linker flags
# configure:6698: result: none needed
# configure:6704: checking whether byte ordering is bigendian
# configure:6719: clang -c conftest.c >&5
# conftest.c:29:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:29:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:6719: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:6764: clang -c conftest.c >&5
# configure:6764: $? = 0
# configure:6782: clang -c conftest.c >&5
# conftest.c:35:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:6782: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:6910: result: no
# configure:6928: checking for working volatile
# configure:6947: clang -c conftest.c >&5
# configure:6947: $? = 0
# configure:6954: result: yes
# configure:6967: checking how to run the C preprocessor
# configure:7037: result: clang -E
# configure:7057: clang -E conftest.c
# configure:7057: $? = 0
# configure:7071: clang -E conftest.c
# conftest.c:28:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7071: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | /* end confdefs.h. */
# | #include
# configure:7104: checking for install dir and man conventions
# configure:7133: result: in file loc/legacy
# configure:7258: checking for x86_64-unknown-linux-ar
# configure:7288: result: no
# configure:7258: checking for x86_64-unknown-linux-lib
# configure:7288: result: no
# configure:7258: checking for x86_64-unknown-linux-link
# configure:7288: result: no
# configure:7302: checking for ar
# configure:7318: found /usr/bin/ar
# configure:7329: result: ar
# configure:7355: checking the archiver (ar) interface
# configure:7371: clang -c conftest.c >&5
# configure:7371: $? = 0
# configure:7373: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:7376: $? = 0
# configure:7404: result: ar
# configure:7439: checking for a sed that does not truncate output
# configure:7503: result: /usr/bin/sed
# configure:7521: checking for fgrep
# configure:7583: result: /usr/bin/grep -F
# configure:7610: checking how to print strings
# configure:7637: result: printf
# configure:7658: checking for pid_t
# configure:7658: clang -c conftest.c >&5
# configure:7658: $? = 0
# configure:7658: clang -c conftest.c >&5
# conftest.c:64:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:7658: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7658: result: yes
# configure:7669: checking for size_t
# configure:7669: clang -c conftest.c >&5
# configure:7669: $? = 0
# configure:7669: clang -c conftest.c >&5
# conftest.c:64:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:7669: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7669: result: yes
# configure:7703: checking for stdarg.h
# configure:7703: clang -c conftest.c >&5
# configure:7703: $? = 0
# configure:7703: result: yes
# configure:7720: checking for unsigned long long int
# configure:7768: result: yes
# configure:7777: checking for vsnprintf
# configure:7777: clang -o conftest conftest.c >&5
# conftest.c:53:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:53:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:7777: $? = 0
# configure:7777: result: yes
# configure:7785: checking whether vsnprintf is C99 compliant
# configure:7820: clang -o conftest conftest.c >&5
# configure:7820: $? = 0
# configure:7820: ./conftest
# configure:7820: $? = 0
# configure:7830: result: yes
# configure:7838: checking if C99-snprintf replacement vsnprintf will be used
# configure:7845: result: no
# configure:8254: checking for snprintf
# configure:8254: clang -o conftest conftest.c >&5
# conftest.c:54:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:54:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:8254: $? = 0
# configure:8254: result: yes
# configure:8262: checking whether snprintf is C99 compliant
# configure:8285: clang -o conftest conftest.c >&5
# configure:8285: $? = 0
# configure:8285: ./conftest
# configure:8285: $? = 0
# configure:8295: result: yes
# configure:8303: checking if C99-snprintf replacement snprintf will be used
# configure:8310: result: no
# configure:8443: checking for ld used by clang
# configure:8510: result: /usr/bin/ld
# configure:8517: checking if the linker (/usr/bin/ld) is GNU ld
# configure:8532: result: yes
# configure:8546: checking for directory path separator
# configure:8566: result: '/'
# configure:8585: checking line editing libraries
# configure:8587: result: edit,editline
# configure:8605: checking for readline() with -ledit
# configure:8625: clang -o conftest conftest.c -ledit >&5
# configure:8625: $? = 0
# configure:8637: result: yes
# configure:8715: checking readline.h usability
# configure:8715: clang -c conftest.c >&5
# conftest.c:66:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:8715: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:8715: result: no
# configure:8715: checking readline.h presence
# configure:8715: clang -E conftest.c
# conftest.c:33:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:8715: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | /* end confdefs.h. */
# | #include
# configure:8715: result: no
# configure:8715: checking for readline.h
# configure:8715: result: no
# configure:8715: checking readline/readline.h usability
# configure:8715: clang -c conftest.c >&5
# configure:8715: $? = 0
# configure:8715: result: yes
# configure:8715: checking readline/readline.h presence
# configure:8715: clang -E conftest.c
# configure:8715: $? = 0
# configure:8715: result: yes
# configure:8715: checking for readline/readline.h
# configure:8715: result: yes
# configure:8715: checking histedit.h usability
# configure:8715: clang -c conftest.c >&5
# configure:8715: $? = 0
# configure:8715: result: yes
# configure:8715: checking histedit.h presence
# configure:8715: clang -E conftest.c
# configure:8715: $? = 0
# configure:8715: result: yes
# configure:8715: checking for histedit.h
# configure:8715: result: yes
# configure:8728: checking history.h usability
# configure:8728: clang -c conftest.c >&5
# conftest.c:68:10: fatal error: 'history.h' file not found
# #include
# ^
# 1 error generated.
# configure:8728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:8728: result: no
# configure:8728: checking history.h presence
# configure:8728: clang -E conftest.c
# conftest.c:35:10: fatal error: 'history.h' file not found
# #include
# ^
# 1 error generated.
# configure:8728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | /* end confdefs.h. */
# | #include
# configure:8728: result: no
# configure:8728: checking for history.h
# configure:8728: result: no
# configure:8728: checking readline/history.h usability
# configure:8728: clang -c conftest.c >&5
# configure:8728: $? = 0
# configure:8728: result: yes
# configure:8728: checking readline/history.h presence
# configure:8728: clang -E conftest.c
# configure:8728: $? = 0
# configure:8728: result: yes
# configure:8728: checking for readline/history.h
# configure:8728: result: yes
# configure:8741: checking number of arguments to el_init()
# configure:8763: clang -c conftest.c >&5
# configure:8763: $? = 0
# configure:8772: result: 4
# configure:8781: checking whether readline supports history
# configure:8805: clang -o conftest conftest.c -ledit >&5
# configure:8805: $? = 0
# configure:8812: result: yes
# configure:8834: checking for library containing cos
# configure:8865: clang -o conftest conftest.c >&5
# conftest.c:45:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:45:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-7dc95f.o: In function `main':
# conftest.c:(.text+0x16): undefined reference to `cos'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8865: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char cos ();
# | int
# | main ()
# | {
# | return cos ();
# | ;
# | return 0;
# | }
# configure:8865: clang -o conftest conftest.c -lm >&5
# conftest.c:45:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:45:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:8865: $? = 0
# configure:8882: result: -lm
# configure:8899: checking vfork.h usability
# configure:8899: clang -c conftest.c >&5
# conftest.c:71:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:8899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:8899: result: no
# configure:8899: checking vfork.h presence
# configure:8899: clang -E conftest.c
# conftest.c:38:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:8899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | /* end confdefs.h. */
# | #include
# configure:8899: result: no
# configure:8899: checking for vfork.h
# configure:8899: result: no
# configure:8912: checking for fork
# configure:8912: clang -o conftest conftest.c >&5
# configure:8912: $? = 0
# configure:8912: result: yes
# configure:8912: checking for vfork
# configure:8912: clang -o conftest conftest.c >&5
# conftest.c:62:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:62:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:8912: $? = 0
# configure:8912: result: yes
# configure:8922: checking for working fork
# configure:8944: clang -o conftest conftest.c >&5
# configure:8944: $? = 0
# configure:8944: ./conftest
# configure:8944: $? = 0
# configure:8954: result: yes
# configure:8975: checking for working vfork
# configure:9085: result: yes
# configure:9112: checking for working alloca.h
# configure:9129: clang -o conftest conftest.c >&5
# configure:9129: $? = 0
# configure:9137: result: yes
# configure:9145: checking for alloca
# configure:9182: clang -o conftest conftest.c >&5
# configure:9182: $? = 0
# configure:9190: result: yes
# configure:9296: checking whether strerror_r is declared
# configure:9296: clang -c conftest.c >&5
# configure:9296: $? = 0
# configure:9296: result: yes
# configure:9309: checking for strerror_r
# configure:9309: clang -o conftest conftest.c >&5
# configure:9309: $? = 0
# configure:9309: result: yes
# configure:9318: checking whether strerror_r returns char *
# configure:9342: clang -c conftest.c >&5
# configure:9342: $? = 0
# configure:9380: result: yes
# configure:9430: checking for library containing clock_gettime
# configure:9461: clang -o conftest conftest.c >&5
# configure:9461: $? = 0
# configure:9478: result: none required
# configure:9494: checking for clock_getres
# configure:9494: clang -o conftest conftest.c >&5
# configure:9494: $? = 0
# configure:9494: result: yes
# configure:9494: checking for clock_gettime
# configure:9494: clang -o conftest conftest.c >&5
# configure:9494: $? = 0
# configure:9494: result: yes
# configure:9494: checking for clock_settime
# configure:9494: clang -o conftest conftest.c >&5
# configure:9494: $? = 0
# configure:9494: result: yes
# configure:9509: checking for getclock
# configure:9509: clang -o conftest conftest.c >&5
# /tmp/conftest-e7733c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getclock'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9509: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | /* end confdefs.h. */
# | /* Define getclock to an innocuous variant, in case declares getclock.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getclock innocuous_getclock
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getclock (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getclock
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getclock ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getclock || defined __stub___getclock
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getclock ();
# | ;
# | return 0;
# | }
# configure:9509: result: no
# configure:9509: checking for stime
# configure:9509: clang -o conftest conftest.c >&5
# configure:9509: $? = 0
# configure:9509: result: yes
# configure:9509: checking for timegm
# configure:9509: clang -o conftest conftest.c >&5
# configure:9509: $? = 0
# configure:9509: result: yes
# configure:9509: checking for strlcpy
# configure:9509: clang -o conftest conftest.c >&5
# conftest.c:75:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:75:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-f9855b.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9509: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:9509: result: no
# configure:9509: checking for strlcat
# configure:9509: clang -o conftest conftest.c >&5
# conftest.c:75:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:75:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-12fd41.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9509: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:9509: result: no
# configure:9522: checking for library containing snprintb
# configure:9553: clang -o conftest conftest.c >&5
# /tmp/conftest-ace57f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `snprintb'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9553: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char snprintb ();
# | int
# | main ()
# | {
# | return snprintb ();
# | ;
# | return 0;
# | }
# configure:9553: clang -o conftest conftest.c -lutil >&5
# /tmp/conftest-bd1e27.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `snprintb'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9553: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char snprintb ();
# | int
# | main ()
# | {
# | return snprintb ();
# | ;
# | return 0;
# | }
# configure:9570: result: no
# configure:9590: checking errno.h usability
# configure:9590: clang -c conftest.c >&5
# configure:9590: $? = 0
# configure:9590: result: yes
# configure:9590: checking errno.h presence
# configure:9590: clang -E conftest.c
# configure:9590: $? = 0
# configure:9590: result: yes
# configure:9590: checking for errno.h
# configure:9590: result: yes
# configure:9590: checking sys/socket.h usability
# configure:9590: clang -c conftest.c >&5
# configure:9590: $? = 0
# configure:9590: result: yes
# configure:9590: checking sys/socket.h presence
# configure:9590: clang -E conftest.c
# configure:9590: $? = 0
# configure:9590: result: yes
# configure:9590: checking for sys/socket.h
# configure:9590: result: yes
# configure:9590: checking for sys/types.h
# configure:9590: result: yes
# configure:9590: checking time.h usability
# configure:9590: clang -c conftest.c >&5
# configure:9590: $? = 0
# configure:9590: result: yes
# configure:9590: checking time.h presence
# configure:9590: clang -E conftest.c
# configure:9590: $? = 0
# configure:9590: result: yes
# configure:9590: checking for time.h
# configure:9590: result: yes
# configure:9602: checking for net/if.h
# configure:9602: clang -c conftest.c >&5
# configure:9602: $? = 0
# configure:9602: result: yes
# configure:9683: checking for linux/if_addr.h
# configure:9683: clang -c conftest.c >&5
# configure:9683: $? = 0
# configure:9683: result: yes
# configure:9706: checking arpa/nameser.h usability
# configure:9706: clang -c conftest.c >&5
# configure:9706: $? = 0
# configure:9706: result: yes
# configure:9706: checking arpa/nameser.h presence
# configure:9706: clang -E conftest.c
# configure:9706: $? = 0
# configure:9706: result: yes
# configure:9706: checking for arpa/nameser.h
# configure:9706: result: yes
# configure:9706: checking sys/param.h usability
# configure:9706: clang -c conftest.c >&5
# configure:9706: $? = 0
# configure:9706: result: yes
# configure:9706: checking sys/param.h presence
# configure:9706: clang -E conftest.c
# configure:9706: $? = 0
# configure:9706: result: yes
# configure:9706: checking for sys/param.h
# configure:9706: result: yes
# configure:9706: checking sys/time.h usability
# configure:9706: clang -c conftest.c >&5
# configure:9706: $? = 0
# configure:9706: result: yes
# configure:9706: checking sys/time.h presence
# configure:9706: clang -E conftest.c
# configure:9706: $? = 0
# configure:9706: result: yes
# configure:9706: checking for sys/time.h
# configure:9706: result: yes
# configure:9706: checking sys/timers.h usability
# configure:9706: clang -c conftest.c >&5
# conftest.c:95:10: fatal error: 'sys/timers.h' file not found
# #include
# ^
# 1 error generated.
# configure:9706: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9706: result: no
# configure:9706: checking sys/timers.h presence
# configure:9706: clang -E conftest.c
# conftest.c:62:10: fatal error: 'sys/timers.h' file not found
# #include
# ^
# 1 error generated.
# configure:9706: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:9706: result: no
# configure:9706: checking for sys/timers.h
# configure:9706: result: no
# configure:9719: checking for sys/sysctl.h
# configure:9719: clang -c conftest.c >&5
# configure:9719: $? = 0
# configure:9719: result: yes
# configure:9737: checking netinet/in_system.h usability
# configure:9737: clang -c conftest.c >&5
# conftest.c:96:10: fatal error: 'netinet/in_system.h' file not found
# #include
# ^
# 1 error generated.
# configure:9737: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9737: result: no
# configure:9737: checking netinet/in_system.h presence
# configure:9737: clang -E conftest.c
# conftest.c:63:10: fatal error: 'netinet/in_system.h' file not found
# #include
# ^
# 1 error generated.
# configure:9737: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:9737: result: no
# configure:9737: checking for netinet/in_system.h
# configure:9737: result: no
# configure:9737: checking netinet/in_systm.h usability
# configure:9737: clang -c conftest.c >&5
# configure:9737: $? = 0
# configure:9737: result: yes
# configure:9737: checking netinet/in_systm.h presence
# configure:9737: clang -E conftest.c
# configure:9737: $? = 0
# configure:9737: result: yes
# configure:9737: checking for netinet/in_systm.h
# configure:9737: result: yes
# configure:9737: checking netinet/in.h usability
# configure:9737: clang -c conftest.c >&5
# configure:9737: $? = 0
# configure:9737: result: yes
# configure:9737: checking netinet/in.h presence
# configure:9737: clang -E conftest.c
# configure:9737: $? = 0
# configure:9737: result: yes
# configure:9737: checking for netinet/in.h
# configure:9737: result: yes
# configure:9750: checking for resolv.h
# configure:9750: clang -c conftest.c >&5
# configure:9750: $? = 0
# configure:9750: result: yes
# configure:9774: checking for net/if_var.h
# configure:9774: clang -c conftest.c >&5
# conftest.c:81:10: fatal error: 'net/if_var.h' file not found
# #include
# ^
# 1 error generated.
# configure:9774: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | /* end confdefs.h. */
# |
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | # include
# | #endif
# | #ifdef HAVE_NET_IF_H
# | # include
# | #endif
# |
# |
# | #include
# configure:9774: result: no
# configure:9802: checking for netinet/ip.h
# configure:9802: clang -c conftest.c >&5
# configure:9802: $? = 0
# configure:9802: result: yes
# configure:9802: checking for netinet/in_var.h
# configure:9802: clang -c conftest.c >&5
# conftest.c:88:10: fatal error: 'netinet/in_var.h' file not found
# #include
# ^
# 1 error generated.
# configure:9802: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #ifdef HAVE_NET_IF_H
# | # include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | # include
# | #endif
# | #ifdef HAVE_NET_IF_VAR_H
# | # include
# | #endif
# | #ifdef HAVE_NETINET_IN_SYSTM_H
# | # include
# | #endif
# |
# |
# | #include
# configure:9802: result: no
# configure:9834: checking for library containing inet_pton
# configure:9865: clang -o conftest conftest.c >&5
# configure:9865: $? = 0
# configure:9882: result: none required
# configure:9895: checking for library containing inet_ntop
# configure:9926: clang -o conftest conftest.c >&5
# configure:9926: $? = 0
# configure:9943: result: none required
# configure:9964: checking for library containing setsockopt
# configure:9995: clang -o conftest conftest.c >&5
# configure:9995: $? = 0
# configure:10012: result: none required
# configure:10107: checking for recvmsg
# configure:10107: clang -o conftest conftest.c >&5
# configure:10107: $? = 0
# configure:10107: result: yes
# configure:10117: checking for inline
# configure:10133: clang -c conftest.c >&5
# configure:10133: $? = 0
# configure:10141: result: inline
# configure:10170: checking whether time.h and sys/time.h may both be included
# configure:10190: clang -c conftest.c >&5
# configure:10190: $? = 0
# configure:10197: result: yes
# configure:10209: checking size of time_t
# configure:10214: clang -o conftest conftest.c >&5
# configure:10214: $? = 0
# configure:10214: ./conftest
# configure:10214: $? = 0
# configure:10228: result: 8
# configure:10238: checking whether char is unsigned
# configure:10257: clang -c conftest.c >&5
# configure:10257: $? = 0
# configure:10264: result: no
# configure:10274: checking size of signed char
# configure:10279: clang -o conftest conftest.c >&5
# configure:10279: $? = 0
# configure:10279: ./conftest
# configure:10279: $? = 0
# configure:10293: result: 1
# configure:10303: checking for s_char
# configure:10303: clang -c conftest.c >&5
# conftest.c:108:13: error: use of undeclared identifier 's_char'
# if (sizeof (s_char))
# ^
# 1 error generated.
# configure:10303: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (s_char))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10303: result: no
# configure:10312: checking for long long
# configure:10312: clang -c conftest.c >&5
# configure:10312: $? = 0
# configure:10312: clang -c conftest.c >&5
# conftest.c:108:24: error: expected expression
# if (sizeof ((long long)))
# ^
# 1 error generated.
# configure:10312: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10312: result: yes
# configure:10326: checking size of short
# configure:10331: clang -o conftest conftest.c >&5
# configure:10331: $? = 0
# configure:10331: ./conftest
# configure:10331: $? = 0
# configure:10345: result: 2
# configure:10359: checking size of int
# configure:10364: clang -o conftest conftest.c >&5
# configure:10364: $? = 0
# configure:10364: ./conftest
# configure:10364: $? = 0
# configure:10378: result: 4
# configure:10392: checking size of long
# configure:10397: clang -o conftest conftest.c >&5
# configure:10397: $? = 0
# configure:10397: ./conftest
# configure:10397: $? = 0
# configure:10411: result: 8
# configure:10430: checking size of long long
# configure:10435: clang -o conftest conftest.c >&5
# configure:10435: $? = 0
# configure:10435: ./conftest
# configure:10435: $? = 0
# configure:10449: result: 8
# configure:10490: checking for uid_t in sys/types.h
# configure:10509: result: yes
# configure:10525: checking if we're including debugging code
# configure:10541: result: yes
# configure:10549: checking semaphore.h usability
# configure:10549: clang -c conftest.c >&5
# configure:10549: $? = 0
# configure:10549: result: yes
# configure:10549: checking semaphore.h presence
# configure:10549: clang -E conftest.c
# configure:10549: $? = 0
# configure:10549: result: yes
# configure:10549: checking for semaphore.h
# configure:10549: result: yes
# configure:10561: checking for socketpair
# configure:10561: clang -o conftest conftest.c >&5
# configure:10561: $? = 0
# configure:10561: result: yes
# configure:10720: checking for _beginthread
# configure:10720: clang -o conftest conftest.c >&5
# /tmp/conftest-674fc8.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_beginthread'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10720: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | /* end confdefs.h. */
# | /* Define _beginthread to an innocuous variant, in case declares _beginthread.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _beginthread innocuous__beginthread
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _beginthread (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _beginthread
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _beginthread ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__beginthread || defined __stub____beginthread
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _beginthread ();
# | ;
# | return 0;
# | }
# configure:10720: result: no
# configure:10757: checking pthread.h usability
# configure:10757: clang -c conftest.c >&5
# configure:10757: $? = 0
# configure:10757: result: yes
# configure:10757: checking pthread.h presence
# configure:10757: clang -E conftest.c
# configure:10757: $? = 0
# configure:10757: result: yes
# configure:10757: checking for pthread.h
# configure:10757: result: yes
# configure:10769: checking POSIX thread version
# configure:10790: clang -c conftest.c >&5
# configure:10790: $? = 0
# configure:10858: result: 10
# configure:10876: checking for LinuxThreads pthread.h
# configure:10895: result: no
# configure:10904: checking for GNU Pth pthread.h
# configure:10927: result: no
# configure:10934: checking sched.h usability
# configure:10934: clang -c conftest.c >&5
# configure:10934: $? = 0
# configure:10934: result: yes
# configure:10934: checking sched.h presence
# configure:10934: clang -E conftest.c
# configure:10934: $? = 0
# configure:10934: result: yes
# configure:10934: checking for sched.h
# configure:10934: result: yes
# configure:10947: checking for pthread_create in default libraries
# configure:11108: clang -o conftest conftest.c >&5
# conftest.c:98:9: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
# return (void *) (p == NULL);
# ^
# 1 warning generated.
# /tmp/conftest-c95c44.o: In function `main':
# conftest.c:(.text+0x7c): undefined reference to `pthread_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11108: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | /* end confdefs.h. */
# |
# |
# | /* pthread test headers */
# | #include
# | #if HAVE_PTHREADS < 7
# | #include
# | #endif
# | #ifndef NULL
# | #define NULL (void*)0
# | #endif
# |
# | static void *task(p)
# | void *p;
# | {
# | return (void *) (p == NULL);
# | }
# |
# |
# | int main(argc, argv)
# | int argc;
# | char **argv;
# | {
# |
# | /* pthread test function */
# | #ifndef PTHREAD_CREATE_DETACHED
# | #define PTHREAD_CREATE_DETACHED 1
# | #endif
# | pthread_t t;
# | int status;
# | int detach = PTHREAD_CREATE_DETACHED;
# |
# | #if HAVE_PTHREADS > 4
# | /* Final pthreads */
# | pthread_attr_t attr;
# |
# | status = pthread_attr_init(&attr);
# | if( status ) return status;
# |
# | #if HAVE_PTHREADS < 7
# | status = pthread_attr_setdetachstate(&attr, &detach);
# | if( status < 0 ) status = errno;
# | #else
# | status = pthread_attr_setdetachstate(&attr, detach);
# | #endif
# | if( status ) return status;
# | status = pthread_create( &t, &attr, task, NULL );
# | #if HAVE_PTHREADS < 7
# | if( status < 0 ) status = errno;
# | #endif
# | if( status ) return status;
# | #else
# | /* Draft 4 pthreads */
# | status = pthread_create( &t, pthread_attr_default, task, NULL );
# | if( status ) return errno;
# |
# | /* give thread a chance to complete */
# | /* it should remain joinable and hence detachable */
# | sleep( 1 );
# |
# | status = pthread_detach( &t );
# | if( status ) return errno;
# | #endif
# |
# | #ifdef HAVE_LINUX_THREADS
# | pthread_kill_other_threads_np();
# | #endif
# |
# | return 0;
# |
# | }
# |
# configure:11118: result: no
# configure:11129: checking for pthread link with -kthread
# configure:11294: clang -o conftest conftest.c -kthread >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:11294: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | /* end confdefs.h. */
# |
# |
# | /* pthread test headers */
# | #include
# | #if HAVE_PTHREADS < 7
# | #include
# | #endif
# | #ifndef NULL
# | #define NULL (void*)0
# | #endif
# |
# | static void *task(p)
# | void *p;
# | {
# | return (void *) (p == NULL);
# | }
# |
# |
# | int main(argc, argv)
# | int argc;
# | char **argv;
# | {
# |
# | /* pthread test function */
# | #ifndef PTHREAD_CREATE_DETACHED
# | #define PTHREAD_CREATE_DETACHED 1
# | #endif
# | pthread_t t;
# | int status;
# | int detach = PTHREAD_CREATE_DETACHED;
# |
# | #if HAVE_PTHREADS > 4
# | /* Final pthreads */
# | pthread_attr_t attr;
# |
# | status = pthread_attr_init(&attr);
# | if( status ) return status;
# |
# | #if HAVE_PTHREADS < 7
# | status = pthread_attr_setdetachstate(&attr, &detach);
# | if( status < 0 ) status = errno;
# | #else
# | status = pthread_attr_setdetachstate(&attr, detach);
# | #endif
# | if( status ) return status;
# | status = pthread_create( &t, &attr, task, NULL );
# | #if HAVE_PTHREADS < 7
# | if( status < 0 ) status = errno;
# | #endif
# | if( status ) return status;
# | #else
# | /* Draft 4 pthreads */
# | status = pthread_create( &t, pthread_attr_default, task, NULL );
# | if( status ) return errno;
# |
# | /* give thread a chance to complete */
# | /* it should remain joinable and hence detachable */
# | sleep( 1 );
# |
# | status = pthread_detach( &t );
# | if( status ) return errno;
# | #endif
# |
# | #ifdef HAVE_LINUX_THREADS
# | pthread_kill_other_threads_np();
# | #endif
# |
# | return 0;
# |
# | }
# |
# configure:11308: result: no
# configure:11320: checking for pthread link with -pthread
# configure:11485: clang -o conftest conftest.c -pthread >&5
# conftest.c:98:9: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
# return (void *) (p == NULL);
# ^
# 1 warning generated.
# configure:11485: $? = 0
# configure:11485: ./conftest
# configure:11485: $? = 0
# configure:11499: result: yes
# configure:13998: ol_link_threads: ol_link_pthreads <-pthread>
# configure:14011: checking for sched_yield
# configure:14011: clang -o conftest conftest.c -pthread >&5
# configure:14011: $? = 0
# configure:14011: result: yes
# configure:14011: checking for pthread_yield
# configure:14011: clang -o conftest conftest.c -pthread >&5
# configure:14011: $? = 0
# configure:14011: result: yes
# configure:14011: checking for thr_yield
# configure:14011: clang -o conftest conftest.c -pthread >&5
# /tmp/conftest-e334dd.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `thr_yield'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14011: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | /* end confdefs.h. */
# | /* Define thr_yield to an innocuous variant, in case declares thr_yield.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define thr_yield innocuous_thr_yield
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char thr_yield (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef thr_yield
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char thr_yield ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_thr_yield || defined __stub___thr_yield
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return thr_yield ();
# | ;
# | return 0;
# | }
# configure:14011: result: no
# configure:14080: checking for pthread_kill
# configure:14080: clang -o conftest conftest.c -pthread >&5
# configure:14080: $? = 0
# configure:14080: result: yes
# configure:14090: checking for pthread_rwlock_destroy with
# configure:14110: clang -o conftest conftest.c -pthread >&5
# configure:14110: $? = 0
# configure:14119: result: yes
# configure:14127: checking for pthread_detach with
# configure:14149: clang -o conftest conftest.c -pthread >&5
# conftest.c:97:16: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'pthread_t' (aka 'unsigned long') [-Wint-conversion]
# pthread_detach(NULL);
# ^~~~
# /usr/bin/../lib/clang/3.8.0/include/stddef.h:105:16: note: expanded from macro 'NULL'
# # define NULL ((void*)0)
# ^~~~~~~~~~
# /usr/include/pthread.h:271:38: note: passing argument to parameter '__th' here
# extern int pthread_detach (pthread_t __th) __THROW;
# ^
# 1 warning generated.
# configure:14149: $? = 0
# configure:14158: result: yes
# configure:14177: checking for pthread_setconcurrency
# configure:14177: clang -o conftest conftest.c -pthread >&5
# configure:14177: $? = 0
# configure:14177: result: yes
# configure:14177: checking for pthread_getconcurrency
# configure:14177: clang -o conftest conftest.c -pthread >&5
# configure:14177: $? = 0
# configure:14177: result: yes
# configure:14177: checking for thr_setconcurrency
# configure:14177: clang -o conftest conftest.c -pthread >&5
# /tmp/conftest-152a17.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `thr_setconcurrency'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14177: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | /* end confdefs.h. */
# | /* Define thr_setconcurrency to an innocuous variant, in case declares thr_setconcurrency.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define thr_setconcurrency innocuous_thr_setconcurrency
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char thr_setconcurrency (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef thr_setconcurrency
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char thr_setconcurrency ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_thr_setconcurrency || defined __stub___thr_setconcurrency
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return thr_setconcurrency ();
# | ;
# | return 0;
# | }
# configure:14177: result: no
# configure:14177: checking for thr_getconcurrency
# configure:14177: clang -o conftest conftest.c -pthread >&5
# /tmp/conftest-32290a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `thr_getconcurrency'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14177: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | /* end confdefs.h. */
# | /* Define thr_getconcurrency to an innocuous variant, in case declares thr_getconcurrency.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define thr_getconcurrency innocuous_thr_getconcurrency
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char thr_getconcurrency (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef thr_getconcurrency
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char thr_getconcurrency ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_thr_getconcurrency || defined __stub___thr_getconcurrency
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return thr_getconcurrency ();
# | ;
# | return 0;
# | }
# configure:14177: result: no
# configure:14190: checking for pthread_kill_other_threads_np
# configure:14190: clang -o conftest conftest.c -pthread >&5
# /tmp/conftest-ad308a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pthread_kill_other_threads_np'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14190: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | /* end confdefs.h. */
# | /* Define pthread_kill_other_threads_np to an innocuous variant, in case declares pthread_kill_other_threads_np.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pthread_kill_other_threads_np innocuous_pthread_kill_other_threads_np
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pthread_kill_other_threads_np (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pthread_kill_other_threads_np
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pthread_kill_other_threads_np ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pthread_kill_other_threads_np || defined __stub___pthread_kill_other_threads_np
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pthread_kill_other_threads_np ();
# | ;
# | return 0;
# | }
# configure:14190: result: no
# configure:14199: checking for LinuxThreads implementation
# configure:14206: result: no
# configure:14212: checking for LinuxThreads consistency
# configure:14229: result: no
# configure:14237: checking if pthread_create() works
# configure:14320: clang -o conftest conftest.c -pthread >&5
# conftest.c:105:9: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
# return (void *) (p == NULL);
# ^
# 1 warning generated.
# configure:14320: $? = 0
# configure:14320: ./conftest
# configure:14320: $? = 0
# configure:14330: result: yes
# configure:14346: checking if select yields when using pthreads
# configure:14432: clang -o conftest conftest.c -pthread >&5
# conftest.c:120:3: warning: implicit declaration of function 'perror' is invalid in C99 [-Wimplicit-function-declaration]
# perror("select");
# ^
# conftest.c:121:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(10);
# ^
# conftest.c:121:3: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:14432: $? = 0
# configure:14432: ./conftest
# configure:14432: $? = 2
# configure: program exited with status 2
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | #include
# | #ifndef NULL
# | #define NULL (void*) 0
# | #endif
# |
# | static int fildes[2];
# |
# | static void *task(p)
# | void *p;
# | {
# | int i;
# | struct timeval tv;
# |
# | fd_set rfds;
# |
# | tv.tv_sec=10;
# | tv.tv_usec=0;
# |
# | FD_ZERO(&rfds);
# | FD_SET(fildes[0], &rfds);
# |
# | /* we're not interested in any fds */
# | i = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
# |
# | if(i < 0) {
# | perror("select");
# | exit(10);
# | }
# |
# | exit(0); /* if we exit here, the select blocked the whole process */
# | }
# |
# | int main(argc, argv)
# | int argc;
# | char **argv;
# | {
# | pthread_t t;
# |
# | /* create a pipe to select */
# | if(pipe(&fildes[0])) {
# | perror("select");
# | exit(1);
# | }
# |
# | #ifdef HAVE_PTHREAD_SETCONCURRENCY
# | (void) pthread_setconcurrency(2);
# | #else
# | #ifdef HAVE_THR_SETCONCURRENCY
# | /* Set Solaris LWP concurrency to 2 */
# | thr_setconcurrency(2);
# | #endif
# | #endif
# |
# | #if HAVE_PTHREADS < 6
# | pthread_create(&t, pthread_attr_default, task, NULL);
# | #else
# | pthread_create(&t, NULL, task, NULL);
# | #endif
# |
# | /* make sure task runs first */
# | #ifdef HAVE_THR_YIELD
# | thr_yield();
# | #elif defined( HAVE_SCHED_YIELD )
# | sched_yield();
# | #elif defined( HAVE_PTHREAD_YIELD )
# | pthread_yield();
# | #endif
# |
# | exit(2);
# | }
# configure:14442: result: yes
# configure:14931: checking for thread specific errno
# configure:14948: clang -o conftest conftest.c >&5
# configure:14948: $? = 0
# configure:14957: result: yes
# configure:14960: checking for thread specific h_errno
# configure:14977: clang -o conftest conftest.c >&5
# configure:14977: $? = 0
# configure:14986: result: yes
# configure:15053: checking for sem_timedwait
# configure:15053: clang -o conftest conftest.c -pthread >&5
# configure:15053: $? = 0
# configure:15053: result: yes
# configure:15085: checking size of pthread_t
# configure:15090: clang -o conftest conftest.c -pthread >&5
# configure:15090: $? = 0
# configure:15090: ./conftest
# configure:15090: $? = 0
# configure:15109: result: 8
# configure:15126: checking for sigwait
# configure:15126: clang -o conftest conftest.c -pthread >&5
# configure:15126: $? = 0
# configure:15126: result: yes
# configure:15314: checking for pthread_attr_getstacksize
# configure:15314: clang -o conftest conftest.c -pthread >&5
# configure:15314: $? = 0
# configure:15314: result: yes
# configure:15326: checking for pthread_attr_setstacksize
# configure:15326: clang -o conftest conftest.c -pthread >&5
# configure:15326: $? = 0
# configure:15326: result: yes
# configure:15326: checking for sysconf
# configure:15326: clang -o conftest conftest.c -pthread >&5
# configure:15326: $? = 0
# configure:15326: result: yes
# configure:15461: checking if vsnprintf expands "%m" to strerror(errno)
# configure:15521: clang -o conftest conftest.c >&5
# configure:15521: $? = 0
# configure:15521: ./conftest
# configure:15521: $? = 0
# configure:15532: result: yes
# configure:15544: checking sys/clockctl.h usability
# configure:15544: clang -c conftest.c >&5
# conftest.c:142:10: fatal error: 'sys/clockctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:15544: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:15544: result: no
# configure:15544: checking sys/clockctl.h presence
# configure:15544: clang -E conftest.c
# conftest.c:109:10: fatal error: 'sys/clockctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:15544: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | /* end confdefs.h. */
# | #include
# configure:15544: result: no
# configure:15544: checking for sys/clockctl.h
# configure:15544: result: no
# configure:15564: checking if we should use /dev/clockctl
# configure:15566: result: no
# configure:15573: checking sys/capability.h usability
# configure:15573: clang -c conftest.c >&5
# configure:15573: $? = 0
# configure:15573: result: yes
# configure:15573: checking sys/capability.h presence
# configure:15573: clang -E conftest.c
# configure:15573: $? = 0
# configure:15573: result: yes
# configure:15573: checking for sys/capability.h
# configure:15573: result: yes
# configure:15573: checking sys/prctl.h usability
# configure:15573: clang -c conftest.c >&5
# configure:15573: $? = 0
# configure:15573: result: yes
# configure:15573: checking sys/prctl.h presence
# configure:15573: clang -E conftest.c
# configure:15573: $? = 0
# configure:15573: result: yes
# configure:15573: checking for sys/prctl.h
# configure:15573: result: yes
# configure:15584: checking if we have linux capabilities (libcap)
# configure:15609: result: yes
# configure:15624: checking priv.h usability
# configure:15624: clang -c conftest.c >&5
# conftest.c:145:10: fatal error: 'priv.h' file not found
# #include
# ^
# 1 error generated.
# configure:15624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:15624: result: no
# configure:15624: checking priv.h presence
# configure:15624: clang -E conftest.c
# conftest.c:112:10: fatal error: 'priv.h' file not found
# #include
# ^
# 1 error generated.
# configure:15624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | /* end confdefs.h. */
# | #include
# configure:15624: result: no
# configure:15624: checking for priv.h
# configure:15624: result: no
# configure:15635: checking if we have solaris privileges
# configure:15669: result:
# configure:15738: checking for library containing res_init
# configure:15769: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-ae762d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15769: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_init ();
# | int
# | main ()
# | {
# | return res_init ();
# | ;
# | return 0;
# | }
# configure:15769: clang -o conftest conftest.c -lresolv -lcap >&5
# /tmp/conftest-b5f6c1.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15769: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_init ();
# | int
# | main ()
# | {
# | return res_init ();
# | ;
# | return 0;
# | }
# configure:15786: result: no
# configure:15799: checking for sys/types.h
# configure:15799: result: yes
# configure:15799: checking for netinet/in.h
# configure:15799: result: yes
# configure:15799: checking for arpa/nameser.h
# configure:15799: result: yes
# configure:15799: checking for netdb.h
# configure:15799: clang -c conftest.c >&5
# configure:15799: $? = 0
# configure:15799: result: yes
# configure:15799: checking for resolv.h
# configure:15799: result: yes
# configure:15825: checking for res_init
# configure:15825: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-4ef8d6.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15825: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | /* end confdefs.h. */
# | /* Define res_init to an innocuous variant, in case declares res_init.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define res_init innocuous_res_init
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char res_init (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef res_init
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_init ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_res_init || defined __stub___res_init
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return res_init ();
# | ;
# | return 0;
# | }
# configure:15825: result: no
# configure:15834: checking for __res_init
# configure:15834: clang -o conftest conftest.c -lcap >&5
# configure:15834: $? = 0
# configure:15834: result: yes
# configure:15848: checking for inet_ntop
# configure:15848: clang -o conftest conftest.c -lcap >&5
# configure:15848: $? = 0
# configure:15848: result: yes
# configure:15857: checking for inet_pton
# configure:15857: clang -o conftest conftest.c -lcap >&5
# configure:15857: $? = 0
# configure:15857: result: yes
# configure:15867: checking for uintptr_t
# configure:15867: clang -c conftest.c >&5
# configure:15867: $? = 0
# configure:15867: clang -c conftest.c >&5
# conftest.c:155:24: error: expected expression
# if (sizeof ((uintptr_t)))
# ^
# 1 error generated.
# configure:15867: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uintptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15867: result: yes
# configure:15876: checking for int32
# configure:15876: clang -c conftest.c >&5
# conftest.c:156:13: error: use of undeclared identifier 'int32'
# if (sizeof (int32))
# ^
# 1 error generated.
# configure:15876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (int32))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15876: result: no
# configure:15885: checking for u_int32
# configure:15885: clang -c conftest.c >&5
# conftest.c:156:13: error: use of undeclared identifier 'u_int32'
# if (sizeof (u_int32))
# ^
# 1 error generated.
# configure:15885: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (u_int32))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15885: result: no
# configure:15900: checking for int32 with DNS headers included
# configure:15924: clang -c conftest.c >&5
# conftest.c:130:26: error: use of undeclared identifier 'int32'
# size_t cb = sizeof(int32);
# ^
# 1 error generated.
# configure:15924: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_ARPA_NAMESER_H
# | # include
# | #endif
# | #include
# |
# | int
# | main ()
# | {
# |
# | size_t cb = sizeof(int32);
# |
# |
# | ;
# | return 0;
# | }
# configure:15933: result: no
# configure:15945: checking for u_int32 with DNS headers included
# configure:15969: clang -c conftest.c >&5
# conftest.c:130:26: error: use of undeclared identifier 'u_int32'
# size_t cb = sizeof(u_int32);
# ^
# 1 error generated.
# configure:15969: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_ARPA_NAMESER_H
# | # include
# | #endif
# | #include
# |
# | int
# | main ()
# | {
# |
# | size_t cb = sizeof(u_int32);
# |
# |
# | ;
# | return 0;
# | }
# configure:15978: result: no
# configure:15990: checking for sys/timepps.h
# configure:15990: clang -c conftest.c >&5
# conftest.c:130:10: fatal error: 'sys/timepps.h' file not found
# #include
# ^
# 1 error generated.
# configure:15990: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TIME_H
# | # include
# | #endif
# | #ifdef HAVE_ERRNO_H
# | # include
# | #endif
# |
# |
# |
# | #include
# configure:15990: result: no
# configure:16010: checking for struct timespec
# configure:16040: clang -c conftest.c >&5
# configure:16040: $? = 0
# configure:16049: result: yes
# configure:16058: checking for struct ntptimeval
# configure:16080: clang -c conftest.c >&5
# configure:16080: $? = 0
# configure:16089: result: yes
# configure:16100: checking for md5.h
# configure:16100: clang -c conftest.c >&5
# conftest.c:129:10: fatal error: 'md5.h' file not found
# #include
# ^
# 1 error generated.
# configure:16100: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# |
# |
# |
# | #include
# configure:16100: result: no
# configure:16117: checking for library containing MD5Init
# configure:16148: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-48e714.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `MD5Init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16148: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD5Init ();
# | int
# | main ()
# | {
# | return MD5Init ();
# | ;
# | return 0;
# | }
# configure:16148: clang -o conftest conftest.c -lmd5 -lcap >&5
# /usr/bin/ld: cannot find -lmd5
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16148: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD5Init ();
# | int
# | main ()
# | {
# | return MD5Init ();
# | ;
# | return 0;
# | }
# configure:16148: clang -o conftest conftest.c -lmd -lcap >&5
# /usr/bin/ld: cannot find -lmd
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16148: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD5Init ();
# | int
# | main ()
# | {
# | return MD5Init ();
# | ;
# | return 0;
# | }
# configure:16165: result: no
# configure:16176: checking for MD5Init
# configure:16176: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-4c349a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `MD5Init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16176: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | /* end confdefs.h. */
# | /* Define MD5Init to an innocuous variant, in case declares MD5Init.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define MD5Init innocuous_MD5Init
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char MD5Init (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef MD5Init
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD5Init ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_MD5Init || defined __stub___MD5Init
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return MD5Init ();
# | ;
# | return 0;
# | }
# configure:16176: result: no
# configure:16176: checking for sysconf
# configure:16176: result: yes
# configure:16176: checking for getdtablesize
# configure:16176: clang -o conftest conftest.c -lcap >&5
# configure:16176: $? = 0
# configure:16176: result: yes
# configure:16176: checking for sigaction
# configure:16176: clang -o conftest conftest.c -lcap >&5
# configure:16176: $? = 0
# configure:16176: result: yes
# configure:16176: checking for sigset
# configure:16176: clang -o conftest conftest.c -lcap >&5
# configure:16176: $? = 0
# configure:16176: result: yes
# configure:16176: checking for sigvec
# configure:16176: clang -o conftest conftest.c -lcap >&5
# /tmp/conftest-c1eb87.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `sigvec'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16176: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | /* end confdefs.h. */
# | /* Define sigvec to an innocuous variant, in case declares sigvec.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sigvec innocuous_sigvec
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sigvec (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sigvec
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sigvec ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_sigvec || defined __stub___sigvec
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sigvec ();
# | ;
# | return 0;
# | }
# configure:16176: result: no
# configure:16186: checking for SIGIO
# configure:16201: clang -E conftest.c
# configure:16201: $? = 0
# configure:16210: result: yes
# configure:16213: checking if we want to use SIGIO
# configure:16268: result: no
# configure:16271: checking for SIGPOLL
# configure:16286: clang -E conftest.c
# configure:16286: $? = 0
# configure:16295: result: yes
# configure:16298: checking if we can use SIGPOLL for UDP I/O
# configure:16361: result: no
# configure:16364: checking if we can use SIGPOLL for TTY I/O
# configure:16424: result: no
# configure:16427: checking number of arguments to gettimeofday()
# configure:16449: clang -c conftest.c >&5
# conftest.c:133:20: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# gettimeofday(0, 0);
# ~ ^
# 1 warning generated.
# configure:16449: $? = 0
# configure:16458: result: 2
# configure:16469: checking for settimeofday
# configure:16469: clang -o conftest conftest.c -lcap >&5
# configure:16469: $? = 0
# configure:16469: result: yes
# configure:16485: checking if we'll use clock_settime or settimeofday or stime
# configure:16508: result: clock_settime()
# configure:16599: checking for BSD- or MS-compatible name lister (nm)
# configure:16648: result: /usr/bin/nm -B
# configure:16778: checking the name lister (/usr/bin/nm -B) interface
# configure:16785: clang -c conftest.c >&5
# configure:16788: /usr/bin/nm -B "conftest.o"
# configure:16791: output
# 0000000000000000 B some_variable
# configure:16798: result: BSD nm
# configure:16801: checking whether ln -s works
# configure:16805: result: yes
# configure:16813: checking the maximum length of command line arguments
# configure:16938: result: 1572864
# configure:16955: checking whether the shell understands some XSI constructs
# configure:16965: result: yes
# configure:16969: checking whether the shell understands "+="
# configure:16975: result: yes
# configure:17010: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:17050: result: func_convert_file_noop
# configure:17057: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:17077: result: func_convert_file_noop
# configure:17084: checking for /usr/bin/ld option to reload object files
# configure:17091: result: -r
# configure:17125: checking for x86_64-unknown-linux-objdump
# configure:17155: result: no
# configure:17165: checking for objdump
# configure:17181: found /usr/bin/objdump
# configure:17192: result: objdump
# configure:17224: checking how to recognize dependent libraries
# configure:17426: result: pass_all
# configure:17471: checking for x86_64-unknown-linux-dlltool
# configure:17501: result: no
# configure:17511: checking for dlltool
# configure:17541: result: no
# configure:17571: checking how to associate runtime and link libraries
# configure:17598: result: printf %s\n
# configure:17614: checking for x86_64-unknown-linux-ar
# configure:17641: result: ar
# configure:17722: checking for archiver @FILE support
# configure:17739: clang -c conftest.c >&5
# configure:17739: $? = 0
# configure:17742: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:17745: $? = 0
# configure:17750: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:17753: $? = 1
# configure:17765: result: @
# configure:17783: checking for x86_64-unknown-linux-strip
# configure:17810: result: strip
# configure:17882: checking for x86_64-unknown-linux-ranlib
# configure:17912: result: no
# configure:17922: checking for ranlib
# configure:17938: found /usr/bin/ranlib
# configure:17949: result: ranlib
# configure:18051: checking command to parse /usr/bin/nm -B output from clang object
# configure:18170: clang -c conftest.c >&5
# configure:18173: $? = 0
# configure:18177: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:18180: $? = 0
# configure:18246: clang -o conftest conftest.c conftstm.o >&5
# configure:18249: $? = 0
# configure:18287: result: ok
# configure:18324: checking for sysroot
# configure:18354: result: no
# configure:18431: clang -c conftest.c >&5
# configure:18434: $? = 0
# configure:18557: checking for x86_64-unknown-linux-mt
# configure:18587: result: no
# configure:18597: checking for mt
# configure:18627: result: no
# configure:18647: checking if : is a manifest tool
# configure:18653: : '-?'
# configure:18661: result: no
# configure:19290: checking for dlfcn.h
# configure:19290: clang -c conftest.c >&5
# configure:19290: $? = 0
# configure:19290: result: yes
# configure:19447: checking for objdir
# configure:19462: result: .libs
# configure:19733: checking if clang supports -fno-rtti -fno-exceptions
# configure:19751: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:19755: $? = 0
# configure:19768: result: yes
# configure:20078: checking for clang option to produce PIC
# configure:20085: result: -fPIC -DPIC
# configure:20093: checking if clang PIC flag -fPIC -DPIC works
# configure:20111: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:20115: $? = 0
# configure:20128: result: yes
# configure:20157: checking if clang static flag -static works
# configure:20185: result: yes
# configure:20200: checking if clang supports -c -o file.o
# configure:20221: clang -c -o out/conftest2.o conftest.c >&5
# configure:20225: $? = 0
# configure:20247: result: yes
# configure:20255: checking if clang supports -c -o file.o
# configure:20302: result: yes
# configure:20335: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:21493: result: yes
# configure:21738: checking dynamic linker characteristics
# configure:22252: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:22252: $? = 0
# configure:22474: result: GNU/Linux ld.so
# configure:22581: checking how to hardcode library paths into programs
# configure:22606: result: immediate
# configure:23146: checking whether stripping libraries is possible
# configure:23151: result: yes
# configure:23186: checking if libtool supports shared libraries
# configure:23188: result: yes
# configure:23191: checking whether to build shared libraries
# configure:23212: result: no
# configure:23215: checking whether to build static libraries
# configure:23219: result: yes
# configure:23258: checking if sntp will be built
# configure:23286: result: yes
# configure:23320: checking for dirent.h that defines DIR
# configure:23339: clang -c conftest.c >&5
# configure:23339: $? = 0
# configure:23347: result: yes
# configure:23360: checking for library containing opendir
# configure:23391: clang -o conftest conftest.c >&5
# configure:23391: $? = 0
# configure:23408: result: none required
# configure:23488: checking sys/mman.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking sys/mman.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for sys/mman.h
# configure:23488: result: yes
# configure:23488: checking for sys/param.h
# configure:23488: result: yes
# configure:23488: checking sys/poll.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking sys/poll.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for sys/poll.h
# configure:23488: result: yes
# configure:23488: checking sys/procset.h usability
# configure:23488: clang -c conftest.c >&5
# conftest.c:166:10: fatal error: 'sys/procset.h' file not found
# #include
# ^
# 1 error generated.
# configure:23488: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:23488: result: no
# configure:23488: checking sys/procset.h presence
# configure:23488: clang -E conftest.c
# conftest.c:133:10: fatal error: 'sys/procset.h' file not found
# #include
# ^
# 1 error generated.
# configure:23488: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:23488: result: no
# configure:23488: checking for sys/procset.h
# configure:23488: result: no
# configure:23488: checking sys/select.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking sys/select.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for sys/select.h
# configure:23488: result: yes
# configure:23488: checking for sys/socket.h
# configure:23488: result: yes
# configure:23488: checking sys/stropts.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking sys/stropts.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for sys/stropts.h
# configure:23488: result: yes
# configure:23488: checking for sys/time.h
# configure:23488: result: yes
# configure:23488: checking sys/un.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking sys/un.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for sys/un.h
# configure:23488: result: yes
# configure:23488: checking sys/wait.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking sys/wait.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for sys/wait.h
# configure:23488: result: yes
# configure:23488: checking for dlfcn.h
# configure:23488: result: yes
# configure:23488: checking for errno.h
# configure:23488: result: yes
# configure:23488: checking fcntl.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking fcntl.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for fcntl.h
# configure:23488: result: yes
# configure:23488: checking libgen.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking libgen.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for libgen.h
# configure:23488: result: yes
# configure:23488: checking libintl.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking libintl.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for libintl.h
# configure:23488: result: yes
# configure:23488: checking for memory.h
# configure:23488: result: yes
# configure:23488: checking for netinet/in.h
# configure:23488: result: yes
# configure:23488: checking setjmp.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking setjmp.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for setjmp.h
# configure:23488: result: yes
# configure:23488: checking stdbool.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking stdbool.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for stdbool.h
# configure:23488: result: yes
# configure:23488: checking sysexits.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking sysexits.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for sysexits.h
# configure:23488: result: yes
# configure:23488: checking for unistd.h
# configure:23488: result: yes
# configure:23488: checking utime.h usability
# configure:23488: clang -c conftest.c >&5
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking utime.h presence
# configure:23488: clang -E conftest.c
# configure:23488: $? = 0
# configure:23488: result: yes
# configure:23488: checking for utime.h
# configure:23488: result: yes
# configure:23502: checking for stdarg.h
# configure:23502: result: yes
# configure:23518: checking for string.h
# configure:23518: result: yes
# configure:23534: checking limits.h usability
# configure:23534: clang -c conftest.c >&5
# configure:23534: $? = 0
# configure:23534: result: yes
# configure:23534: checking limits.h presence
# configure:23534: clang -E conftest.c
# configure:23534: $? = 0
# configure:23534: result: yes
# configure:23534: checking for limits.h
# configure:23534: result: yes
# configure:23550: checking for inttypes.h
# configure:23550: result: yes
# configure:23563: checking for working stdnoreturn.h
# configure:23592: clang -c conftest.c >&5
# conftest.c:167:13: warning: control may reach end of non-void function [-Wreturn-type]
# }
# ^
# 1 warning generated.
# configure:23592: $? = 0
# configure:23599: result: yes
# configure:23626: checking for runetype.h
# configure:23626: clang -c conftest.c >&5
# conftest.c:194:10: fatal error: 'runetype.h' file not found
# #include
# ^
# 1 error generated.
# configure:23626: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #if HAVE_RUNETYPE_H
# | # include
# | #endif
# |
# |
# | #include
# configure:23626: result: no
# configure:23626: checking for wchar.h
# configure:23626: clang -c conftest.c >&5
# configure:23626: $? = 0
# configure:23626: result: yes
# configure:23683: checking for wchar_t
# configure:23683: clang -c conftest.c >&5
# configure:23683: $? = 0
# configure:23683: clang -c conftest.c >&5
# conftest.c:192:22: error: expected expression
# if (sizeof ((wchar_t)))
# ^
# 1 error generated.
# configure:23683: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((wchar_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23683: result: yes
# configure:23693: checking for wint_t
# configure:23693: clang -c conftest.c >&5
# configure:23693: $? = 0
# configure:23693: clang -c conftest.c >&5
# conftest.c:202:21: error: expected expression
# if (sizeof ((wint_t)))
# ^
# 1 error generated.
# configure:23693: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #if HAVE_RUNETYPE_H
# | # include
# | #endif
# | #if HAVE_WCHAR_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((wint_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23693: result: yes
# configure:23712: checking for int8_t
# configure:23712: clang -c conftest.c >&5
# configure:23712: $? = 0
# configure:23712: clang -c conftest.c >&5
# conftest.c:194:21: error: expected expression
# if (sizeof ((int8_t)))
# ^
# 1 error generated.
# configure:23712: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23712: result: yes
# configure:23721: checking for uint8_t
# configure:23721: clang -c conftest.c >&5
# configure:23721: $? = 0
# configure:23721: clang -c conftest.c >&5
# conftest.c:195:22: error: expected expression
# if (sizeof ((uint8_t)))
# ^
# 1 error generated.
# configure:23721: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23721: result: yes
# configure:23730: checking for int16_t
# configure:23730: clang -c conftest.c >&5
# configure:23730: $? = 0
# configure:23730: clang -c conftest.c >&5
# conftest.c:196:22: error: expected expression
# if (sizeof ((int16_t)))
# ^
# 1 error generated.
# configure:23730: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23730: result: yes
# configure:23739: checking for uint16_t
# configure:23739: clang -c conftest.c >&5
# configure:23739: $? = 0
# configure:23739: clang -c conftest.c >&5
# conftest.c:197:23: error: expected expression
# if (sizeof ((uint16_t)))
# ^
# 1 error generated.
# configure:23739: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23739: result: yes
# configure:23748: checking for int32_t
# configure:23748: clang -c conftest.c >&5
# configure:23748: $? = 0
# configure:23748: clang -c conftest.c >&5
# conftest.c:198:22: error: expected expression
# if (sizeof ((int32_t)))
# ^
# 1 error generated.
# configure:23748: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23748: result: yes
# configure:23757: checking for uint32_t
# configure:23757: clang -c conftest.c >&5
# configure:23757: $? = 0
# configure:23757: clang -c conftest.c >&5
# conftest.c:199:23: error: expected expression
# if (sizeof ((uint32_t)))
# ^
# 1 error generated.
# configure:23757: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23757: result: yes
# configure:23766: checking for intptr_t
# configure:23766: clang -c conftest.c >&5
# configure:23766: $? = 0
# configure:23766: clang -c conftest.c >&5
# conftest.c:200:23: error: expected expression
# if (sizeof ((intptr_t)))
# ^
# 1 error generated.
# configure:23766: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((intptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23766: result: yes
# configure:23775: checking for uintptr_t
# configure:23775: result: yes
# configure:23784: checking for uint_t
# configure:23784: clang -c conftest.c >&5
# conftest.c:202:13: error: use of undeclared identifier 'uint_t'
# if (sizeof (uint_t))
# ^
# 1 error generated.
# configure:23784: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (uint_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23784: result: no
# configure:23793: checking for pid_t
# configure:23793: result: yes
# configure:23802: checking for size_t
# configure:23802: result: yes
# configure:23811: checking for ptrdiff_t
# configure:23811: clang -c conftest.c >&5
# configure:23811: $? = 0
# configure:23811: clang -c conftest.c >&5
# conftest.c:204:24: error: expected expression
# if (sizeof ((ptrdiff_t)))
# ^
# 1 error generated.
# configure:23811: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:23811: result: yes
# configure:23825: checking size of char *
# configure:23830: clang -o conftest conftest.c >&5
# configure:23830: $? = 0
# configure:23830: ./conftest
# configure:23830: $? = 0
# configure:23844: result: 8
# configure:23858: checking size of int
# configure:23877: result: 4
# configure:23891: checking size of long
# configure:23910: result: 8
# configure:23924: checking size of short
# configure:23943: result: 2
# configure:23957: checking for pathfind in -lgen
# configure:23982: clang -o conftest conftest.c -lgen >&5
# /usr/bin/ld: cannot find -lgen
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:23982: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pathfind ();
# | int
# | main ()
# | {
# | return pathfind ();
# | ;
# | return 0;
# | }
# configure:23991: result: no
# configure:24002: checking for gettext in -lintl
# configure:24027: clang -o conftest conftest.c -lintl >&5
# /usr/bin/ld: cannot find -lintl
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:24027: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gettext ();
# | int
# | main ()
# | {
# | return gettext ();
# | ;
# | return 0;
# | }
# configure:24036: result: no
# configure:24049: checking for vprintf
# configure:24049: clang -o conftest conftest.c >&5
# conftest.c:196:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:196:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:24049: $? = 0
# configure:24049: result: yes
# configure:24055: checking for _doprnt
# configure:24055: clang -o conftest conftest.c >&5
# /tmp/conftest-3b4a41.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:24055: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:24055: result: no
# configure:24068: checking for vfork.h
# configure:24068: result: no
# configure:24081: checking for fork
# configure:24081: result: yes
# configure:24081: checking for vfork
# configure:24081: result: yes
# configure:24091: checking for working fork
# configure:24123: result: yes
# configure:24144: checking for working vfork
# configure:24254: result: yes
# configure:24283: checking for mmap
# configure:24283: clang -o conftest conftest.c >&5
# configure:24283: $? = 0
# configure:24283: result: yes
# configure:24283: checking for canonicalize_file_name
# configure:24283: clang -o conftest conftest.c >&5
# configure:24283: $? = 0
# configure:24283: result: yes
# configure:24283: checking for snprintf
# configure:24283: result: yes
# configure:24283: checking for strdup
# configure:24283: clang -o conftest conftest.c >&5
# conftest.c:204:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:204:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:24283: $? = 0
# configure:24283: result: yes
# configure:24283: checking for strchr
# configure:24283: clang -o conftest conftest.c >&5
# conftest.c:205:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:205:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:24283: $? = 0
# configure:24283: result: yes
# configure:24283: checking for strrchr
# configure:24283: clang -o conftest conftest.c >&5
# conftest.c:206:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:206:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:24283: $? = 0
# configure:24283: result: yes
# configure:24283: checking for strsignal
# configure:24283: clang -o conftest conftest.c >&5
# configure:24283: $? = 0
# configure:24283: result: yes
# configure:24283: checking for fchmod
# configure:24283: clang -o conftest conftest.c >&5
# configure:24283: $? = 0
# configure:24283: result: yes
# configure:24283: checking for fstat
# configure:24283: clang -o conftest conftest.c >&5
# configure:24283: $? = 0
# configure:24283: result: yes
# configure:24283: checking for chmod
# configure:24283: clang -o conftest conftest.c >&5
# configure:24283: $? = 0
# configure:24283: result: yes
# configure:24292: checking for a sed that does not truncate output
# configure:24356: result: /usr/bin/sed
# configure:24394: Using supplied libopts tearoff
# configure:24505: checking whether a reg expr header is specified
# configure:24512: result: no
# configure:24538: checking whether with-libregex was specified
# configure:24545: result: no
# configure:24564: checking whether with-libregex-cflags was specified
# configure:24571: result: no
# configure:24582: checking whether with-libregex-libs was specified
# configure:24589: result: no
# configure:24624: checking whether libregex functions properly
# configure:24656: clang -o conftest conftest.c >&5
# configure:24656: $? = 0
# configure:24656: ./conftest
# configure:24656: $? = 0
# configure:24669: result: yes
# configure:24689: checking whether pathfind(3) works
# configure:24708: clang -o conftest conftest.c >&5
# conftest.c:194:16: warning: implicit declaration of function 'pathfind' is invalid in C99 [-Wimplicit-function-declaration]
# char * pz = pathfind( getenv( "PATH" ), "sh", "x" );
# ^
# conftest.c:194:11: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
# char * pz = pathfind( getenv( "PATH" ), "sh", "x" );
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2 warnings generated.
# /tmp/conftest-44726d.o: In function `main':
# conftest.c:(.text+0x42): undefined reference to `pathfind'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:24708: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define REGEX_HEADER
# | #define WITH_LIBREGEX 1
# | /* end confdefs.h. */
# | #include
# | #include
# | int main (int argc, char ** argv) {
# | char * pz = pathfind( getenv( "PATH" ), "sh", "x" );
# | return (pz == 0) ? 1 : 0;
# | }
# configure:24720: result: no
# configure:24733: checking whether /dev/zero is readable device
# configure:24749: result: crw-rw-rw- 1 root root 1, 5 Apr 13 17:30 /dev/zero
# configure:24762: checking whether we have a functional realpath(3C)
# configure:24786: clang -o conftest conftest.c >&5
# configure:24786: $? = 0
# configure:24786: ./conftest
# configure:24786: $? = 0
# configure:24798: result: yes
# configure:24811: checking whether strftime() works
# configure:24841: clang -o conftest conftest.c >&5
# configure:24841: $? = 0
# configure:24841: ./conftest
# configure:24841: $? = 0
# configure:24853: result: yes
# configure:24866: checking whether fopen accepts "b" mode
# configure:24883: clang -o conftest conftest.c >&5
# configure:24883: $? = 0
# configure:24883: ./conftest
# configure:24883: $? = 0
# configure:24895: result: yes
# configure:24912: checking whether fopen accepts "t" mode
# configure:24929: clang -o conftest conftest.c >&5
# configure:24929: $? = 0
# configure:24929: ./conftest
# configure:24929: $? = 0
# configure:24941: result: yes
# configure:24962: checking whether not wanting optional option args
# configure:24969: result: yes
# configure:25004: checking for x86_64-unknown-linux-pkg-config
# configure:25037: result: no
# configure:25047: checking for pkg-config
# configure:25065: found /usr/bin/pkg-config
# configure:25077: result: /usr/bin/pkg-config
# configure:25104: checking if pkg-config is at least version 0.15.0
# configure:25107: result: yes
# configure:25150: checking if libevent 2 or later is installed
# configure:25155: Using the installed libevent
# configure:25184: result: yes
# configure:25259: checking for library containing openlog
# configure:25290: clang -o conftest conftest.c >&5
# configure:25290: $? = 0
# configure:25307: result: none required
# configure:25325: checking for netdb.h
# configure:25325: result: yes
# configure:25325: checking for string.h
# configure:25325: result: yes
# configure:25325: checking for strings.h
# configure:25325: result: yes
# configure:25325: checking syslog.h usability
# configure:25325: clang -c conftest.c >&5
# configure:25325: $? = 0
# configure:25325: result: yes
# configure:25325: checking syslog.h presence
# configure:25325: clang -E conftest.c
# configure:25325: $? = 0
# configure:25325: result: yes
# configure:25325: checking for syslog.h
# configure:25325: result: yes
# configure:25339: checking for sysexits.h
# configure:25339: result: yes
# configure:25360: checking for facilitynames in syslog.h
# configure:25381: clang -c conftest.c >&5
# configure:25381: $? = 0
# configure:25388: result: yes
# configure:25408: checking for stdbool.h that conforms to C99
# configure:25482: result: yes
# configure:25484: checking for _Bool
# configure:25484: clang -c conftest.c >&5
# configure:25484: $? = 0
# configure:25484: clang -c conftest.c >&5
# conftest.c:238:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:25484: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define REGEX_HEADER
# | #define WITH_LIBREGEX 1
# | #define HAVE_DEV_ZERO 1
# | #define HAVE_REALPATH 1
# | #define HAVE_STRFTIME 1
# | #define FOPEN_BINARY_FLAG "b"
# | #define FOPEN_TEXT_FLAG "t"
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:25484: result: yes
# configure:25544: checking pkg-config for openssl
# configure:25555: result: yes
# configure:25705: checking if we will use crypto
# configure:25707: result: yes
# configure:25847: clang -c -Werror conftest.c >&5
# configure:25847: $? = 0
# configure:25884: clang -c -Werror -Wstrict-prototypes conftest.c >&5
# configure:25884: $? = 0
# configure:25913: checking for EVP_MD_do_all_sorted
# configure:25913: clang -o conftest conftest.c -lssl -lcrypto >&5
# configure:25913: $? = 0
# configure:25913: result: yes
# configure:25935: checking for struct sockaddr_storage
# configure:25964: clang -c conftest.c >&5
# configure:25964: $? = 0
# configure:25973: result: yes
# configure:25980: checking for sockaddr_storage.__ss_family
# configure:26010: clang -c conftest.c >&5
# conftest.c:223:9: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
# s.__ss_family = 1;
# ^~~~~~~~~~~
# ss_family
# /usr/include/bits/socket.h:168:5: note: 'ss_family' declared here
# __SOCKADDR_COMMON (ss_); /* Address family, etc. */
# ^
# /usr/include/bits/sockaddr.h:35:15: note: expanded from macro '__SOCKADDR_COMMON'
# sa_family_t sa_prefix##family
# ^
# :23:1: note: expanded from here
# ss_family
# ^
# 1 error generated.
# configure:26010: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define REGEX_HEADER
# | #define WITH_LIBREGEX 1
# | #define HAVE_DEV_ZERO 1
# | #define HAVE_REALPATH 1
# | #define HAVE_STRFTIME 1
# | #define FOPEN_BINARY_FLAG "b"
# | #define FOPEN_TEXT_FLAG "t"
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | # include
# | #endif
# | #ifdef HAVE_NETINET_IN_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | struct sockaddr_storage s;
# | s.__ss_family = 1;
# |
# |
# | ;
# | return 0;
# | }
# configure:26019: result: no
# configure:26034: checking for in_port_t
# configure:26057: clang -c conftest.c >&5
# configure:26057: $? = 0
# configure:26066: result: yes
# configure:26075: checking type of socklen arg for getsockname()
# configure:26107: clang -c conftest.c >&5
# conftest.c:220:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# getsockname(int, struct sockaddr *,
# ^
# 1 warning generated.
# configure:26107: $? = 0
# configure:26122: result: socklen_t
# configure:26130: checking struct sockaddr for sa_len
# configure:26153: clang -c conftest.c >&5
# conftest.c:217:14: error: no member named 'sa_len' in 'struct sockaddr'
# return ps->sa_len;
# ~~ ^
# 1 error generated.
# configure:26153: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define REGEX_HEADER
# | #define WITH_LIBREGEX 1
# | #define HAVE_DEV_ZERO 1
# | #define HAVE_REALPATH 1
# | #define HAVE_STRFTIME 1
# | #define FOPEN_BINARY_FLAG "b"
# | #define FOPEN_TEXT_FLAG "t"
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | extern struct sockaddr *ps;
# | return ps->sa_len;
# |
# |
# | ;
# | return 0;
# | }
# configure:26162: result: no
# configure:26202: checking for IPv6 structures
# configure:26225: clang -c conftest.c >&5
# configure:26225: $? = 0
# configure:26234: result: yes
# configure:26241: checking for Kame IPv6 support
# configure:26264: result: no
# configure:26324: checking for in6_pktinfo
# configure:26349: clang -c conftest.c >&5
# configure:26349: $? = 0
# configure:26358: result: yes
# configure:26369: checking for sockaddr_in6.sin6_scope_id
# configure:26395: clang -c conftest.c >&5
# configure:26395: $? = 0
# configure:26404: result: yes
# configure:26418: checking for in6addr_any
# configure:26445: clang -o conftest conftest.c -Wl,--gc-sections -lcap >&5
# configure:26445: $? = 0
# configure:26458: result: yes
# configure:26469: checking for struct if_laddrconf
# configure:26491: clang -c conftest.c >&5
# conftest.c:214:12: fatal error: 'net/if6.h' file not found
# #include
# ^
# 1 error generated.
# configure:26491: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define REGEX_HEADER
# | #define WITH_LIBREGEX 1
# | #define HAVE_DEV_ZERO 1
# | #define HAVE_REALPATH 1
# | #define HAVE_STRFTIME 1
# | #define FOPEN_BINARY_FLAG "b"
# | #define FOPEN_TEXT_FLAG "t"
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# | #define WANT_IPV6 1
# | #define ISC_PLATFORM_HAVEIPV6 1
# | #define ISC_PLATFORM_HAVEIN6PKTINFO 1
# | #define ISC_PLATFORM_HAVESCOPEID 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | struct if_laddrconf a;
# |
# |
# | ;
# | return 0;
# | }
# configure:26500: result: no
# configure:26510: checking for struct if_laddrreq
# configure:26532: clang -c conftest.c >&5
# conftest.c:214:12: fatal error: 'net/if6.h' file not found
# #include
# ^
# 1 error generated.
# configure:26532: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define REGEX_HEADER
# | #define WITH_LIBREGEX 1
# | #define HAVE_DEV_ZERO 1
# | #define HAVE_REALPATH 1
# | #define HAVE_STRFTIME 1
# | #define FOPEN_BINARY_FLAG "b"
# | #define FOPEN_TEXT_FLAG "t"
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# | #define WANT_IPV6 1
# | #define ISC_PLATFORM_HAVEIPV6 1
# | #define ISC_PLATFORM_HAVEIN6PKTINFO 1
# | #define ISC_PLATFORM_HAVESCOPEID 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | struct if_laddrreq a;
# |
# |
# | ;
# | return 0;
# | }
# configure:26541: result: no
# configure:26551: checking for multicast IP support
# configure:26581: clang -c conftest.c >&5
# configure:26581: $? = 0
# configure:26590: result: yes
# configure:26597: checking arg type needed for setsockopt() IP*_MULTICAST_LOOP
# configure:26614: result: u_int
# configure:26645: checking for getifaddrs
# configure:26645: clang -o conftest conftest.c -Wl,--gc-sections -lcap >&5
# configure:26645: $? = 0
# configure:26645: result: yes
# configure:26725: checking for if_nametoindex
# configure:26725: clang -o conftest conftest.c -Wl,--gc-sections -lcap >&5
# configure:26725: $? = 0
# configure:26725: result: yes
# configure:26759: checking for socket
# configure:26759: clang -o conftest conftest.c >&5
# configure:26759: $? = 0
# configure:26759: result: yes
# configure:26774: checking for ruby
# configure:26792: found /usr/bin/ruby
# configure:26804: result: /usr/bin/ruby
# configure:26943: checking for C++ compiler version
# configure:26952: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:26963: $? = 0
# configure:26952: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:26963: $? = 0
# configure:26952: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:26963: $? = 1
# configure:26952: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:26963: $? = 1
# configure:26967: checking whether we are using the GNU C++ compiler
# configure:26986: clang++ -c conftest.cpp >&5
# configure:26986: $? = 0
# configure:26995: result: yes
# configure:27004: checking whether clang++ accepts -g
# configure:27024: clang++ -c -g conftest.cpp >&5
# configure:27024: $? = 0
# configure:27065: result: yes
# configure:27090: checking dependency style of clang++
# configure:27201: result: gcc3
# configure:27234: checking how to run the C++ preprocessor
# configure:27261: clang++ -E conftest.cpp
# configure:27261: $? = 0
# configure:27275: clang++ -E conftest.cpp
# conftest.cpp:220:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:27275: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define REGEX_HEADER
# | #define WITH_LIBREGEX 1
# | #define HAVE_DEV_ZERO 1
# | #define HAVE_REALPATH 1
# | #define HAVE_STRFTIME 1
# | #define FOPEN_BINARY_FLAG "b"
# | #define FOPEN_TEXT_FLAG "t"
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# | #define WANT_IPV6 1
# | #define ISC_PLATFORM_HAVEIPV6 1
# | #define ISC_PLATFORM_HAVEIN6PKTINFO 1
# | #define ISC_PLATFORM_HAVESCOPEID 1
# | #define MCAST 1
# | #define TYPEOF_IP_MULTICAST_LOOP u_int
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define ISC_PLATFORM_HAVEIFNAMETOINDEX 1
# | #define HAVE_NO_NICE 1
# | #define HAVE_TERMIOS 1
# | #define HAVE_SOCKET 1
# | /* end confdefs.h. */
# | #include
# configure:27300: result: clang++ -E
# configure:27320: clang++ -E conftest.cpp
# configure:27320: $? = 0
# configure:27334: clang++ -E conftest.cpp
# conftest.cpp:220:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:27334: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sntp"
# | #define PACKAGE_TARNAME "sntp"
# | #define PACKAGE_VERSION "4.2.8p8"
# | #define PACKAGE_STRING "sntp 4.2.8p8"
# | #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# | #define PACKAGE_URL "http://www.ntp.org./"
# | #define PACKAGE "sntp"
# | #define VERSION "4.2.8p8"
# | #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE___ATTRIBUTE__ /**/
# | #define HAVE_STDARG_H 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define DIR_SEP '/'
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_HISTEDIT_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define EL_INIT_ARGS 4
# | #define HAVE_READLINE_HISTORY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_SETTIME 1
# | #define HAVE_STIME 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_LINUX_IF_ADDR_H 1
# | #define NEED_EARLY_FORK 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_INLINE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_TIME_T 8
# | #define SIZEOF_SIGNED_CHAR 1
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define NEED_S_CHAR_TYPEDEF 1
# | #define DEBUG 1
# | #define HAVE_SEMAPHORE_H 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PTHREADS 10
# | #define HAVE_SCHED_H 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_PTHREAD_YIELD 1
# | #define HAVE_PTHREAD_KILL 1
# | #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# | #define HAVE_PTHREAD_DETACH 1
# | #define HAVE_PTHREAD_SETCONCURRENCY 1
# | #define HAVE_PTHREAD_GETCONCURRENCY 1
# | #define HAVE_YIELDING_SELECT 1
# | #define REENTRANT 1
# | #define _REENTRANT 1
# | #define THREAD_SAFE 1
# | #define _THREAD_SAFE 1
# | #define THREADSAFE 1
# | #define _THREADSAFE 1
# | #define _SGI_MP_SOURCE 1
# | #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# | #define HAVE_SEM_TIMEDWAIT 1
# | #define SIZEOF_PTHREAD_T 8
# | #define ISC_PLATFORM_USETHREADS 1
# | #define HAVE_SIGWAIT 1
# | #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_LINUXTHREADS 1
# | #define VSNPRINTF_PERCENT_M 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_LINUX_CAPABILITIES 1
# | #define HAVE_DROPROOT 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_RESOLV_H 1
# | #define HAVE___RES_INIT 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_NTPTIMEVAL 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SETTIMEOFDAY 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STROPTS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_PID_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_PTRDIFF_T 1
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define HAVE_VPRINTF 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_MMAP 1
# | #define HAVE_CANONICALIZE_FILE_NAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSIGNAL 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_CHMOD 1
# | #define POSIX_SHELL "/usr/bin/bash"
# | #define REGEX_HEADER
# | #define WITH_LIBREGEX 1
# | #define HAVE_DEV_ZERO 1
# | #define HAVE_REALPATH 1
# | #define HAVE_STRFTIME 1
# | #define FOPEN_BINARY_FLAG "b"
# | #define FOPEN_TEXT_FLAG "t"
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_SYSLOG_FACILITYNAMES 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define OPENSSL /**/
# | #define HAVE_EVP_MD_DO_ALL_SORTED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# | #define WANT_IPV6 1
# | #define ISC_PLATFORM_HAVEIPV6 1
# | #define ISC_PLATFORM_HAVEIN6PKTINFO 1
# | #define ISC_PLATFORM_HAVESCOPEID 1
# | #define MCAST 1
# | #define TYPEOF_IP_MULTICAST_LOOP u_int
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_IF_NAMETOINDEX 1
# | #define ISC_PLATFORM_HAVEIFNAMETOINDEX 1
# | #define HAVE_NO_NICE 1
# | #define HAVE_TERMIOS 1
# | #define HAVE_SOCKET 1
# | /* end confdefs.h. */
# | #include
# configure:27504: checking for ld used by clang++
# configure:27571: result: /usr/bin/ld -m elf_x86_64
# configure:27578: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:27593: result: yes
# configure:27648: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:28652: result: yes
# configure:28687: clang++ -c conftest.cpp >&5
# configure:28690: $? = 0
# configure:29210: checking for clang++ option to produce PIC
# configure:29217: result: -fPIC -DPIC
# configure:29225: checking if clang++ PIC flag -fPIC -DPIC works
# configure:29243: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:29247: $? = 0
# configure:29260: result: yes
# configure:29283: checking if clang++ static flag -static works
# configure:29311: result: yes
# configure:29323: checking if clang++ supports -c -o file.o
# configure:29344: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:29348: $? = 0
# configure:29370: result: yes
# configure:29375: checking if clang++ supports -c -o file.o
# configure:29422: result: yes
# configure:29452: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:29486: result: yes
# configure:29629: checking dynamic linker characteristics
# configure:30299: result: GNU/Linux ld.so
# configure:30352: checking how to hardcode library paths into programs
# configure:30377: result: immediate
# configure:30432: checking for gtest-config
# configure:30465: result: no
# configure:30523: checking if we want to enable tests with undiagnosed problems
# configure:30533: result: yes
# configure:30536: checking if we can run test-kodDatabase
# configure:30543: result: yes
# configure:30554: checking if we can run test-kodFile
# configure:30561: result: yes
# configure:30701: checking that generated files are newer than configure
# configure:30707: result: done
# configure:30795: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by sntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on bd7f0e5ad387
#
# config.status:1493: creating libopts/Makefile
# config.status:1493: creating Makefile
# config.status:1493: creating include/Makefile
# config.status:1493: creating scripts/Makefile
# config.status:1493: creating tests/Makefile
# config.status:1493: creating tests/fileHandlingTest.h
# config.status:1493: creating unity/Makefile
# config.status:1493: creating config.h
# config.status:1722: executing depfiles commands
# config.status:1722: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_HAVE_SYSLOG_FACILITYNAMES=yes
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_char_unsigned=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_volatile=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_EVP_MD_do_all_sorted=yes
# ac_cv_func_MD5Init=no
# ac_cv_func___res_init=yes
# ac_cv_func__beginthread=no
# ac_cv_func__doprnt=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_canonicalize_file_name=yes
# ac_cv_func_chmod=yes
# ac_cv_func_clock_getres=yes
# ac_cv_func_clock_gettime=yes
# ac_cv_func_clock_settime=yes
# ac_cv_func_fchmod=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_fstat=yes
# ac_cv_func_getclock=no
# ac_cv_func_getdtablesize=yes
# ac_cv_func_getifaddrs=yes
# ac_cv_func_if_nametoindex=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_mmap=yes
# ac_cv_func_pthread_attr_getstacksize=yes
# ac_cv_func_pthread_attr_setstacksize=yes
# ac_cv_func_pthread_getconcurrency=yes
# ac_cv_func_pthread_kill=yes
# ac_cv_func_pthread_kill_other_threads_np=no
# ac_cv_func_pthread_setconcurrency=yes
# ac_cv_func_pthread_yield=yes
# ac_cv_func_recvmsg=yes
# ac_cv_func_res_init=no
# ac_cv_func_sched_yield=yes
# ac_cv_func_sem_timedwait=yes
# ac_cv_func_settimeofday=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_sigset=yes
# ac_cv_func_sigvec=no
# ac_cv_func_sigwait=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_socket=yes
# ac_cv_func_socketpair=yes
# ac_cv_func_stime=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strerror_r_char_p=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strrchr=yes
# ac_cv_func_strsignal=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_thr_getconcurrency=no
# ac_cv_func_thr_setconcurrency=no
# ac_cv_func_thr_yield=no
# ac_cv_func_timegm=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_have_decl_strerror_r=yes
# ac_cv_header_arpa_nameser_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_histedit_h=yes
# ac_cv_header_history_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libgen_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_if_addr_h=yes
# ac_cv_header_md5_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_net_if_h=yes
# ac_cv_header_net_if_var_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_system_h=no
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_netinet_in_var_h=no
# ac_cv_header_netinet_ip_h=yes
# ac_cv_header_priv_h=no
# ac_cv_header_pthread_h=yes
# ac_cv_header_readline_h=no
# ac_cv_header_readline_history_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_resolv_h=yes
# ac_cv_header_runetype_h=no
# ac_cv_header_sched_h=yes
# ac_cv_header_semaphore_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_capability_h=yes
# ac_cv_header_sys_clockctl_h=no
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_poll_h=yes
# ac_cv_header_sys_prctl_h=yes
# ac_cv_header_sys_procset_h=no
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_stropts_h=yes
# ac_cv_header_sys_sysctl_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_timepps_h=no
# ac_cv_header_sys_timers_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_sysexits_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_header_wchar_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_gen_pathfind=no
# ac_cv_lib_intl_gettext=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PATH_RUBY=/usr/bin/ruby
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_MD5Init=no
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_cos=-lm
# ac_cv_search_inet_ntop='none required'
# ac_cv_search_inet_pton='none required'
# ac_cv_search_opendir='none required'
# ac_cv_search_openlog='none required'
# ac_cv_search_res_init=no
# ac_cv_search_setsockopt='none required'
# ac_cv_search_snprintb=no
# ac_cv_sizeof_char_p=8
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_pthread_t=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_signed_char=1
# ac_cv_sizeof_time_t=8
# ac_cv_type__Bool=yes
# ac_cv_type_int16_t=yes
# ac_cv_type_int32=no
# ac_cv_type_int32_t=yes
# ac_cv_type_int8_t=yes
# ac_cv_type_intptr_t=yes
# ac_cv_type_long_long=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_s_char=no
# ac_cv_type_size_t=yes
# ac_cv_type_u_int32=no
# ac_cv_type_uid_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint8_t=yes
# ac_cv_type_uint_t=no
# ac_cv_type_uintptr_t=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_type_wchar_t=yes
# ac_cv_type_wint_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gl_cv_header_working_stdnoreturn_h=yes
# hw_cv_func_snprintf=yes
# hw_cv_func_snprintf_c99=yes
# hw_cv_func_vsnprintf=yes
# hw_cv_func_vsnprintf_c99=yes
# isc_cv_found_ipv6=yes
# isc_cv_have_in6_pktinfo=yes
# isc_cv_have_in_port_t=yes
# isc_cv_have_sin6_scope_id=yes
# isc_cv_in6addr_any_links=yes
# isc_cv_platform_havesalen=no
# isc_cv_struct_if_laddrconf=no
# isc_cv_struct_if_laddrreq=no
# libopts_cv_enable_optional_args=yes
# libopts_cv_run_fopen_binary=yes
# libopts_cv_run_fopen_text=yes
# libopts_cv_run_pathfind=no
# libopts_cv_run_realpath=yes
# libopts_cv_run_strftime=yes
# libopts_cv_test_dev_zero='crw-rw-rw- 1 root root 1, 5 Apr 13 17:30 /dev/zero'
# libopts_cv_with_libregex=yes
# libopts_cv_with_libregex_cflags=
# libopts_cv_with_libregex_libs=
# libopts_cv_with_libregex_root=no
# libopts_cv_with_regex_header=no
# lt_cv_ar_at_file=@
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# ntp_cv_cc_attribute=yes
# ntp_cv_cpp_warning=yes
# ntp_cv_dir_sep=''\''/'\'''
# ntp_cv_el_init_args=4
# ntp_cv_func_Xettimeofday_nargs=2
# ntp_cv_gc_sections_runs=yes
# ntp_cv_gcc_Winit_self=yes
# ntp_cv_gcc_Wstrict_overflow=yes
# ntp_cv_getsockname_socklen_type=socklen_t
# ntp_cv_have___ss_family=no
# ntp_cv_hdr_def_sigio=yes
# ntp_cv_hdr_def_sigpoll=yes
# ntp_cv_multicast=yes
# ntp_cv_sntp_cache_version=20120806
# ntp_cv_sockaddr_storage=yes
# ntp_cv_struct_ntptimeval=yes
# ntp_cv_struct_timespec=yes
# ntp_cv_type_int32_with_dns=no
# ntp_cv_type_u_int32_with_dns=no
# ntp_cv_typeof_ip_multicast_loop=u_int
# ntp_cv_vsnprintf_percent_m=yes
# ol_cv_errno_thread_specific=yes
# ol_cv_func_pthread_detach=yes
# ol_cv_func_pthread_rwlock_destroy=yes
# ol_cv_h_errno_thread_specific=yes
# ol_cv_header_gnu_pth_pthread_h=no
# ol_cv_header_linux_threads=no
# ol_cv_linux_threads=no
# ol_cv_pthread_create=no
# ol_cv_pthread_create_works=yes
# ol_cv_pthread_kthread=no
# ol_cv_pthread_pthread=yes
# ol_cv_pthread_select_yields=yes
# ol_cv_pthread_version=10
# ol_cv_sys_linux_threads=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='aclocal-1.15'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='automake-1.15'
# AWK='gawk'
# BUILD_LIBEVENT_FALSE=''
# BUILD_LIBEVENT_TRUE='#'
# BUILD_SNTP_FALSE='#'
# BUILD_SNTP_TRUE=''
# BUILD_TEST_KODDATABASE_FALSE='#'
# BUILD_TEST_KODDATABASE_TRUE=''
# BUILD_TEST_KODFILE_FALSE='#'
# BUILD_TEST_KODFILE_TRUE=''
# BUILD_THREAD='yes'
# CALC_TICKADJ_DB='calc_tickadj'
# CALC_TICKADJ_DL=''
# CALC_TICKADJ_DS=''
# CALC_TICKADJ_MS='1'
# CALC_TICKADJ_NI=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CFLAGS_LIBEVENT='-pthread'
# CFLAGS_NTP=' -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wstrict-prototypes'
# CPP='clang -E'
# CPPFLAGS=''
# CPPFLAGS_LIBEVENT=''
# CPPFLAGS_NTP=' '
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EDITLINE_LIBS='-ledit'
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GL_GENERATE_STDNORETURN_H_FALSE=''
# GL_GENERATE_STDNORETURN_H_TRUE='#'
# GREP='/usr/bin/grep'
# GTEST_AVAILABLE_FALSE=''
# GTEST_AVAILABLE_TRUE='#'
# GTEST_CONFIG=''
# GTEST_CPPFLAGS=''
# GTEST_CXXFLAGS=''
# GTEST_LDFLAGS=''
# GTEST_LIBS=''
# HAVE_INLINE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LIBOPTS_FALSE=''
# INSTALL_LIBOPTS_TRUE='#'
# INSTALL_NTPSWEEP_FALSE=''
# INSTALL_NTPSWEEP_TRUE='#'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INSTALL_UPDATE_LEAP_FALSE='#'
# INSTALL_UPDATE_LEAP_TRUE=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDADD_LIBEVENT='-pthread -levent_pthreads -levent_core'
# LDADD_LIBNTP='-Wl,--gc-sections -lcap'
# LDADD_LIBUTIL=''
# LDADD_NTP=' -lssl -lcrypto'
# LDFLAGS=''
# LDFLAGS_NTP=' '
# LIBISC_PTHREADS_NOTHREADS='pthreads'
# LIBM='-lm'
# LIBOBJS=''
# LIBOPTS_CFLAGS='-I$(top_srcdir)/libopts'
# LIBOPTS_DIR='libopts'
# LIBOPTS_LDADD='$(top_builddir)/libopts/libopts.la'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='libevent/build-aux/ltmain.sh'
# LIB_SYSLOG=''
# LIPO=''
# LN_S='ln -s'
# LTHREAD_LIBS=' -pthread'
# LTLIBOBJS=''
# MAKEINFO='makeinfo'
# MANIFEST_TOOL=':'
# MANTAGFMT='man'
# MKDIR_P='/usr/bin/mkdir -p'
# NEED_LIBOPTS_FALSE='#'
# NEED_LIBOPTS_TRUE=''
# NM='/usr/bin/nm -B'
# NMEDIT=''
# NTPDATE_DB='ntpdate'
# NTPDATE_DL=''
# NTPDATE_DS=''
# NTPDATE_MS='1'
# NTPDATE_NI=''
# NTPDC_DB='ntpdc'
# NTPDC_DL=''
# NTPDC_DS=''
# NTPDC_MS='1'
# NTPDC_NI=''
# NTPDSIM_DB='ntpdsim'
# NTPDSIM_DL=''
# NTPDSIM_DS=''
# NTPDSIM_MS='1'
# NTPDSIM_NI=''
# NTPD_DB='ntpd'
# NTPD_DL=''
# NTPD_DS=''
# NTPD_MS='1'
# NTPD_NI=''
# NTPQ_DB='ntpq'
# NTPQ_DL=''
# NTPQ_DS=''
# NTPQ_MS='1'
# NTPQ_NI=''
# NTPSNMPD_DB='ntpsnmpd'
# NTPSNMPD_DL=''
# NTPSNMPD_DS=''
# NTPSNMPD_MS='1'
# NTPSNMPD_NI=''
# NTPSWEEP_DB=''
# NTPSWEEP_DL=''
# NTPSWEEP_DS=''
# NTPSWEEP_MS='1'
# NTPSWEEP_NI='ntpsweep'
# NTPTIME_DB='ntptime'
# NTPTIME_DL=''
# NTPTIME_DS=''
# NTPTIME_MS='1'
# NTPTIME_NI=''
# NTPTRACE_DB='ntptrace'
# NTPTRACE_DL=''
# NTPTRACE_DS=''
# NTPTRACE_MS='1'
# NTPTRACE_NI=''
# NTP_CROSSCOMPILE_FALSE=''
# NTP_CROSSCOMPILE_TRUE='#'
# NTP_FORCE_LIBEVENT_DIST='libevent'
# NTP_KEYGEN_DB='ntp-keygen'
# NTP_KEYGEN_DL=''
# NTP_KEYGEN_DS=''
# NTP_KEYGEN_MS='1'
# NTP_KEYGEN_NI=''
# NTP_WAIT_DB='ntp-wait'
# NTP_WAIT_DL=''
# NTP_WAIT_DS=''
# NTP_WAIT_MS='1'
# NTP_WAIT_NI=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='sntp'
# PACKAGE_BUGREPORT='http://bugs.ntp.org./'
# PACKAGE_NAME='sntp'
# PACKAGE_STRING='sntp 4.2.8p8'
# PACKAGE_TARNAME='sntp'
# PACKAGE_URL='http://www.ntp.org./'
# PACKAGE_VERSION='4.2.8p8'
# PATH_RUBY='/usr/bin/ruby'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# POSIX_SHELL='/usr/bin/bash'
# PTHREADS_FALSE='#'
# PTHREADS_TRUE=''
# PTHREAD_LIBS=' -pthread'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SNTP='sntp'
# SNTP_DB='sntp'
# SNTP_DL=''
# SNTP_DS=''
# SNTP_MS='1'
# SNTP_NI=''
# STDNORETURN_H=''
# STRIP='strip'
# TICKADJ_DB='tickadj'
# TICKADJ_DL=''
# TICKADJ_DS=''
# TICKADJ_MS='1'
# TICKADJ_NI=''
# TIMETRIM_DB='timetrim'
# TIMETRIM_DL=''
# TIMETRIM_DS=''
# TIMETRIM_MS='1'
# TIMETRIM_NI=''
# UNITYBUILD_AVAILABLE_FALSE='#'
# UNITYBUILD_AVAILABLE_TRUE=''
# UPDATE_LEAP_DB='update-leap'
# UPDATE_LEAP_DL=''
# UPDATE_LEAP_DS=''
# UPDATE_LEAP_MS='1'
# UPDATE_LEAP_NI=''
# VERSION='4.2.8p8'
# VER_SUFFIX='o'
# WANT_CALC_TICKADJ_MS_FALSE='#'
# WANT_CALC_TICKADJ_MS_TRUE=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ntp/src/ntp-4.2.8p8/sntp/libevent/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=''
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "sntp"
# #define PACKAGE_TARNAME "sntp"
# #define PACKAGE_VERSION "4.2.8p8"
# #define PACKAGE_STRING "sntp 4.2.8p8"
# #define PACKAGE_BUGREPORT "http://bugs.ntp.org./"
# #define PACKAGE_URL "http://www.ntp.org./"
# #define PACKAGE "sntp"
# #define VERSION "4.2.8p8"
# #define STR_SYSTEM "x86_64-unknown-linux-gnu"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE___ATTRIBUTE__ /**/
# #define HAVE_STDARG_H 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_SNPRINTF 1
# #define DIR_SEP '/'
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_HISTEDIT_H 1
# #define HAVE_READLINE_HISTORY_H 1
# #define EL_INIT_ARGS 4
# #define HAVE_READLINE_HISTORY 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define STRERROR_R_CHAR_P 1
# #define HAVE_CLOCK_GETRES 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_CLOCK_SETTIME 1
# #define HAVE_STIME 1
# #define HAVE_TIMEGM 1
# #define HAVE_ERRNO_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_TIME_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_LINUX_IF_ADDR_H 1
# #define NEED_EARLY_FORK 1
# #define HAVE_ARPA_NAMESER_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_SYSCTL_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_RESOLV_H 1
# #define HAVE_NETINET_IP_H 1
# #define HAVE_RECVMSG 1
# #define HAVE_INLINE 1
# #define TIME_WITH_SYS_TIME 1
# #define SIZEOF_TIME_T 8
# #define SIZEOF_SIGNED_CHAR 1
# #define HAVE_LONG_LONG 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define NEED_S_CHAR_TYPEDEF 1
# #define DEBUG 1
# #define HAVE_SEMAPHORE_H 1
# #define HAVE_SOCKETPAIR 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_PTHREADS 10
# #define HAVE_SCHED_H 1
# #define HAVE_SCHED_YIELD 1
# #define HAVE_PTHREAD_YIELD 1
# #define HAVE_PTHREAD_KILL 1
# #define HAVE_PTHREAD_RWLOCK_DESTROY 1
# #define HAVE_PTHREAD_DETACH 1
# #define HAVE_PTHREAD_SETCONCURRENCY 1
# #define HAVE_PTHREAD_GETCONCURRENCY 1
# #define HAVE_YIELDING_SELECT 1
# #define REENTRANT 1
# #define _REENTRANT 1
# #define THREAD_SAFE 1
# #define _THREAD_SAFE 1
# #define THREADSAFE 1
# #define _THREADSAFE 1
# #define _SGI_MP_SOURCE 1
# #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
# #define HAVE_SEM_TIMEDWAIT 1
# #define SIZEOF_PTHREAD_T 8
# #define ISC_PLATFORM_USETHREADS 1
# #define HAVE_SIGWAIT 1
# #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
# #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
# #define HAVE_SYSCONF 1
# #define HAVE_LINUXTHREADS 1
# #define VSNPRINTF_PERCENT_M 1
# #define HAVE_SYS_CAPABILITY_H 1
# #define HAVE_SYS_PRCTL_H 1
# #define HAVE_LINUX_CAPABILITIES 1
# #define HAVE_DROPROOT 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_NAMESER_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_RESOLV_H 1
# #define HAVE___RES_INIT 1
# #define HAVE_UINTPTR_T 1
# #define HAVE_STRUCT_TIMESPEC 1
# #define HAVE_STRUCT_NTPTIMEVAL 1
# #define HAVE_SYSCONF 1
# #define HAVE_GETDTABLESIZE 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGSET 1
# #define HAVE_SETTIMEOFDAY 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_DIRENT_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STROPTS_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIBGEN_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SETJMP_H 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_SYSEXITS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STRING_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WINT_T 1
# #define HAVE_INT8_T 1
# #define HAVE_UINT8_T 1
# #define HAVE_INT16_T 1
# #define HAVE_UINT16_T 1
# #define HAVE_INT32_T 1
# #define HAVE_UINT32_T 1
# #define HAVE_INTPTR_T 1
# #define HAVE_UINTPTR_T 1
# #define HAVE_PID_T 1
# #define HAVE_SIZE_T 1
# #define HAVE_PTRDIFF_T 1
# #define SIZEOF_CHAR_P 8
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_SHORT 2
# #define HAVE_VPRINTF 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_MMAP 1
# #define HAVE_CANONICALIZE_FILE_NAME 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STRDUP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSIGNAL 1
# #define HAVE_FCHMOD 1
# #define HAVE_FSTAT 1
# #define HAVE_CHMOD 1
# #define POSIX_SHELL "/usr/bin/bash"
# #define REGEX_HEADER
# #define WITH_LIBREGEX 1
# #define HAVE_DEV_ZERO 1
# #define HAVE_REALPATH 1
# #define HAVE_STRFTIME 1
# #define FOPEN_BINARY_FLAG "b"
# #define FOPEN_TEXT_FLAG "t"
# #define HAVE_NETDB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_SYSEXITS_H 1
# #define HAVE_SYSLOG_FACILITYNAMES 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define OPENSSL /**/
# #define HAVE_EVP_MD_DO_ALL_SORTED 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define GETSOCKNAME_SOCKLEN_TYPE socklen_t
# #define WANT_IPV6 1
# #define ISC_PLATFORM_HAVEIPV6 1
# #define ISC_PLATFORM_HAVEIN6PKTINFO 1
# #define ISC_PLATFORM_HAVESCOPEID 1
# #define MCAST 1
# #define TYPEOF_IP_MULTICAST_LOOP u_int
# #define HAVE_GETIFADDRS 1
# #define HAVE_IF_NAMETOINDEX 1
# #define ISC_PLATFORM_HAVEIFNAMETOINDEX 1
# #define HAVE_NO_NICE 1
# #define HAVE_TERMIOS 1
# #define HAVE_SOCKET 1
#
# configure: exit 0
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by sntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status --file=sntp.1+:./sntp.man.in
#
# on bd7f0e5ad387
#
# config.status:1493: creating sntp.1+

CMD: config logfiles '/tmp/ntp/src/ntp-4.2.8p8/ntpsnmpd/config.log'
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ntp config.status 4.2.8p8, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ../config.status --file=ntpsnmpd.+:./ntpsnmpd.man.in
#
# on bd7f0e5ad387
#
# config.status:1720: creating ntpsnmpd.+