Build of monit with clang_glibc toolchain

The build took 00h 02m 51s and was SUCCESSFUL.

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

SLOCLanguage
25,714 ansic
10,921 sh
3,676 yacc
2,682 makefile
1,035 lex
453 pascal
44,481 total

The process tree of the build process is here.

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: monit 5.18-1 (Thu Apr 13 16:50:03 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
# 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 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 for style of include used by make... GNU
# checking dependency style of clang... none
# checking whether make sets $(MAKE)... (cached) yes
# checking for bison... bison -y
# checking for flex... /usr/bin/flex
# checking for pod2man... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# 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... no
# checking for 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 how to run the C preprocessor... clang -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 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 whether -lc should be explicitly linked in... no
# 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... yes
# checking whether to build static libraries... no
# checking for socket in -lsocket... no
# checking for socket in -linet... no
# checking for inet_addr in -lnsl... yes
# checking for inet_aton in -lresolv... yes
# checking for crypt in -lc... no
# checking for crypt in -lcrypt... yes
# checking for pthread_create in -lpthread... yes
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking whether stat file-mode macros are broken... no
# checking whether time.h and sys/time.h may both be included... yes
# checking alloca.h usability... yes
# checking alloca.h presence... yes
# checking for alloca.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking asm/page.h usability... no
# checking asm/page.h presence... no
# checking for asm/page.h... no
# checking asm/param.h usability... yes
# checking asm/param.h presence... yes
# checking for asm/param.h... yes
# checking cf.h usability... no
# checking cf.h presence... no
# checking for cf.h... no
# checking crt_externs.h usability... no
# checking crt_externs.h presence... no
# checking for crt_externs.h... no
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking crypt.h usability... yes
# checking crypt.h presence... yes
# checking for crypt.h... yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking execinfo.h usability... yes
# checking execinfo.h presence... yes
# checking for execinfo.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking glob.h usability... yes
# checking glob.h presence... yes
# checking for glob.h... yes
# checking grp.h usability... yes
# checking grp.h presence... yes
# checking for grp.h... yes
# checking ifaddrs.h usability... yes
# checking ifaddrs.h presence... yes
# checking for ifaddrs.h... yes
# checking kinfo.h usability... no
# checking kinfo.h presence... no
# checking for kinfo.h... no
# checking kvm.h usability... no
# checking kvm.h presence... no
# checking for kvm.h... no
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking kstat.h usability... no
# checking kstat.h presence... no
# checking for kstat.h... no
# checking zone.h usability... no
# checking zone.h presence... no
# checking for zone.h... no
# checking sys/protosw.h usability... no
# checking sys/protosw.h presence... no
# checking for sys/protosw.h... no
# checking libproc.h usability... no
# checking libproc.h presence... no
# checking for libproc.h... no
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking loadavg.h usability... no
# checking loadavg.h presence... no
# checking for loadavg.h... no
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking mach/boolean.h usability... no
# checking mach/boolean.h presence... no
# checking for mach/boolean.h... no
# checking mach/host_info.h usability... no
# checking mach/host_info.h presence... no
# checking for mach/host_info.h... no
# checking mach/mach.h usability... no
# checking mach/mach.h presence... no
# checking for mach/mach.h... no
# checking mach/mach_host.h usability... no
# checking mach/mach_host.h presence... no
# checking for mach/mach_host.h... no
# checking for memory.h... (cached) yes
# checking mntent.h usability... yes
# checking mntent.h presence... yes
# checking for mntent.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking netinet/tcp.h usability... yes
# checking netinet/tcp.h presence... yes
# checking for netinet/tcp.h... yes
# checking netinet/in_systm.h usability... yes
# checking netinet/in_systm.h presence... yes
# checking for netinet/in_systm.h... yes
# checking pam/pam_appl.h usability... no
# checking pam/pam_appl.h presence... no
# checking for pam/pam_appl.h... no
# checking security/pam_appl.h usability... yes
# checking security/pam_appl.h presence... yes
# checking for security/pam_appl.h... yes
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking procfs.h usability... no
# checking procfs.h presence... no
# checking for procfs.h... no
# checking sys/procfs.h usability... yes
# checking sys/procfs.h presence... yes
# checking for sys/procfs.h... yes
# checking procinfo.h usability... no
# checking procinfo.h presence... no
# checking for procinfo.h... no
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking regex.h usability... yes
# checking regex.h presence... yes
# checking for regex.h... yes
# checking setjmp.h usability... yes
# checking setjmp.h presence... yes
# checking for setjmp.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking stropts.h usability... yes
# checking stropts.h presence... yes
# checking for stropts.h... yes
# checking sys/cfgodm.h usability... no
# checking sys/cfgodm.h presence... no
# checking for sys/cfgodm.h... no
# checking sys/cfgdb.h usability... no
# checking sys/cfgdb.h presence... no
# checking for sys/cfgdb.h... no
# checking sys/dk.h usability... no
# checking sys/dk.h presence... no
# checking for sys/dk.h... no
# checking sys/dkstat.h usability... no
# checking sys/dkstat.h presence... no
# checking for sys/dkstat.h... no
# checking sys/filio.h usability... no
# checking sys/filio.h presence... no
# checking for sys/filio.h... no
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/loadavg.h usability... no
# checking sys/loadavg.h presence... no
# checking for sys/loadavg.h... no
# checking sys/lock.h usability... no
# checking sys/lock.h presence... no
# checking for sys/lock.h... no
# checking sys/mnttab.h usability... no
# checking sys/mnttab.h presence... no
# checking for sys/mnttab.h... no
# checking sys/mutex.h usability... no
# checking sys/mutex.h presence... no
# checking for sys/mutex.h... no
# checking sys/nlist.h usability... no
# checking sys/nlist.h presence... no
# checking for sys/nlist.h... no
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/pstat.h usability... no
# checking sys/pstat.h presence... no
# checking for sys/pstat.h... no
# checking sys/queue.h usability... yes
# checking sys/queue.h presence... yes
# checking for sys/queue.h... yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/sched.h usability... no
# checking sys/sched.h presence... no
# checking for sys/sched.h... no
# checking sys/statfs.h usability... yes
# checking sys/statfs.h presence... yes
# checking for sys/statfs.h... yes
# checking sys/statvfs.h usability... yes
# checking sys/statvfs.h presence... yes
# checking for sys/statvfs.h... yes
# checking sys/sysinfo.h usability... yes
# checking sys/sysinfo.h presence... yes
# checking for sys/sysinfo.h... yes
# checking sys/systemcfg.h usability... no
# checking sys/systemcfg.h presence... no
# checking for sys/systemcfg.h... no
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/tree.h usability... no
# checking sys/tree.h presence... no
# checking for sys/tree.h... no
# checking for sys/types.h... (cached) yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking sys/vmmeter.h usability... no
# checking sys/vmmeter.h presence... no
# checking for sys/vmmeter.h... no
# checking sys/vm_usage.h usability... no
# checking sys/vm_usage.h presence... no
# checking for sys/vm_usage.h... no
# checking sys/vfs.h usability... yes
# checking sys/vfs.h presence... yes
# checking for sys/vfs.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking utmpx.h usability... yes
# checking utmpx.h presence... yes
# checking for utmpx.h... yes
# checking uvm/uvm_extern.h usability... no
# checking uvm/uvm_extern.h presence... no
# checking for uvm/uvm_extern.h... no
# checking uvm/uvm_param.h usability... no
# checking uvm/uvm_param.h presence... no
# checking for uvm/uvm_param.h... no
# checking vm/vm.h usability... no
# checking vm/vm.h presence... no
# checking for vm/vm.h... no
# checking for libperfstat.h... no
# checking for netinet/ip.h... yes
# checking for net/if.h... yes
# checking for netinet/ip_icmp.h... yes
# checking for netinet/icmp6.h... yes
# checking for sys/sysctl.h... yes
# checking for sys/mount.h... yes
# checking for sys/proc.h... no
# checking for sys/swap.h... yes
# checking for sys/ucred.h... no
# checking for sys/user.h... yes
# checking for machine/vmparam.h... no
# checking for vm/pmap.h... no
# checking for machine/pmap.h... no
# checking for vm/vm_map.h... no
# checking for vm/vm_object.h... no
# checking for sys/resourcevar.h... no
# checking for uvm/uvm_map.h... no
# checking for uvm/uvm_pmap.h... no
# checking for uvm/uvm_object.h... no
# checking for uvm/uvm.h... no
# checking for boolean_t... no
# checking for mode_t... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for pid_t... (cached) yes
# checking return type of signal handlers... void
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for struct tm.tm_gmtoff... no
# checking for error_at_line... yes
# 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 whether lstat correctly handles trailing slash... yes
# checking whether stat accepts an empty string... no
# checking for strftime... yes
# checking for statfs... yes
# checking for statvfs... yes
# checking for setlocale... yes
# checking for getaddrinfo... yes
# checking for syslog... yes
# checking for vsyslog... yes
# checking for backtrace... yes
# checking for getloadavg... yes
# checking for getopt_long... yes
# checking for va_copy... yes
# checking for an ANSI C-conforming const... yes
# checking whether byte ordering is bigendian... no
# checking for IPv6 support... yes
# checking pid file location... /run
# checking for large files support... enabled
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for PAM support... enabled
# checking for pam_start in -lpam... yes
# checking for static SSL support... disabled
# checking for SSL support... enabled
# checking for SSL include directory... /usr/include
# checking for SSL library directory... /lib
# checking for TLSv1.1... yes
# checking for TLSv1.2... yes
# checking for EC_KEY support... yes
# checking for ASN1_TIME_diff support... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating system/startup/monit.upstart
# config.status: creating system/startup/monit.service
# config.status: creating src/config.h
# config.status: executing libtool_patch commands
# config.status: executing monitrc commands
# config.status: executing depfiles commands
# config.status: executing libtool commands
# === configuring in libmonit (/tmp/monit/src/monit-5.18/libmonit)
# configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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 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 for style of include used by make... GNU
# checking dependency style of clang... none
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# 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... no
# checking for 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 how to run the C preprocessor... clang -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 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 whether -lc should be explicitly linked in... no
# 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... yes
# checking whether to build static libraries... yes
# checking for pthread_create in -lpthread... yes
# checking for round in -lm... yes
# checking for ANSI C header files... (cached) yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... 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 limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking setjmp.h usability... yes
# checking setjmp.h presence... yes
# checking for setjmp.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for string.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for sys/types.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking execinfo.h usability... yes
# checking execinfo.h presence... yes
# checking for execinfo.h... yes
# checking sys/sendfile.h usability... yes
# checking sys/sendfile.h presence... yes
# checking for sys/sendfile.h... yes
# checking sys/dirent.h usability... no
# checking sys/dirent.h presence... no
# checking for sys/dirent.h... no
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking sys/poll.h usability... yes
# checking sys/poll.h presence... yes
# checking for sys/poll.h... yes
# checking sys/event.h usability... no
# checking sys/event.h presence... no
# checking for sys/event.h... no
# checking stropts.h usability... yes
# checking stropts.h presence... yes
# checking for stropts.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/filio.h usability... no
# checking sys/filio.h presence... no
# checking for sys/filio.h... no
# checking kstat.h usability... no
# checking kstat.h presence... no
# checking for kstat.h... no
# checking ifaddrs.h usability... yes
# checking ifaddrs.h presence... yes
# checking for ifaddrs.h... yes
# checking net/if_media.h usability... no
# checking net/if_media.h presence... no
# checking for net/if_media.h... no
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking sys/sysctl.h usability... yes
# checking sys/sysctl.h presence... yes
# checking for sys/sysctl.h... yes
# checking net/if_dl.h usability... no
# checking net/if_dl.h presence... no
# checking for net/if_dl.h... no
# checking sys/protosw.h usability... no
# checking sys/protosw.h presence... no
# checking for sys/protosw.h... no
# checking mach/boolean.h usability... no
# checking mach/boolean.h presence... no
# checking for mach/boolean.h... no
# checking uvm/uvm_param.h usability... no
# checking uvm/uvm_param.h presence... no
# checking for uvm/uvm_param.h... no
# checking for net/if.h... yes
# checking for net/route.h... yes
# checking for libperfstat.h... no
# checking for boolean_t... no
# checking for uchar_t... no
# checking for uint32_t... yes
# checking setjmp is available... yes
#
# checking vsnprintf is c99 conformant... yes
#
# checking for timegm... yes
# checking for an ANSI C-conforming const... yes
# checking whether byte ordering is bigendian... no
# checking for IPv6 support... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating test/Makefile
# config.status: creating src/xconfig.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# +------------------------------------------------------------+
# | License: |
# | This is Open Source Software and use is subject to the GNU |
# | AFFERO GENERAL PUBLIC LICENSE version 3, available in this |
# | distribution in the file COPYING. |
# | |
# | By continuing this installation process, you are bound by |
# | the terms of this license agreement. If you do not agree |
# | with the terms of this license, you must abort the |
# | installation process at this point. |
# +------------------------------------------------------------+
# | Libmonit is configured as follows: |
# | |
# | Optimized: DISABLED |
# | Profiling: DISABLED |
# +------------------------------------------------------------+
#
# Monit Build Information:
#
# Architecture: LINUX
# SSL include directory: /usr/include
# SSL library directory: /lib
# Compiler flags: -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include
# Linker flags: -lpam -lpthread -lcrypt -lresolv -lnsl -L/lib -lssl -lcrypto -L/lib
# pid file location: /run
# Install directory: /usr
#
# +------------------------------------------------------------+
# | License: |
# | This is Open Source Software and use is subject to the GNU |
# | AFFERO GENERAL PUBLIC LICENSE version 3, available in this |
# | distribution in the file COPYING. |
# | |
# | By continuing this installation process, you are bound by |
# | the terms of this license agreement. If you do not agree |
# | with the terms of this license, you must abort the |
# | installation process at this point. |
# +------------------------------------------------------------+
# | Monit has been configured with the following options: |
# | |
# | PAM support: ENABLED |
# | SSL support: ENABLED |
# | Large files support: ENABLED |
# | Optimized: DISABLED |
# | Profiling: DISABLED |
# +------------------------------------------------------------+
# make all-recursive
# make[1]: Entering directory '/tmp/monit/src/monit-5.18'
# Making all in libmonit
# make[2]: Entering directory '/tmp/monit/src/monit-5.18/libmonit'
# Making all in .
# make[3]: Entering directory '/tmp/monit/src/monit-5.18/libmonit'
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/Bootstrap.lo src/Bootstrap.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c -fPIC -DPIC -o src/.libs/Bootstrap.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c -o src/Bootstrap.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/exceptions/assert.lo src/exceptions/assert.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c -fPIC -DPIC -o src/exceptions/.libs/assert.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c -o src/exceptions/assert.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/exceptions/Exception.lo src/exceptions/Exception.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/Exception.c -fPIC -DPIC -o src/exceptions/.libs/Exception.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/Exception.c -o src/exceptions/Exception.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/io/Dir.lo src/io/Dir.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/Dir.c -fPIC -DPIC -o src/io/.libs/Dir.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/Dir.c -o src/io/Dir.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/io/File.lo src/io/File.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/File.c -fPIC -DPIC -o src/io/.libs/File.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/File.c -o src/io/File.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/io/InputStream.lo src/io/InputStream.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/InputStream.c -fPIC -DPIC -o src/io/.libs/InputStream.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/InputStream.c -o src/io/InputStream.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/io/OutputStream.lo src/io/OutputStream.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/OutputStream.c -fPIC -DPIC -o src/io/.libs/OutputStream.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/OutputStream.c -o src/io/OutputStream.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Mem.lo src/system/Mem.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Mem.c -fPIC -DPIC -o src/system/.libs/Mem.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Mem.c -o src/system/Mem.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Net.lo src/system/Net.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Net.c -fPIC -DPIC -o src/system/.libs/Net.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Net.c -o src/system/Net.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Time.lo src/system/Time.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Time.c -fPIC -DPIC -o src/system/.libs/Time.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Time.c -o src/system/Time.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Command.lo src/system/Command.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Command.c -fPIC -DPIC -o src/system/.libs/Command.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Command.c -o src/system/Command.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/System.lo src/system/System.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/System.c -fPIC -DPIC -o src/system/.libs/System.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/System.c -o src/system/System.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Link.lo src/system/Link.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Link.c -fPIC -DPIC -o src/system/.libs/Link.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Link.c -o src/system/Link.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/util/List.lo src/util/List.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/List.c -fPIC -DPIC -o src/util/.libs/List.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/List.c -o src/util/List.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/util/Str.lo src/util/Str.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/Str.c -fPIC -DPIC -o src/util/.libs/Str.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/Str.c -o src/util/Str.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/util/StringBuffer.lo src/util/StringBuffer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/StringBuffer.c -fPIC -DPIC -o src/util/.libs/StringBuffer.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/StringBuffer.c -o src/util/StringBuffer.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/thread/Thread.lo src/thread/Thread.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/thread/Thread.c -fPIC -DPIC -o src/thread/.libs/Thread.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/thread/Thread.c -o src/thread/Thread.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o libmonit.la src/Bootstrap.lo src/exceptions/assert.lo src/exceptions/Exception.lo src/io/Dir.lo src/io/File.lo src/io/InputStream.lo src/io/OutputStream.lo src/system/Mem.lo src/system/Net.lo src/system/Time.lo src/system/Command.lo src/system/System.lo src/system/Link.lo src/util/List.lo src/util/Str.lo src/util/StringBuffer.lo src/thread/Thread.lo -lm -lpthread
# libtool: link: ar cru .libs/libmonit.a src/.libs/Bootstrap.o src/exceptions/.libs/assert.o src/exceptions/.libs/Exception.o src/io/.libs/Dir.o src/io/.libs/File.o src/io/.libs/InputStream.o src/io/.libs/OutputStream.o src/system/.libs/Mem.o src/system/.libs/Net.o src/system/.libs/Time.o src/system/.libs/Command.o src/system/.libs/System.o src/system/.libs/Link.o src/util/.libs/List.o src/util/.libs/Str.o src/util/.libs/StringBuffer.o src/thread/.libs/Thread.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libmonit.a
# libtool: link: ( cd ".libs" && rm -f "libmonit.la" && ln -s "../libmonit.la" "libmonit.la" )
# make[3]: Leaving directory '/tmp/monit/src/monit-5.18/libmonit'
# Making all in test
# make[3]: Entering directory '/tmp/monit/src/monit-5.18/libmonit/test'
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o StrTest.o StrTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StrTest StrTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StrTest StrTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o SystemTest.o SystemTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o SystemTest SystemTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o SystemTest SystemTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o ListTest.o ListTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ListTest ListTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ListTest ListTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o DirTest.o DirTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o DirTest DirTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o DirTest DirTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o StringBufferTest.o StringBufferTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StringBufferTest StringBufferTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StringBufferTest StringBufferTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o InputStreamTest.o InputStreamTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o InputStreamTest InputStreamTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o InputStreamTest InputStreamTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o OutputStreamTest.o OutputStreamTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o OutputStreamTest OutputStreamTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o OutputStreamTest OutputStreamTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o FileTest.o FileTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o FileTest FileTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o FileTest FileTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o ExceptionTest.o ExceptionTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ExceptionTest ExceptionTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ExceptionTest ExceptionTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o NetTest.o NetTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o NetTest NetTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o NetTest NetTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o LinkTest.o LinkTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o LinkTest LinkTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o LinkTest LinkTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o TimeTest.o TimeTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o TimeTest TimeTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o TimeTest TimeTest.o ../.libs/libmonit.a -lm -lpthread
# clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o CommandTest.o CommandTest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o CommandTest CommandTest.o ../libmonit.la -lm -lpthread
# libtool: link: clang -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o CommandTest CommandTest.o ../.libs/libmonit.a -lm -lpthread
# make[3]: Leaving directory '/tmp/monit/src/monit-5.18/libmonit/test'
# make[2]: Leaving directory '/tmp/monit/src/monit-5.18/libmonit'
# make[2]: Entering directory '/tmp/monit/src/monit-5.18'
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/y.tab.o src/y.tab.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/lex.yy.o src/lex.yy.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/monit.o src/monit.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/alert.o src/alert.c
# src/alert.c:185:95: warning: implicit conversion from enumeration type 'boolean_t' to different enumeration type 'Ssl_Flags' [-Wenum-conversion]
# mta->socket = Socket_new(mta->host, mta->port, Socket_Tcp, Socket_Ip, false, Run.mailserver_timeout);
# ~~~~~~~~~~ ^~~~~
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/control.o src/control.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/daemonize.o src/daemonize.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/env.o src/env.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/event.o src/event.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/file.o src/file.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/gc.o src/gc.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/http.o src/http.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/log.o src/log.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/md5.o src/md5.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/md5_crypt.o src/md5_crypt.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/net.o src/net.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/sha1.o src/sha1.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/signal.o src/signal.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/socket.o src/socket.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/spawn.o src/spawn.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/state.o src/state.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/util.o src/util.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/validate.o src/validate.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/device/device_common.o src/device/device_common.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/device/sysdep_LINUX.o src/device/sysdep_LINUX.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/http/base64.o src/http/base64.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/http/cervlet.o src/http/cervlet.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/http/client.o src/http/client.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/http/engine.o src/http/engine.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/http/xml.o src/http/xml.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/http/processor.o src/http/processor.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/notification/Address.o src/notification/Address.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/notification/MMonit.o src/notification/MMonit.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/notification/SMTP.o src/notification/SMTP.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/process/ProcessTree.o src/process/ProcessTree.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/process/sysdep_LINUX.o src/process/sysdep_LINUX.c
# src/process/sysdep_LINUX.c:413:16: warning: comparison of constant 4 with expression of type 'boolean_t' is always true [-Wtautological-constant-out-of-range-compare]
# if (rv < 4) {
# ~~ ^ ~
# src/process/sysdep_LINUX.c:416:23: warning: comparison of constant 4 with expression of type 'boolean_t' is always false [-Wtautological-constant-out-of-range-compare]
# } else if (rv == 4) {
# ~~ ^ ~
# 2 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/apache_status.o src/protocols/apache_status.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/clamav.o src/protocols/clamav.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/default.o src/protocols/default.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/dns.o src/protocols/dns.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/dwp.o src/protocols/dwp.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/ftp.o src/protocols/ftp.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/generic.o src/protocols/generic.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/gps.o src/protocols/gps.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/http.o src/protocols/http.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/imap.o src/protocols/imap.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/ldap2.o src/protocols/ldap2.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/ldap3.o src/protocols/ldap3.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/lmtp.o src/protocols/lmtp.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/memcache.o src/protocols/memcache.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/mongodb.o src/protocols/mongodb.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/mysql.o src/protocols/mysql.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/nntp.o src/protocols/nntp.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/ntp3.o src/protocols/ntp3.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/pgsql.o src/protocols/pgsql.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/pop.o src/protocols/pop.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/postfix_policy.o src/protocols/postfix_policy.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/protocol.o src/protocols/protocol.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/radius.o src/protocols/radius.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/rdate.o src/protocols/rdate.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/redis.o src/protocols/redis.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/rsync.o src/protocols/rsync.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/sieve.o src/protocols/sieve.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/sip.o src/protocols/sip.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/smtp.o src/protocols/smtp.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/ssh.o src/protocols/ssh.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/tns.o src/protocols/tns.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/protocols/websocket.o src/protocols/websocket.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/ssl/Ssl.o src/ssl/Ssl.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/terminal/Box.o src/terminal/Box.c
# clang -DHAVE_CONFIG_H -I. -I./src -DLINUX -DSYSCONFDIR="\"/etc\"" -I./src -I./src/device -I./src/http -I./src/notification -I./src/process -I./src/protocols -I./src/ssl -I./src/terminal -I./libmonit/src -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -c -o src/terminal/Color.o src/terminal/Color.c
# /bin/sh ./libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -static -rdynamic -o monit src/y.tab.o src/lex.yy.o src/monit.o src/alert.o src/control.o src/daemonize.o src/env.o src/event.o src/file.o src/gc.o src/http.o src/log.o src/md5.o src/md5_crypt.o src/net.o src/sha1.o src/signal.o src/socket.o src/spawn.o src/state.o src/util.o src/validate.o src/device/device_common.o src/device/sysdep_LINUX.o src/http/base64.o src/http/cervlet.o src/http/client.o src/http/engine.o src/http/xml.o src/http/processor.o src/notification/Address.o src/notification/MMonit.o src/notification/SMTP.o src/process/ProcessTree.o src/process/sysdep_LINUX.o src/protocols/apache_status.o src/protocols/clamav.o src/protocols/default.o src/protocols/dns.o src/protocols/dwp.o src/protocols/ftp.o src/protocols/generic.o src/protocols/gps.o src/protocols/http.o src/protocols/imap.o src/protocols/ldap2.o src/protocols/ldap3.o src/protocols/lmtp.o src/protocols/memcache.o src/protocols/mongodb.o src/protocols/mysql.o src/protocols/nntp.o src/protocols/ntp3.o src/protocols/pgsql.o src/protocols/pop.o src/protocols/postfix_policy.o src/protocols/protocol.o src/protocols/radius.o src/protocols/rdate.o src/protocols/redis.o src/protocols/rsync.o src/protocols/sieve.o src/protocols/sip.o src/protocols/smtp.o src/protocols/ssh.o src/protocols/tns.o src/protocols/websocket.o src/ssl/Ssl.o src/terminal/Box.o src/terminal/Color.o libmonit/libmonit.la -lpam -lpthread -lcrypt -lresolv -lnsl -L/lib -lssl -lcrypto -L/lib
# libtool: link: clang -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -rdynamic -o monit src/y.tab.o src/lex.yy.o src/monit.o src/alert.o src/control.o src/daemonize.o src/env.o src/event.o src/file.o src/gc.o src/http.o src/log.o src/md5.o src/md5_crypt.o src/net.o src/sha1.o src/signal.o src/socket.o src/spawn.o src/state.o src/util.o src/validate.o src/device/device_common.o src/device/sysdep_LINUX.o src/http/base64.o src/http/cervlet.o src/http/client.o src/http/engine.o src/http/xml.o src/http/processor.o src/notification/Address.o src/notification/MMonit.o src/notification/SMTP.o src/process/ProcessTree.o src/process/sysdep_LINUX.o src/protocols/apache_status.o src/protocols/clamav.o src/protocols/default.o src/protocols/dns.o src/protocols/dwp.o src/protocols/ftp.o src/protocols/generic.o src/protocols/gps.o src/protocols/http.o src/protocols/imap.o src/protocols/ldap2.o src/protocols/ldap3.o src/protocols/lmtp.o src/protocols/memcache.o src/protocols/mongodb.o src/protocols/mysql.o src/protocols/nntp.o src/protocols/ntp3.o src/protocols/pgsql.o src/protocols/pop.o src/protocols/postfix_policy.o src/protocols/protocol.o src/protocols/radius.o src/protocols/rdate.o src/protocols/redis.o src/protocols/rsync.o src/protocols/sieve.o src/protocols/sip.o src/protocols/smtp.o src/protocols/ssh.o src/protocols/tns.o src/protocols/websocket.o src/ssl/Ssl.o src/terminal/Box.o src/terminal/Color.o libmonit/.libs/libmonit.a -lm -lpam -lpthread -lcrypt -lresolv -lnsl -L/lib -lssl -lcrypto
# make[2]: Leaving directory '/tmp/monit/src/monit-5.18'
# make[1]: Leaving directory '/tmp/monit/src/monit-5.18'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-recursive
# make[1]: Entering directory '/tmp/monit/src/monit-5.18'
# Making install in libmonit
# make[2]: Entering directory '/tmp/monit/src/monit-5.18/libmonit'
# Making install in .
# make[3]: Entering directory '/tmp/monit/src/monit-5.18/libmonit'
# make[4]: Entering directory '/tmp/monit/src/monit-5.18/libmonit'
# 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/monit/src/monit-5.18/libmonit'
# make[3]: Leaving directory '/tmp/monit/src/monit-5.18/libmonit'
# Making install in test
# make[3]: Entering directory '/tmp/monit/src/monit-5.18/libmonit/test'
# make[4]: Entering directory '/tmp/monit/src/monit-5.18/libmonit/test'
# 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/monit/src/monit-5.18/libmonit/test'
# make[3]: Leaving directory '/tmp/monit/src/monit-5.18/libmonit/test'
# make[2]: Leaving directory '/tmp/monit/src/monit-5.18/libmonit'
# make[2]: Entering directory '/tmp/monit/src/monit-5.18'
# make[3]: Entering directory '/tmp/monit/src/monit-5.18'
# /usr/bin/mkdir -p '/tmp/monit/pkg/monit/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c monit '/tmp/monit/pkg/monit/usr/bin'
# libtool: install: /usr/bin/install -c monit /tmp/monit/pkg/monit/usr/bin/monit
# /usr/bin/mkdir -p '/tmp/monit/pkg/monit/usr/share/man/man1'
# /usr/bin/install -c -m 644 monit.1 '/tmp/monit/pkg/monit/usr/share/man/man1'
# make[3]: Leaving directory '/tmp/monit/src/monit-5.18'
# make[2]: Leaving directory '/tmp/monit/src/monit-5.18'
# make[1]: Leaving directory '/tmp/monit/src/monit-5.18'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "monit"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding changelog file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: monit 5.18-1 (Thu Apr 13 16:51:58 UTC 2017)

CMD: pacman --query --file monit-5.18-1-x86_64.pkg.tar.xz
# monit 5.18-1

Creating hybrid package for 'monit'

Trying to find vanilla package 'monit'...

CMD: pacman --query --file /mirror/monitoring-plugins-2.1.2-3.pkg.tar.xz
# monitoring-plugins 2.1.2-3

CMD: pacman --query --file /mirror/mate-system-monitor-gtk3-1.12.1-2.pkg.tar.xz
# mate-system-monitor-gtk3 1.12.1-2

CMD: pacman --query --file /mirror/mate-system-monitor-1.12.1-2.pkg.tar.xz
# mate-system-monitor 1.12.1-2

CMD: pacman --query --file /mirror/gnome-system-monitor-3.20.1-1.pkg.tar.xz
# gnome-system-monitor 3.20.1-1

CMD: pacman --query --file /mirror/monit-5.18-1.pkg.tar.xz
# monit 5.18-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.CHANGELOG
# /.MTREE
# /etc/monitrc
# /usr/lib/systemd/system/monit.service
# /usr/share/man/man1/monit.1.gz
# /usr/bin/monit
# /sysroot/usr/lib/systemd/system/monit.service

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO .CHANGELOG etc usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO .CHANGELOG etc usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO .CHANGELOG etc usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf monit.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/monit.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/monit.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/monit.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/monit/src/monit-5.18/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 monit configure 5.18, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 6ce94b5a73dd
# 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:2393: checking for a BSD-compatible install
# configure:2461: result: /usr/bin/install -c
# configure:2472: checking whether build environment is sane
# configure:2527: result: yes
# configure:2586: checking for x86_64-unknown-linux-strip
# configure:2616: result: no
# configure:2626: checking for strip
# configure:2642: found /usr/bin/strip
# configure:2653: result: strip
# configure:2678: checking for a thread-safe mkdir -p
# configure:2717: result: /usr/bin/mkdir -p
# configure:2724: checking for gawk
# configure:2740: found /usr/bin/gawk
# configure:2751: result: gawk
# configure:2762: checking whether make sets $(MAKE)
# configure:2784: result: yes
# configure:2813: checking whether make supports nested variables
# configure:2830: result: yes
# configure:2977: checking for x86_64-unknown-linux-gcc
# configure:3004: result: clang
# configure:3273: checking for C compiler version
# configure:3282: 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:3293: $? = 0
# configure:3282: 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:3293: $? = 0
# configure:3282: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3293: $? = 1
# configure:3282: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3293: $? = 1
# configure:3313: checking whether the C compiler works
# configure:3335: clang conftest.c >&5
# configure:3339: $? = 0
# configure:3387: result: yes
# configure:3390: checking for C compiler default output file name
# configure:3392: result: a.out
# configure:3398: checking for suffix of executables
# configure:3405: clang -o conftest conftest.c >&5
# configure:3409: $? = 0
# configure:3431: result:
# configure:3453: checking whether we are cross compiling
# configure:3461: clang -o conftest conftest.c >&5
# configure:3465: $? = 0
# configure:3472: ./conftest
# configure:3476: $? = 0
# configure:3491: result: no
# configure:3496: checking for suffix of object files
# configure:3518: clang -c conftest.c >&5
# configure:3522: $? = 0
# configure:3543: result: o
# configure:3547: checking whether we are using the GNU C compiler
# configure:3566: clang -c conftest.c >&5
# configure:3566: $? = 0
# configure:3575: result: yes
# configure:3584: checking whether clang accepts -g
# configure:3604: clang -c -g conftest.c >&5
# configure:3604: $? = 0
# configure:3645: result: yes
# configure:3662: checking for clang option to accept ISO C89
# configure:3725: clang -c conftest.c >&5
# configure:3725: $? = 0
# configure:3738: result: none needed
# configure:3763: checking whether clang understands -c and -o together
# configure:3785: clang -c conftest.c -o conftest2.o
# configure:3788: $? = 0
# configure:3785: clang -c conftest.c -o conftest2.o
# configure:3788: $? = 0
# configure:3800: result: yes
# configure:3828: checking for style of include used by make
# configure:3856: result: GNU
# configure:3882: checking dependency style of clang
# configure:3993: result: none
# configure:4009: checking whether make sets $(MAKE)
# configure:4031: result: yes
# configure:4044: checking for bison
# configure:4061: found /usr/bin/bison
# configure:4072: result: bison -y
# configure:4092: checking for flex
# configure:4111: found /usr/bin/flex
# configure:4124: result: /usr/bin/flex
# configure:4140: checking for pod2man
# configure:4172: result: no
# configure:4255: checking build system type
# configure:4269: result: x86_64-unknown-linux-gnu
# configure:4289: checking host system type
# configure:4302: result: x86_64-unknown-linux-gnu
# configure:4343: checking how to print strings
# configure:4370: result: printf
# configure:4391: checking for a sed that does not truncate output
# configure:4455: result: /usr/bin/sed
# configure:4473: checking for grep that handles long lines and -e
# configure:4531: result: /usr/bin/grep
# configure:4536: checking for egrep
# configure:4598: result: /usr/bin/grep -E
# configure:4603: checking for fgrep
# configure:4665: result: /usr/bin/grep -F
# configure:4700: checking for ld used by clang
# configure:4767: result: /usr/bin/ld
# configure:4774: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4789: result: yes
# configure:4801: checking for BSD- or MS-compatible name lister (nm)
# configure:4850: result: /usr/bin/nm -B
# configure:4980: checking the name lister (/usr/bin/nm -B) interface
# configure:4987: clang -c conftest.c >&5
# configure:4990: /usr/bin/nm -B "conftest.o"
# configure:4993: output
# 0000000000000000 B some_variable
# configure:5000: result: BSD nm
# configure:5003: checking whether ln -s works
# configure:5007: result: yes
# configure:5015: checking the maximum length of command line arguments
# configure:5146: result: 1572864
# configure:5163: checking whether the shell understands some XSI constructs
# configure:5173: result: yes
# configure:5177: checking whether the shell understands "+="
# configure:5183: result: yes
# configure:5218: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5258: result: func_convert_file_noop
# configure:5265: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5285: result: func_convert_file_noop
# configure:5292: checking for /usr/bin/ld option to reload object files
# configure:5299: result: -r
# configure:5333: checking for x86_64-unknown-linux-objdump
# configure:5363: result: no
# configure:5373: checking for objdump
# configure:5389: found /usr/bin/objdump
# configure:5400: result: objdump
# configure:5432: checking how to recognize dependent libraries
# configure:5630: result: pass_all
# configure:5675: checking for x86_64-unknown-linux-dlltool
# configure:5705: result: no
# configure:5715: checking for dlltool
# configure:5745: result: no
# configure:5775: checking how to associate runtime and link libraries
# configure:5802: result: printf %s\n
# configure:5819: checking for x86_64-unknown-linux-ar
# configure:5849: result: no
# configure:5863: checking for ar
# configure:5879: found /usr/bin/ar
# configure:5890: result: ar
# configure:5927: checking for archiver @FILE support
# configure:5944: clang -c conftest.c >&5
# configure:5944: $? = 0
# configure:5947: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5950: $? = 0
# configure:5955: 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:5958: $? = 1
# configure:5970: result: @
# configure:5988: checking for x86_64-unknown-linux-strip
# configure:6015: result: strip
# configure:6087: checking for x86_64-unknown-linux-ranlib
# configure:6117: result: no
# configure:6127: checking for ranlib
# configure:6143: found /usr/bin/ranlib
# configure:6154: result: ranlib
# configure:6256: checking command to parse /usr/bin/nm -B output from clang object
# configure:6376: clang -c conftest.c >&5
# configure:6379: $? = 0
# configure:6383: /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:6386: $? = 0
# configure:6452: clang -o conftest conftest.c conftstm.o >&5
# configure:6455: $? = 0
# configure:6493: result: ok
# configure:6530: checking for sysroot
# configure:6560: result: no
# configure:6637: clang -c conftest.c >&5
# configure:6640: $? = 0
# configure:6789: checking for x86_64-unknown-linux-mt
# configure:6819: result: no
# configure:6829: checking for mt
# configure:6859: result: no
# configure:6879: checking if : is a manifest tool
# configure:6885: : '-?'
# configure:6893: result: no
# configure:7535: checking how to run the C preprocessor
# configure:7566: clang -E conftest.c
# configure:7566: $? = 0
# configure:7580: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7580: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | /* end confdefs.h. */
# | #include
# configure:7605: result: clang -E
# configure:7625: clang -E conftest.c
# configure:7625: $? = 0
# configure:7639: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7639: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | /* end confdefs.h. */
# | #include
# configure:7668: checking for ANSI C header files
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7761: clang -o conftest conftest.c >&5
# configure:7761: $? = 0
# configure:7761: ./conftest
# configure:7761: $? = 0
# configure:7772: result: yes
# configure:7785: checking for sys/types.h
# configure:7785: clang -c conftest.c >&5
# configure:7785: $? = 0
# configure:7785: result: yes
# configure:7785: checking for sys/stat.h
# configure:7785: clang -c conftest.c >&5
# configure:7785: $? = 0
# configure:7785: result: yes
# configure:7785: checking for stdlib.h
# configure:7785: clang -c conftest.c >&5
# configure:7785: $? = 0
# configure:7785: result: yes
# configure:7785: checking for string.h
# configure:7785: clang -c conftest.c >&5
# configure:7785: $? = 0
# configure:7785: result: yes
# configure:7785: checking for memory.h
# configure:7785: clang -c conftest.c >&5
# configure:7785: $? = 0
# configure:7785: result: yes
# configure:7785: checking for strings.h
# configure:7785: clang -c conftest.c >&5
# configure:7785: $? = 0
# configure:7785: result: yes
# configure:7785: checking for inttypes.h
# configure:7785: clang -c conftest.c >&5
# configure:7785: $? = 0
# configure:7785: result: yes
# configure:7785: checking for stdint.h
# configure:7785: clang -c conftest.c >&5
# configure:7785: $? = 0
# configure:7785: result: yes
# configure:7785: checking for unistd.h
# configure:7785: clang -c conftest.c >&5
# configure:7785: $? = 0
# configure:7785: result: yes
# configure:7799: checking for dlfcn.h
# configure:7799: clang -c conftest.c >&5
# configure:7799: $? = 0
# configure:7799: result: yes
# configure:7975: checking for objdir
# configure:7990: result: .libs
# configure:8261: checking if clang supports -fno-rtti -fno-exceptions
# configure:8279: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8283: $? = 0
# configure:8296: result: yes
# configure:8623: checking for clang option to produce PIC
# configure:8630: result: -fPIC -DPIC
# configure:8638: checking if clang PIC flag -fPIC -DPIC works
# configure:8656: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8660: $? = 0
# configure:8673: result: yes
# configure:8702: checking if clang static flag -static works
# configure:8730: result: yes
# configure:8745: checking if clang supports -c -o file.o
# configure:8766: clang -c -o out/conftest2.o conftest.c >&5
# configure:8770: $? = 0
# configure:8792: result: yes
# configure:8800: checking if clang supports -c -o file.o
# configure:8847: result: yes
# configure:8880: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10037: result: yes
# configure:10074: checking whether -lc should be explicitly linked in
# configure:10082: clang -c conftest.c >&5
# configure:10085: $? = 0
# configure:10100: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10103: $? = 0
# configure:10117: result: no
# configure:10277: checking dynamic linker characteristics
# configure:10777: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10777: $? = 0
# configure:11011: result: GNU/Linux ld.so
# configure:11118: checking how to hardcode library paths into programs
# configure:11143: result: immediate
# configure:11683: checking whether stripping libraries is possible
# configure:11688: result: yes
# configure:11723: checking if libtool supports shared libraries
# configure:11725: result: yes
# configure:11728: checking whether to build shared libraries
# configure:11749: result: yes
# configure:11752: checking whether to build static libraries
# configure:11756: result: no
# configure:11800: checking for socket in -lsocket
# configure:11825: clang -o conftest conftest.c -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11825: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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 socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:11834: result: no
# configure:11845: checking for socket in -linet
# configure:11870: clang -o conftest conftest.c -linet >&5
# /usr/bin/ld: cannot find -linet
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11870: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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 socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:11879: result: no
# configure:11890: checking for inet_addr in -lnsl
# configure:11915: clang -o conftest conftest.c -lnsl >&5
# configure:11915: $? = 0
# configure:11924: result: yes
# configure:11935: checking for inet_aton in -lresolv
# configure:11960: clang -o conftest conftest.c -lresolv -lnsl >&5
# configure:11960: $? = 0
# configure:11969: result: yes
# configure:11980: checking for crypt in -lc
# configure:12005: clang -o conftest conftest.c -lc -lresolv -lnsl >&5
# /tmp/conftest-d8811d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `crypt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12005: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 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 crypt ();
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:12014: result: no
# configure:12019: checking for crypt in -lcrypt
# configure:12044: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:12044: $? = 0
# configure:12053: result: yes
# configure:12066: checking for pthread_create in -lpthread
# configure:12091: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:12091: $? = 0
# configure:12100: result: yes
# configure:12119: checking for ANSI C header files
# configure:12223: result: yes
# configure:12231: checking for sys/wait.h that is POSIX.1 compatible
# configure:12257: clang -c conftest.c >&5
# configure:12257: $? = 0
# configure:12264: result: yes
# configure:12272: checking whether stat file-mode macros are broken
# configure:12299: clang -c conftest.c >&5
# configure:12299: $? = 0
# configure:12306: result: no
# configure:12314: checking whether time.h and sys/time.h may both be included
# configure:12334: clang -c conftest.c >&5
# configure:12334: $? = 0
# configure:12341: result: yes
# configure:12442: checking alloca.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking alloca.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for alloca.h
# configure:12442: result: yes
# configure:12442: checking arpa/inet.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking arpa/inet.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for arpa/inet.h
# configure:12442: result: yes
# configure:12442: checking asm/page.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:65:10: fatal error: 'asm/page.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_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:12442: result: no
# configure:12442: checking asm/page.h presence
# configure:12442: clang -E conftest.c
# conftest.c:32:10: fatal error: 'asm/page.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for asm/page.h
# configure:12442: result: no
# configure:12442: checking asm/param.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking asm/param.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for asm/param.h
# configure:12442: result: yes
# configure:12442: checking cf.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:66:10: fatal error: 'cf.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_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:12442: result: no
# configure:12442: checking cf.h presence
# configure:12442: clang -E conftest.c
# conftest.c:33:10: fatal error: 'cf.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for cf.h
# configure:12442: result: no
# configure:12442: checking crt_externs.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:66:10: fatal error: 'crt_externs.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_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:12442: result: no
# configure:12442: checking crt_externs.h presence
# configure:12442: clang -E conftest.c
# conftest.c:33:10: fatal error: 'crt_externs.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for crt_externs.h
# configure:12442: result: no
# configure:12442: checking ctype.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking ctype.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for ctype.h
# configure:12442: result: yes
# configure:12442: checking crypt.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking crypt.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for crypt.h
# configure:12442: result: yes
# configure:12442: checking dirent.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking dirent.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for dirent.h
# configure:12442: result: yes
# configure:12442: checking errno.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking errno.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for errno.h
# configure:12442: result: yes
# configure:12442: checking execinfo.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking execinfo.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for execinfo.h
# configure:12442: result: yes
# configure:12442: checking fcntl.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking fcntl.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for fcntl.h
# configure:12442: result: yes
# configure:12442: checking getopt.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking getopt.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for getopt.h
# configure:12442: result: yes
# configure:12442: checking glob.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking glob.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for glob.h
# configure:12442: result: yes
# configure:12442: checking grp.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking grp.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for grp.h
# configure:12442: result: yes
# configure:12442: checking ifaddrs.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking ifaddrs.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for ifaddrs.h
# configure:12442: result: yes
# configure:12442: checking kinfo.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:76:10: fatal error: 'kinfo.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_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:12442: result: no
# configure:12442: checking kinfo.h presence
# configure:12442: clang -E conftest.c
# conftest.c:43:10: fatal error: 'kinfo.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for kinfo.h
# configure:12442: result: no
# configure:12442: checking kvm.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:76:10: fatal error: 'kvm.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_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:12442: result: no
# configure:12442: checking kvm.h presence
# configure:12442: clang -E conftest.c
# conftest.c:43:10: fatal error: 'kvm.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for kvm.h
# configure:12442: result: no
# configure:12442: checking paths.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking paths.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for paths.h
# configure:12442: result: yes
# configure:12442: checking kstat.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:77:10: fatal error: 'kstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_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:12442: result: no
# configure:12442: checking kstat.h presence
# configure:12442: clang -E conftest.c
# conftest.c:44:10: fatal error: 'kstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for kstat.h
# configure:12442: result: no
# configure:12442: checking zone.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:77:10: fatal error: 'zone.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_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:12442: result: no
# configure:12442: checking zone.h presence
# configure:12442: clang -E conftest.c
# conftest.c:44:10: fatal error: 'zone.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for zone.h
# configure:12442: result: no
# configure:12442: checking sys/protosw.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:77:10: fatal error: 'sys/protosw.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_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:12442: result: no
# configure:12442: checking sys/protosw.h presence
# configure:12442: clang -E conftest.c
# conftest.c:44:10: fatal error: 'sys/protosw.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/protosw.h
# configure:12442: result: no
# configure:12442: checking libproc.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:77:10: fatal error: 'libproc.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_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:12442: result: no
# configure:12442: checking libproc.h presence
# configure:12442: clang -E conftest.c
# conftest.c:44:10: fatal error: 'libproc.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for libproc.h
# configure:12442: result: no
# configure:12442: checking limits.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking limits.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for limits.h
# configure:12442: result: yes
# configure:12442: checking loadavg.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:78:10: fatal error: 'loadavg.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_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:12442: result: no
# configure:12442: checking loadavg.h presence
# configure:12442: clang -E conftest.c
# conftest.c:45:10: fatal error: 'loadavg.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for loadavg.h
# configure:12442: result: no
# configure:12442: checking locale.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking locale.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for locale.h
# configure:12442: result: yes
# configure:12442: checking mach/boolean.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:79:10: fatal error: 'mach/boolean.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_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:12442: result: no
# configure:12442: checking mach/boolean.h presence
# configure:12442: clang -E conftest.c
# conftest.c:46:10: fatal error: 'mach/boolean.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for mach/boolean.h
# configure:12442: result: no
# configure:12442: checking mach/host_info.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:79:10: fatal error: 'mach/host_info.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_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:12442: result: no
# configure:12442: checking mach/host_info.h presence
# configure:12442: clang -E conftest.c
# conftest.c:46:10: fatal error: 'mach/host_info.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for mach/host_info.h
# configure:12442: result: no
# configure:12442: checking mach/mach.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:79:10: fatal error: 'mach/mach.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_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:12442: result: no
# configure:12442: checking mach/mach.h presence
# configure:12442: clang -E conftest.c
# conftest.c:46:10: fatal error: 'mach/mach.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for mach/mach.h
# configure:12442: result: no
# configure:12442: checking mach/mach_host.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:79:10: fatal error: 'mach/mach_host.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_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:12442: result: no
# configure:12442: checking mach/mach_host.h presence
# configure:12442: clang -E conftest.c
# conftest.c:46:10: fatal error: 'mach/mach_host.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for mach/mach_host.h
# configure:12442: result: no
# configure:12442: checking for memory.h
# configure:12442: result: yes
# configure:12442: checking mntent.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking mntent.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for mntent.h
# configure:12442: result: yes
# configure:12442: checking netdb.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking netdb.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for netdb.h
# configure:12442: result: yes
# configure:12442: checking sys/socket.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/socket.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/socket.h
# configure:12442: result: yes
# configure:12442: checking netinet/in.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking netinet/in.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for netinet/in.h
# configure:12442: result: yes
# configure:12442: checking netinet/tcp.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking netinet/tcp.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for netinet/tcp.h
# configure:12442: result: yes
# configure:12442: checking netinet/in_systm.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking netinet/in_systm.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for netinet/in_systm.h
# configure:12442: result: yes
# configure:12442: checking pam/pam_appl.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:86:10: fatal error: 'pam/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_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:12442: result: no
# configure:12442: checking pam/pam_appl.h presence
# configure:12442: clang -E conftest.c
# conftest.c:53:10: fatal error: 'pam/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for pam/pam_appl.h
# configure:12442: result: no
# configure:12442: checking security/pam_appl.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking security/pam_appl.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for security/pam_appl.h
# configure:12442: result: yes
# configure:12442: checking poll.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking poll.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for poll.h
# configure:12442: result: yes
# configure:12442: checking procfs.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:88:10: fatal error: 'procfs.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_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:12442: result: no
# configure:12442: checking procfs.h presence
# configure:12442: clang -E conftest.c
# conftest.c:55:10: fatal error: 'procfs.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for procfs.h
# configure:12442: result: no
# configure:12442: checking sys/procfs.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/procfs.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/procfs.h
# configure:12442: result: yes
# configure:12442: checking procinfo.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:89:10: fatal error: 'procinfo.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_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:12442: result: no
# configure:12442: checking procinfo.h presence
# configure:12442: clang -E conftest.c
# conftest.c:56:10: fatal error: 'procinfo.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for procinfo.h
# configure:12442: result: no
# configure:12442: checking pthread.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking pthread.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for pthread.h
# configure:12442: result: yes
# configure:12442: checking pwd.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking pwd.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for pwd.h
# configure:12442: result: yes
# configure:12442: checking regex.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking regex.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for regex.h
# configure:12442: result: yes
# configure:12442: checking setjmp.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking setjmp.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for setjmp.h
# configure:12442: result: yes
# configure:12442: checking signal.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking signal.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for signal.h
# configure:12442: result: yes
# configure:12442: checking stdarg.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking stdarg.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for stdarg.h
# configure:12442: result: yes
# configure:12442: checking stddef.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking stddef.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for stddef.h
# configure:12442: result: yes
# configure:12442: checking stdio.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking stdio.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for stdio.h
# configure:12442: result: yes
# configure:12442: checking for string.h
# configure:12442: result: yes
# configure:12442: checking for strings.h
# configure:12442: result: yes
# configure:12442: checking stropts.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking stropts.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for stropts.h
# configure:12442: result: yes
# configure:12442: checking sys/cfgodm.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:100:10: fatal error: 'sys/cfgodm.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_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:12442: result: no
# configure:12442: checking sys/cfgodm.h presence
# configure:12442: clang -E conftest.c
# conftest.c:67:10: fatal error: 'sys/cfgodm.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/cfgodm.h
# configure:12442: result: no
# configure:12442: checking sys/cfgdb.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:100:10: fatal error: 'sys/cfgdb.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_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:12442: result: no
# configure:12442: checking sys/cfgdb.h presence
# configure:12442: clang -E conftest.c
# conftest.c:67:10: fatal error: 'sys/cfgdb.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/cfgdb.h
# configure:12442: result: no
# configure:12442: checking sys/dk.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:100:10: fatal error: 'sys/dk.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_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:12442: result: no
# configure:12442: checking sys/dk.h presence
# configure:12442: clang -E conftest.c
# conftest.c:67:10: fatal error: 'sys/dk.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/dk.h
# configure:12442: result: no
# configure:12442: checking sys/dkstat.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:100:10: fatal error: 'sys/dkstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_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:12442: result: no
# configure:12442: checking sys/dkstat.h presence
# configure:12442: clang -E conftest.c
# conftest.c:67:10: fatal error: 'sys/dkstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/dkstat.h
# configure:12442: result: no
# configure:12442: checking sys/filio.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:100:10: fatal error: 'sys/filio.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_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:12442: result: no
# configure:12442: checking sys/filio.h presence
# configure:12442: clang -E conftest.c
# conftest.c:67:10: fatal error: 'sys/filio.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/filio.h
# configure:12442: result: no
# configure:12442: checking sys/ioctl.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/ioctl.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/ioctl.h
# configure:12442: result: yes
# configure:12442: checking sys/loadavg.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:101:10: fatal error: 'sys/loadavg.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_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:12442: result: no
# configure:12442: checking sys/loadavg.h presence
# configure:12442: clang -E conftest.c
# conftest.c:68:10: fatal error: 'sys/loadavg.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/loadavg.h
# configure:12442: result: no
# configure:12442: checking sys/lock.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:101:10: fatal error: 'sys/lock.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_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:12442: result: no
# configure:12442: checking sys/lock.h presence
# configure:12442: clang -E conftest.c
# conftest.c:68:10: fatal error: 'sys/lock.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/lock.h
# configure:12442: result: no
# configure:12442: checking sys/mnttab.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:101:10: fatal error: 'sys/mnttab.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_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:12442: result: no
# configure:12442: checking sys/mnttab.h presence
# configure:12442: clang -E conftest.c
# conftest.c:68:10: fatal error: 'sys/mnttab.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/mnttab.h
# configure:12442: result: no
# configure:12442: checking sys/mutex.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:101:10: fatal error: 'sys/mutex.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_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:12442: result: no
# configure:12442: checking sys/mutex.h presence
# configure:12442: clang -E conftest.c
# conftest.c:68:10: fatal error: 'sys/mutex.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/mutex.h
# configure:12442: result: no
# configure:12442: checking sys/nlist.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:101:10: fatal error: 'sys/nlist.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_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:12442: result: no
# configure:12442: checking sys/nlist.h presence
# configure:12442: clang -E conftest.c
# conftest.c:68:10: fatal error: 'sys/nlist.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/nlist.h
# configure:12442: result: no
# configure:12442: checking sys/param.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/param.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/param.h
# configure:12442: result: yes
# configure:12442: checking sys/pstat.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:102:10: fatal error: 'sys/pstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_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:12442: result: no
# configure:12442: checking sys/pstat.h presence
# configure:12442: clang -E conftest.c
# conftest.c:69:10: fatal error: 'sys/pstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/pstat.h
# configure:12442: result: no
# configure:12442: checking sys/queue.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/queue.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/queue.h
# configure:12442: result: yes
# configure:12442: checking sys/resource.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/resource.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/resource.h
# configure:12442: result: yes
# configure:12442: checking sys/sched.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:104:10: fatal error: 'sys/sched.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_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:12442: result: no
# configure:12442: checking sys/sched.h presence
# configure:12442: clang -E conftest.c
# conftest.c:71:10: fatal error: 'sys/sched.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/sched.h
# configure:12442: result: no
# configure:12442: checking sys/statfs.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/statfs.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/statfs.h
# configure:12442: result: yes
# configure:12442: checking sys/statvfs.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/statvfs.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/statvfs.h
# configure:12442: result: yes
# configure:12442: checking sys/sysinfo.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/sysinfo.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/sysinfo.h
# configure:12442: result: yes
# configure:12442: checking sys/systemcfg.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:107:10: fatal error: 'sys/systemcfg.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_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:12442: result: no
# configure:12442: checking sys/systemcfg.h presence
# configure:12442: clang -E conftest.c
# conftest.c:74:10: fatal error: 'sys/systemcfg.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/systemcfg.h
# configure:12442: result: no
# configure:12442: checking sys/time.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/time.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/time.h
# configure:12442: result: yes
# configure:12442: checking sys/tree.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:108:10: fatal error: 'sys/tree.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_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:12442: result: no
# configure:12442: checking sys/tree.h presence
# configure:12442: clang -E conftest.c
# conftest.c:75:10: fatal error: 'sys/tree.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/tree.h
# configure:12442: result: no
# configure:12442: checking for sys/types.h
# configure:12442: result: yes
# configure:12442: checking sys/un.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/un.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/un.h
# configure:12442: result: yes
# configure:12442: checking sys/utsname.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/utsname.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/utsname.h
# configure:12442: result: yes
# configure:12442: checking sys/vmmeter.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:111:10: fatal error: 'sys/vmmeter.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_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:12442: result: no
# configure:12442: checking sys/vmmeter.h presence
# configure:12442: clang -E conftest.c
# conftest.c:78:10: fatal error: 'sys/vmmeter.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/vmmeter.h
# configure:12442: result: no
# configure:12442: checking sys/vm_usage.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:111:10: fatal error: 'sys/vm_usage.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_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:12442: result: no
# configure:12442: checking sys/vm_usage.h presence
# configure:12442: clang -E conftest.c
# conftest.c:78:10: fatal error: 'sys/vm_usage.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for sys/vm_usage.h
# configure:12442: result: no
# configure:12442: checking sys/vfs.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking sys/vfs.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for sys/vfs.h
# configure:12442: result: yes
# configure:12442: checking syslog.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking syslog.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for syslog.h
# configure:12442: result: yes
# configure:12442: checking for unistd.h
# configure:12442: result: yes
# configure:12442: checking utmpx.h usability
# configure:12442: clang -c conftest.c >&5
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking utmpx.h presence
# configure:12442: clang -E conftest.c
# configure:12442: $? = 0
# configure:12442: result: yes
# configure:12442: checking for utmpx.h
# configure:12442: result: yes
# configure:12442: checking uvm/uvm_extern.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:115:10: fatal error: 'uvm/uvm_extern.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_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:12442: result: no
# configure:12442: checking uvm/uvm_extern.h presence
# configure:12442: clang -E conftest.c
# conftest.c:82:10: fatal error: 'uvm/uvm_extern.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for uvm/uvm_extern.h
# configure:12442: result: no
# configure:12442: checking uvm/uvm_param.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:115:10: fatal error: 'uvm/uvm_param.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_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:12442: result: no
# configure:12442: checking uvm/uvm_param.h presence
# configure:12442: clang -E conftest.c
# conftest.c:82:10: fatal error: 'uvm/uvm_param.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for uvm/uvm_param.h
# configure:12442: result: no
# configure:12442: checking vm/vm.h usability
# configure:12442: clang -c conftest.c >&5
# conftest.c:115:10: fatal error: 'vm/vm.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_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:12442: result: no
# configure:12442: checking vm/vm.h presence
# configure:12442: clang -E conftest.c
# conftest.c:82:10: fatal error: 'vm/vm.h' file not found
# #include
# ^
# 1 error generated.
# configure:12442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | /* end confdefs.h. */
# | #include
# configure:12442: result: no
# configure:12442: checking for vm/vm.h
# configure:12442: result: no
# configure:12458: checking for libperfstat.h
# configure:12458: clang -c conftest.c >&5
# conftest.c:88:10: fatal error: 'libperfstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:12458: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_PROTOSW_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12458: result: no
# configure:12479: checking for netinet/ip.h
# configure:12479: clang -c conftest.c >&5
# configure:12479: $? = 0
# configure:12479: result: yes
# configure:12507: checking for net/if.h
# configure:12507: clang -c conftest.c >&5
# configure:12507: $? = 0
# configure:12507: result: yes
# configure:12507: checking for netinet/ip_icmp.h
# configure:12507: clang -c conftest.c >&5
# configure:12507: $? = 0
# configure:12507: result: yes
# configure:12540: checking for netinet/icmp6.h
# configure:12540: clang -c conftest.c >&5
# configure:12540: $? = 0
# configure:12540: result: yes
# configure:12569: checking for sys/sysctl.h
# configure:12569: clang -c conftest.c >&5
# configure:12569: $? = 0
# configure:12569: result: yes
# configure:12569: checking for sys/mount.h
# configure:12569: clang -c conftest.c >&5
# configure:12569: $? = 0
# configure:12569: result: yes
# configure:12569: checking for sys/proc.h
# configure:12569: clang -c conftest.c >&5
# conftest.c:94:10: fatal error: 'sys/proc.h' file not found
# #include
# ^
# 1 error generated.
# configure:12569: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_PARAM_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12569: result: no
# configure:12569: checking for sys/swap.h
# configure:12569: clang -c conftest.c >&5
# configure:12569: $? = 0
# configure:12569: result: yes
# configure:12569: checking for sys/ucred.h
# configure:12569: clang -c conftest.c >&5
# conftest.c:95:10: fatal error: 'sys/ucred.h' file not found
# #include
# ^
# 1 error generated.
# configure:12569: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_PARAM_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12569: result: no
# configure:12569: checking for sys/user.h
# configure:12569: clang -c conftest.c >&5
# configure:12569: $? = 0
# configure:12569: result: yes
# configure:12594: checking for machine/vmparam.h
# configure:12594: clang -c conftest.c >&5
# conftest.c:111:10: fatal error: 'machine/vmparam.h' file not found
# #include
# ^
# 1 error generated.
# configure:12594: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_PARAM_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_QUEUE_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_LOCK_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_MUTEX_H
# | #include
# | #endif
# | #ifdef HAVE_VM_VM_H
# | #include
# | #endif
# | #ifdef HAVE_VM_PMAP_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12594: result: no
# configure:12594: checking for vm/pmap.h
# configure:12594: clang -c conftest.c >&5
# conftest.c:111:10: fatal error: 'vm/pmap.h' file not found
# #include
# ^
# 1 error generated.
# configure:12594: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_PARAM_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_QUEUE_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_LOCK_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_MUTEX_H
# | #include
# | #endif
# | #ifdef HAVE_VM_VM_H
# | #include
# | #endif
# | #ifdef HAVE_VM_PMAP_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12594: result: no
# configure:12594: checking for machine/pmap.h
# configure:12594: clang -c conftest.c >&5
# conftest.c:111:10: fatal error: 'machine/pmap.h' file not found
# #include
# ^
# 1 error generated.
# configure:12594: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_PARAM_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_QUEUE_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_LOCK_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_MUTEX_H
# | #include
# | #endif
# | #ifdef HAVE_VM_VM_H
# | #include
# | #endif
# | #ifdef HAVE_VM_PMAP_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12594: result: no
# configure:12594: checking for vm/vm_map.h
# configure:12594: clang -c conftest.c >&5
# conftest.c:111:10: fatal error: 'vm/vm_map.h' file not found
# #include
# ^
# 1 error generated.
# configure:12594: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_PARAM_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_QUEUE_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_LOCK_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_MUTEX_H
# | #include
# | #endif
# | #ifdef HAVE_VM_VM_H
# | #include
# | #endif
# | #ifdef HAVE_VM_PMAP_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12594: result: no
# configure:12594: checking for vm/vm_object.h
# configure:12594: clang -c conftest.c >&5
# conftest.c:111:10: fatal error: 'vm/vm_object.h' file not found
# #include
# ^
# 1 error generated.
# configure:12594: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_PARAM_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_QUEUE_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_LOCK_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_MUTEX_H
# | #include
# | #endif
# | #ifdef HAVE_VM_VM_H
# | #include
# | #endif
# | #ifdef HAVE_VM_PMAP_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12594: result: no
# configure:12630: checking for sys/resourcevar.h
# configure:12630: clang -c conftest.c >&5
# conftest.c:99:10: fatal error: 'sys/resourcevar.h' file not found
# #include
# ^
# 1 error generated.
# configure:12630: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_RESOURCE_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12630: result: no
# configure:12656: checking for uvm/uvm_map.h
# configure:12656: clang -c conftest.c >&5
# conftest.c:105:10: fatal error: 'uvm/uvm_map.h' file not found
# #include
# ^
# 1 error generated.
# configure:12656: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_LOCK_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TREE_H
# | #include
# | #endif
# | #ifdef HAVE_UVM_UVM_EXTERN_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12656: result: no
# configure:12656: checking for uvm/uvm_pmap.h
# configure:12656: clang -c conftest.c >&5
# conftest.c:105:10: fatal error: 'uvm/uvm_pmap.h' file not found
# #include
# ^
# 1 error generated.
# configure:12656: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_LOCK_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TREE_H
# | #include
# | #endif
# | #ifdef HAVE_UVM_UVM_EXTERN_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12656: result: no
# configure:12656: checking for uvm/uvm_object.h
# configure:12656: clang -c conftest.c >&5
# conftest.c:105:10: fatal error: 'uvm/uvm_object.h' file not found
# #include
# ^
# 1 error generated.
# configure:12656: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TIME_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_LOCK_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TREE_H
# | #include
# | #endif
# | #ifdef HAVE_UVM_UVM_EXTERN_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12656: result: no
# configure:12686: checking for uvm/uvm.h
# configure:12686: clang -c conftest.c >&5
# conftest.c:105:10: fatal error: 'uvm/uvm.h' file not found
# #include
# ^
# 1 error generated.
# configure:12686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_MUTEX_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_PARAM_H
# | #include
# | #endif
# | #ifdef HAVE_UVM_UVM_PARAM_H
# | #include
# | #endif
# |
# |
# | #include
# configure:12686: result: no
# configure:12715: checking for boolean_t
# configure:12715: clang -c conftest.c >&5
# conftest.c:111:13: error: use of undeclared identifier 'boolean_t'
# if (sizeof (boolean_t))
# ^
# 1 error generated.
# configure:12715: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_MACH_BOOLEAN_H
# | #include
# | #endif
# | #ifdef HAVE_UVM_UVM_PARAM_H
# | #include
# | #endif
# | #ifdef HAVE_VM_VM_H
# | #include
# | #endif
# | #ifdef HAVE_KINFO_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof (boolean_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12715: result: no
# configure:12743: checking for mode_t
# configure:12743: clang -c conftest.c >&5
# configure:12743: $? = 0
# configure:12743: clang -c conftest.c >&5
# conftest.c:126:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:12743: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_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 ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12743: result: yes
# configure:12754: checking for pid_t
# configure:12754: clang -c conftest.c >&5
# configure:12754: $? = 0
# configure:12754: clang -c conftest.c >&5
# conftest.c:126:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:12754: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_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 ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12754: result: yes
# configure:12765: checking for size_t
# configure:12765: clang -c conftest.c >&5
# configure:12765: $? = 0
# configure:12765: clang -c conftest.c >&5
# conftest.c:126:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:12765: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_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 ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12765: result: yes
# configure:12776: checking for pid_t
# configure:12776: result: yes
# configure:12787: checking return type of signal handlers
# configure:12805: clang -c conftest.c >&5
# conftest.c:96:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:12812: result: void
# configure:12822: checking whether struct tm is in sys/time.h or time.h
# configure:12842: clang -c conftest.c >&5
# configure:12842: $? = 0
# configure:12849: result: time.h
# configure:12857: checking for struct tm.tm_gmtoff
# configure:12857: clang -c conftest.c >&5
# conftest.c:127:18: error: variable has incomplete type 'struct tm'
# static struct tm ac_aggr;
# ^
# conftest.c:127:15: note: forward declaration of 'struct tm'
# static struct tm ac_aggr;
# ^
# 1 error generated.
# configure:12857: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_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 ()
# | {
# | static struct tm ac_aggr;
# | if (ac_aggr.tm_gmtoff)
# | return 0;
# | ;
# | return 0;
# | }
# configure:12857: clang -c conftest.c >&5
# conftest.c:127:18: error: variable has incomplete type 'struct tm'
# static struct tm ac_aggr;
# ^
# conftest.c:127:15: note: forward declaration of 'struct tm'
# static struct tm ac_aggr;
# ^
# 1 error generated.
# configure:12857: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_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 ()
# | {
# | static struct tm ac_aggr;
# | if (sizeof ac_aggr.tm_gmtoff)
# | return 0;
# | ;
# | return 0;
# | }
# configure:12857: result: no
# configure:12874: checking for error_at_line
# configure:12890: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:12890: $? = 0
# configure:12898: result: yes
# configure:12911: checking vfork.h usability
# configure:12911: clang -c conftest.c >&5
# conftest.c:124:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:12911: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_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
# | #include
# configure:12911: result: no
# configure:12911: checking vfork.h presence
# configure:12911: clang -E conftest.c
# conftest.c:91:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:12911: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | #define RETSIGTYPE void
# | /* end confdefs.h. */
# | #include
# configure:12911: result: no
# configure:12911: checking for vfork.h
# configure:12911: result: no
# configure:12924: checking for fork
# configure:12924: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:12924: $? = 0
# configure:12924: result: yes
# configure:12924: checking for vfork
# configure:12924: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# conftest.c:115:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:115:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:12924: $? = 0
# configure:12924: result: yes
# configure:12934: checking for working fork
# configure:12956: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:12956: $? = 0
# configure:12956: ./conftest
# configure:12956: $? = 0
# configure:12966: result: yes
# configure:12987: checking for working vfork
# configure:13097: result: yes
# configure:13122: checking whether lstat correctly handles trailing slash
# configure:13148: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13148: $? = 0
# configure:13148: ./conftest
# configure:13148: $? = 0
# configure:13165: result: yes
# configure:13184: checking whether stat accepts an empty string
# configure:13204: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13204: $? = 0
# configure:13204: ./conftest
# configure:13204: $? = 0
# configure:13214: result: no
# configure:13232: checking for strftime
# configure:13232: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13232: $? = 0
# configure:13232: result: yes
# configure:13287: checking for statfs
# configure:13287: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13287: $? = 0
# configure:13287: result: yes
# configure:13298: checking for statvfs
# configure:13298: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13298: $? = 0
# configure:13298: result: yes
# configure:13309: checking for setlocale
# configure:13309: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13309: $? = 0
# configure:13309: result: yes
# configure:13320: checking for getaddrinfo
# configure:13320: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13320: $? = 0
# configure:13320: result: yes
# configure:13331: checking for syslog
# configure:13331: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13331: $? = 0
# configure:13331: result: yes
# configure:13342: checking for vsyslog
# configure:13342: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13342: $? = 0
# configure:13342: result: yes
# configure:13353: checking for backtrace
# configure:13353: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13353: $? = 0
# configure:13353: result: yes
# configure:13364: checking for getloadavg
# configure:13364: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13364: $? = 0
# configure:13364: result: yes
# configure:13375: checking for getopt_long
# configure:13375: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13375: $? = 0
# configure:13375: result: yes
# configure:13385: checking for va_copy
# configure:13404: clang -o conftest conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# configure:13404: $? = 0
# configure:13406: result: yes
# configure:13427: checking for an ANSI C-conforming const
# configure:13493: clang -c conftest.c >&5
# configure:13493: $? = 0
# configure:13500: result: yes
# configure:13508: checking whether byte ordering is bigendian
# configure:13523: clang -c conftest.c >&5
# conftest.c:108:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:108:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:13523: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | #define RETSIGTYPE void
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STATFS 1
# | #define HAVE_STATVFS 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_VA_COPY 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:13568: clang -c conftest.c >&5
# configure:13568: $? = 0
# configure:13586: clang -c conftest.c >&5
# conftest.c:114:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:13586: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "monit"
# | #define PACKAGE_TARNAME "monit"
# | #define PACKAGE_VERSION "5.18"
# | #define PACKAGE_STRING "monit 5.18"
# | #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "monit"
# | #define VERSION "5.18"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ASM_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_PROCFS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_QUEUE_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SWAP_H 1
# | #define HAVE_SYS_USER_H 1
# | #define RETSIGTYPE void
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STATFS 1
# | #define HAVE_STATVFS 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_VA_COPY 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:13714: result: no
# configure:13753: clang -c -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c >&5
# configure:13753: $? = 0
# configure:13773: clang -c -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c >&5
# configure:13773: $? = 0
# configure:13786: checking for IPv6 support
# configure:13810: clang -o conftest -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -lpthread -lcrypt -lresolv -lnsl >&5
# conftest.c:113:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main()
# ^
# conftest.c:118:17: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(fd >= 0 ? 0 : 1);
# ^
# conftest.c:118:17: note: include the header or explicitly provide a declaration for 'exit'
# conftest.c:116:37: warning: unused variable 'foo' [-Wunused-variable]
# struct sockaddr_in6 foo;
# ^
# 3 warnings generated.
# configure:13810: $? = 0
# configure:13810: ./conftest
# configure:13810: $? = 0
# configure:13821: result: yes
# configure:13835: checking pid file location
# configure:13851: result: /run
# configure:14076: checking for large files support
# configure:14102: result: enabled
# configure:14119: checking for special C compiler options needed for large files
# configure:14164: result: no
# configure:14170: checking for _FILE_OFFSET_BITS value needed for large files
# configure:14195: clang -c -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT conftest.c >&5
# configure:14195: $? = 0
# configure:14227: result: no
# configure:14322: checking for PAM support
# configure:14346: result: enabled
# configure:14355: checking for pam_start in -lpam
# configure:14380: clang -o conftest -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -rdynamic conftest.c -lpam -lpthread -lcrypt -lresolv -lnsl >&5
# configure:14380: $? = 0
# configure:14389: result: yes
# configure:14441: checking for static SSL support
# configure:14469: result: disabled
# configure:14478: checking for SSL support
# configure:14499: result: enabled
# configure:14525: checking for SSL include directory
# configure:14559: result: /usr/include
# configure:14562: checking for SSL library directory
# configure:14705: result: /lib
# configure:14740: checking for TLSv1.1
# configure:14753: clang -o conftest -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -rdynamic conftest.c -lpam -lpthread -lcrypt -lresolv -lnsl -L/lib -lssl -lcrypto -L/lib >&5
# configure:14753: $? = 0
# configure:14760: result: yes
# configure:14768: checking for TLSv1.2
# configure:14781: clang -o conftest -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -rdynamic conftest.c -lpam -lpthread -lcrypt -lresolv -lnsl -L/lib -lssl -lcrypto -L/lib >&5
# configure:14781: $? = 0
# configure:14788: result: yes
# configure:14796: checking for EC_KEY support
# configure:14809: clang -o conftest -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -rdynamic conftest.c -lpam -lpthread -lcrypt -lresolv -lnsl -L/lib -lssl -lcrypto -L/lib >&5
# configure:14809: $? = 0
# configure:14816: result: yes
# configure:14824: checking for ASN1_TIME_diff support
# configure:14837: clang -o conftest -Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include -rdynamic conftest.c -lpam -lpthread -lcrypt -lresolv -lnsl -L/lib -lssl -lcrypto -L/lib >&5
# configure:14837: $? = 0
# configure:14844: result: yes
# configure:15032: checking that generated files are newer than configure
# configure:15038: result: done
# configure:15066: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by monit config.status 5.18, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 6ce94b5a73dd
#
# config.status:1189: creating Makefile
# config.status:1189: creating system/startup/monit.upstart
# config.status:1189: creating system/startup/monit.service
# config.status:1189: creating src/config.h
# config.status:1418: executing libtool_patch commands
# config.status:1418: executing monitrc commands
# config.status:1418: executing depfiles commands
# config.status:1418: executing libtool commands
# configure:17362: === configuring in libmonit (/tmp/monit/src/monit-5.18/libmonit)
# configure:17425: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# 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_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_backtrace=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_getloadavg=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_lstat_dereferences_slashed_symlink=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_stat_empty_string_bug=no
# ac_cv_func_statfs=yes
# ac_cv_func_statvfs=yes
# ac_cv_func_strftime=yes
# ac_cv_func_syslog=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vsyslog=yes
# ac_cv_header_alloca_h=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_asm_page_h=no
# ac_cv_header_asm_param_h=yes
# ac_cv_header_cf_h=no
# ac_cv_header_crt_externs_h=no
# ac_cv_header_crypt_h=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_execinfo_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_glob_h=yes
# ac_cv_header_grp_h=yes
# ac_cv_header_ifaddrs_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_kinfo_h=no
# ac_cv_header_kstat_h=no
# ac_cv_header_kvm_h=no
# ac_cv_header_libperfstat_h=no
# ac_cv_header_libproc_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_loadavg_h=no
# ac_cv_header_locale_h=yes
# ac_cv_header_mach_boolean_h=no
# ac_cv_header_mach_host_info_h=no
# ac_cv_header_mach_mach_h=no
# ac_cv_header_mach_mach_host_h=no
# ac_cv_header_machine_pmap_h=no
# ac_cv_header_machine_vmparam_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_mntent_h=yes
# ac_cv_header_net_if_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_icmp6_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_netinet_ip_h=yes
# ac_cv_header_netinet_ip_icmp_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_pam_pam_appl_h=no
# ac_cv_header_paths_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_procfs_h=no
# ac_cv_header_procinfo_h=no
# ac_cv_header_pthread_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_regex_h=yes
# ac_cv_header_security_pam_appl_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stat_broken=no
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_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_sys_cfgdb_h=no
# ac_cv_header_sys_cfgodm_h=no
# ac_cv_header_sys_dk_h=no
# ac_cv_header_sys_dkstat_h=no
# ac_cv_header_sys_filio_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_loadavg_h=no
# ac_cv_header_sys_lock_h=no
# ac_cv_header_sys_mnttab_h=no
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_mutex_h=no
# ac_cv_header_sys_nlist_h=no
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_proc_h=no
# ac_cv_header_sys_procfs_h=yes
# ac_cv_header_sys_protosw_h=no
# ac_cv_header_sys_pstat_h=no
# ac_cv_header_sys_queue_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_resourcevar_h=no
# ac_cv_header_sys_sched_h=no
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_statfs_h=yes
# ac_cv_header_sys_statvfs_h=yes
# ac_cv_header_sys_swap_h=yes
# ac_cv_header_sys_sysctl_h=yes
# ac_cv_header_sys_sysinfo_h=yes
# ac_cv_header_sys_systemcfg_h=no
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_tree_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_ucred_h=no
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_user_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_sys_vfs_h=yes
# ac_cv_header_sys_vm_usage_h=no
# ac_cv_header_sys_vmmeter_h=no
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utmpx_h=yes
# ac_cv_header_uvm_uvm_extern_h=no
# ac_cv_header_uvm_uvm_h=no
# ac_cv_header_uvm_uvm_map_h=no
# ac_cv_header_uvm_uvm_object_h=no
# ac_cv_header_uvm_uvm_param_h=no
# ac_cv_header_uvm_uvm_pmap_h=no
# ac_cv_header_vfork_h=no
# ac_cv_header_vm_pmap_h=no
# ac_cv_header_vm_vm_h=no
# ac_cv_header_vm_vm_map_h=no
# ac_cv_header_vm_vm_object_h=no
# ac_cv_header_zone_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_ipv6=yes
# ac_cv_lib_c_crypt=no
# ac_cv_lib_crypt_crypt=yes
# ac_cv_lib_error_at_line=yes
# ac_cv_lib_inet_socket=no
# ac_cv_lib_nsl_inet_addr=yes
# ac_cv_lib_pam_pam_start=yes
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_lib_resolv_inet_aton=yes
# ac_cv_lib_socket_socket=no
# ac_cv_member_struct_tm_tm_gmtoff=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_FLEX=/usr/bin/flex
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_POD2MAN=no
# 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_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='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_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_struct_tm=time.h
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_boolean_t=no
# ac_cv_type_mode_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=none
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# 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_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=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
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/monit/src/monit-5.18/config/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# ARCH='LINUX'
# AUTOCONF='${SHELL} /tmp/monit/src/monit-5.18/config/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/monit/src/monit-5.18/config/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/monit/src/monit-5.18/config/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS='-Wno-address -Wno-pointer-sign -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -D _REENTRANT -I/usr/include -I/usr/include'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_PROFILING_FALSE=''
# ENABLE_PROFILING_TRUE='#'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FLEX='/usr/bin/flex'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=' -rdynamic'
# LIBOBJS=''
# LIBS='-lpam -lpthread -lcrypt -lresolv -lnsl -L/lib -lssl -lcrypto -L/lib'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/monit/src/monit-5.18/config/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='monit'
# PACKAGE_BUGREPORT='monit-general@nongnu.org'
# PACKAGE_NAME='monit'
# PACKAGE_STRING='monit 5.18'
# PACKAGE_TARNAME='monit'
# PACKAGE_URL=''
# PACKAGE_VERSION='5.18'
# PATH_SEPARATOR=':'
# POD2MAN='no'
# POD2MANFLAGS=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='5.18'
# YACC='bison -y'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE=''
# am__fastdepCC_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/monit/src/monit-5.18/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# 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'
# sslincldir='/usr/include'
# ssllibdir='/lib'
# subdirs=' libmonit'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "monit"
# #define PACKAGE_TARNAME "monit"
# #define PACKAGE_VERSION "5.18"
# #define PACKAGE_STRING "monit 5.18"
# #define PACKAGE_BUGREPORT "monit-general@nongnu.org"
# #define PACKAGE_URL ""
# #define PACKAGE "monit"
# #define VERSION "5.18"
# #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 HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_LIBNSL 1
# #define HAVE_LIBRESOLV 1
# #define HAVE_LIBCRYPT 1
# #define HAVE_LIBPTHREAD 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_ASM_PARAM_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_CRYPT_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_EXECINFO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GLOB_H 1
# #define HAVE_GRP_H 1
# #define HAVE_IFADDRS_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MNTENT_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_SECURITY_PAM_APPL_H 1
# #define HAVE_POLL_H 1
# #define HAVE_SYS_PROCFS_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_PWD_H 1
# #define HAVE_REGEX_H 1
# #define HAVE_SETJMP_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STROPTS_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_QUEUE_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_STATFS_H 1
# #define HAVE_SYS_STATVFS_H 1
# #define HAVE_SYS_SYSINFO_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_SYS_VFS_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTMPX_H 1
# #define HAVE_NETINET_IP_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_NETINET_IP_ICMP_H 1
# #define HAVE_NETINET_ICMP6_H 1
# #define HAVE_SYS_SYSCTL_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_SYS_SWAP_H 1
# #define HAVE_SYS_USER_H 1
# #define RETSIGTYPE void
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define HAVE_STRFTIME 1
# #define HAVE_STATFS 1
# #define HAVE_STATVFS 1
# #define HAVE_SETLOCALE 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_SYSLOG 1
# #define HAVE_VSYSLOG 1
# #define HAVE_BACKTRACE 1
# #define HAVE_GETLOADAVG 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_VA_COPY 1
# #define HAVE_IPV6 1
# #define PIDDIR "/run"
# #define HAVE_MTAB 1
# #define HAVE_CPU_WAIT 1
# #define HAVE_LARGEFILES 1
# #define HAVE_LIBPAM 1
# #define HAVE_OPENSSL 1
# #define HAVE_TLSV1_1 1
# #define HAVE_TLSV1_2 1
# #define HAVE_EC_KEY 1
# #define HAVE_ASN1_TIME_DIFF 1
#
# configure: exit 0

CMD: config logfiles '/tmp/monit/src/monit-5.18/libmonit/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 libmonit configure 1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --sysconfdir=/etc host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 6ce94b5a73dd
# 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:2316: checking for a BSD-compatible install
# configure:2384: result: /usr/bin/install -c
# configure:2395: checking whether build environment is sane
# configure:2450: result: yes
# configure:2509: checking for x86_64-unknown-linux-strip
# configure:2539: result: no
# configure:2549: checking for strip
# configure:2565: found /usr/bin/strip
# configure:2576: result: strip
# configure:2601: checking for a thread-safe mkdir -p
# configure:2640: result: /usr/bin/mkdir -p
# configure:2647: checking for gawk
# configure:2663: found /usr/bin/gawk
# configure:2674: result: gawk
# configure:2685: checking whether make sets $(MAKE)
# configure:2707: result: yes
# configure:2736: checking whether make supports nested variables
# configure:2753: result: yes
# configure:2892: checking for x86_64-unknown-linux-gcc
# configure:2919: result: clang
# configure:3188: checking for C compiler version
# configure:3197: 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:3208: $? = 0
# configure:3197: 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:3208: $? = 0
# configure:3197: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3208: $? = 1
# configure:3197: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3208: $? = 1
# configure:3228: checking whether the C compiler works
# configure:3250: clang conftest.c >&5
# configure:3254: $? = 0
# configure:3302: result: yes
# configure:3305: checking for C compiler default output file name
# configure:3307: result: a.out
# configure:3313: checking for suffix of executables
# configure:3320: clang -o conftest conftest.c >&5
# configure:3324: $? = 0
# configure:3346: result:
# configure:3368: checking whether we are cross compiling
# configure:3376: clang -o conftest conftest.c >&5
# configure:3380: $? = 0
# configure:3387: ./conftest
# configure:3391: $? = 0
# configure:3406: result: no
# configure:3411: checking for suffix of object files
# configure:3433: clang -c conftest.c >&5
# configure:3437: $? = 0
# configure:3458: result: o
# configure:3462: checking whether we are using the GNU C compiler
# configure:3481: clang -c conftest.c >&5
# configure:3481: $? = 0
# configure:3490: result: yes
# configure:3499: checking whether clang accepts -g
# configure:3519: clang -c -g conftest.c >&5
# configure:3519: $? = 0
# configure:3560: result: yes
# configure:3577: checking for clang option to accept ISO C89
# configure:3640: clang -c conftest.c >&5
# configure:3640: $? = 0
# configure:3653: result: none needed
# configure:3678: checking whether clang understands -c and -o together
# configure:3700: clang -c conftest.c -o conftest2.o
# configure:3703: $? = 0
# configure:3700: clang -c conftest.c -o conftest2.o
# configure:3703: $? = 0
# configure:3715: result: yes
# configure:3743: checking for style of include used by make
# configure:3771: result: GNU
# configure:3797: checking dependency style of clang
# configure:3908: result: none
# configure:3957: checking build system type
# configure:3971: result: x86_64-unknown-linux-gnu
# configure:3991: checking host system type
# configure:4004: result: x86_64-unknown-linux-gnu
# configure:4045: checking how to print strings
# configure:4072: result: printf
# configure:4093: checking for a sed that does not truncate output
# configure:4157: result: /usr/bin/sed
# configure:4175: checking for grep that handles long lines and -e
# configure:4233: result: /usr/bin/grep
# configure:4238: checking for egrep
# configure:4300: result: /usr/bin/grep -E
# configure:4305: checking for fgrep
# configure:4367: result: /usr/bin/grep -F
# configure:4402: checking for ld used by clang
# configure:4469: result: /usr/bin/ld
# configure:4476: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4491: result: yes
# configure:4503: checking for BSD- or MS-compatible name lister (nm)
# configure:4552: result: /usr/bin/nm -B
# configure:4682: checking the name lister (/usr/bin/nm -B) interface
# configure:4689: clang -c conftest.c >&5
# configure:4692: /usr/bin/nm -B "conftest.o"
# configure:4695: output
# 0000000000000000 B some_variable
# configure:4702: result: BSD nm
# configure:4705: checking whether ln -s works
# configure:4709: result: yes
# configure:4717: checking the maximum length of command line arguments
# configure:4848: result: 1572864
# configure:4865: checking whether the shell understands some XSI constructs
# configure:4875: result: yes
# configure:4879: checking whether the shell understands "+="
# configure:4885: result: yes
# configure:4920: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4960: result: func_convert_file_noop
# configure:4967: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4987: result: func_convert_file_noop
# configure:4994: checking for /usr/bin/ld option to reload object files
# configure:5001: result: -r
# configure:5035: checking for x86_64-unknown-linux-objdump
# configure:5065: result: no
# configure:5075: checking for objdump
# configure:5091: found /usr/bin/objdump
# configure:5102: result: objdump
# configure:5134: checking how to recognize dependent libraries
# configure:5332: result: pass_all
# configure:5377: checking for x86_64-unknown-linux-dlltool
# configure:5407: result: no
# configure:5417: checking for dlltool
# configure:5447: result: no
# configure:5477: checking how to associate runtime and link libraries
# configure:5504: result: printf %s\n
# configure:5521: checking for x86_64-unknown-linux-ar
# configure:5551: result: no
# configure:5565: checking for ar
# configure:5581: found /usr/bin/ar
# configure:5592: result: ar
# configure:5629: checking for archiver @FILE support
# configure:5646: clang -c conftest.c >&5
# configure:5646: $? = 0
# configure:5649: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5652: $? = 0
# configure:5657: 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:5660: $? = 1
# configure:5672: result: @
# configure:5690: checking for x86_64-unknown-linux-strip
# configure:5717: result: strip
# configure:5789: checking for x86_64-unknown-linux-ranlib
# configure:5819: result: no
# configure:5829: checking for ranlib
# configure:5845: found /usr/bin/ranlib
# configure:5856: result: ranlib
# configure:5958: checking command to parse /usr/bin/nm -B output from clang object
# configure:6078: clang -c conftest.c >&5
# configure:6081: $? = 0
# configure:6085: /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:6088: $? = 0
# configure:6154: clang -o conftest conftest.c conftstm.o >&5
# configure:6157: $? = 0
# configure:6195: result: ok
# configure:6232: checking for sysroot
# configure:6262: result: no
# configure:6339: clang -c conftest.c >&5
# configure:6342: $? = 0
# configure:6491: checking for x86_64-unknown-linux-mt
# configure:6521: result: no
# configure:6531: checking for mt
# configure:6561: result: no
# configure:6581: checking if : is a manifest tool
# configure:6587: : '-?'
# configure:6595: result: no
# configure:7237: checking how to run the C preprocessor
# configure:7268: clang -E conftest.c
# configure:7268: $? = 0
# configure:7282: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7282: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | /* end confdefs.h. */
# | #include
# configure:7307: result: clang -E
# configure:7327: clang -E conftest.c
# configure:7327: $? = 0
# configure:7341: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7341: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | /* end confdefs.h. */
# | #include
# configure:7370: checking for ANSI C header files
# configure:7390: clang -c conftest.c >&5
# configure:7390: $? = 0
# configure:7463: clang -o conftest conftest.c >&5
# configure:7463: $? = 0
# configure:7463: ./conftest
# configure:7463: $? = 0
# configure:7474: result: yes
# configure:7487: checking for sys/types.h
# configure:7487: clang -c conftest.c >&5
# configure:7487: $? = 0
# configure:7487: result: yes
# configure:7487: checking for sys/stat.h
# configure:7487: clang -c conftest.c >&5
# configure:7487: $? = 0
# configure:7487: result: yes
# configure:7487: checking for stdlib.h
# configure:7487: clang -c conftest.c >&5
# configure:7487: $? = 0
# configure:7487: result: yes
# configure:7487: checking for string.h
# configure:7487: clang -c conftest.c >&5
# configure:7487: $? = 0
# configure:7487: result: yes
# configure:7487: checking for memory.h
# configure:7487: clang -c conftest.c >&5
# configure:7487: $? = 0
# configure:7487: result: yes
# configure:7487: checking for strings.h
# configure:7487: clang -c conftest.c >&5
# configure:7487: $? = 0
# configure:7487: result: yes
# configure:7487: checking for inttypes.h
# configure:7487: clang -c conftest.c >&5
# configure:7487: $? = 0
# configure:7487: result: yes
# configure:7487: checking for stdint.h
# configure:7487: clang -c conftest.c >&5
# configure:7487: $? = 0
# configure:7487: result: yes
# configure:7487: checking for unistd.h
# configure:7487: clang -c conftest.c >&5
# configure:7487: $? = 0
# configure:7487: result: yes
# configure:7501: checking for dlfcn.h
# configure:7501: clang -c conftest.c >&5
# configure:7501: $? = 0
# configure:7501: result: yes
# configure:7707: checking for objdir
# configure:7722: result: .libs
# configure:7993: checking if clang supports -fno-rtti -fno-exceptions
# configure:8011: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8015: $? = 0
# configure:8028: result: yes
# configure:8355: checking for clang option to produce PIC
# configure:8362: result: -fPIC -DPIC
# configure:8370: checking if clang PIC flag -fPIC -DPIC works
# configure:8388: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8392: $? = 0
# configure:8405: result: yes
# configure:8434: checking if clang static flag -static works
# configure:8462: result: yes
# configure:8477: checking if clang supports -c -o file.o
# configure:8498: clang -c -o out/conftest2.o conftest.c >&5
# configure:8502: $? = 0
# configure:8524: result: yes
# configure:8532: checking if clang supports -c -o file.o
# configure:8579: result: yes
# configure:8612: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9769: result: yes
# configure:9806: checking whether -lc should be explicitly linked in
# configure:9814: clang -c conftest.c >&5
# configure:9817: $? = 0
# configure:9832: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9835: $? = 0
# configure:9849: result: no
# configure:10009: checking dynamic linker characteristics
# configure:10509: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10509: $? = 0
# configure:10743: result: GNU/Linux ld.so
# configure:10850: checking how to hardcode library paths into programs
# configure:10875: result: immediate
# configure:11415: checking whether stripping libraries is possible
# configure:11420: result: yes
# configure:11455: checking if libtool supports shared libraries
# configure:11457: result: yes
# configure:11460: checking whether to build shared libraries
# configure:11481: result: yes
# configure:11484: checking whether to build static libraries
# configure:11488: result: yes
# configure:11692: checking for pthread_create in -lpthread
# configure:11717: clang -o conftest conftest.c -lpthread >&5
# configure:11717: $? = 0
# configure:11726: result: yes
# configure:11739: checking for round in -lm
# configure:11764: clang -o conftest conftest.c -lm -lpthread >&5
# conftest.c:31:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
# char round ();
# ^
# conftest.c:31:6: note: 'round' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:11764: $? = 0
# configure:11773: result: yes
# configure:11791: checking for ANSI C header files
# configure:11895: result: yes
# configure:11912: checking ctype.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking ctype.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for ctype.h
# configure:11912: result: yes
# configure:11912: checking errno.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking errno.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for errno.h
# configure:11912: result: yes
# configure:11912: checking fcntl.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking fcntl.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for fcntl.h
# configure:11912: result: yes
# configure:11912: checking limits.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking limits.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for limits.h
# configure:11912: result: yes
# configure:11912: checking pthread.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking pthread.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for pthread.h
# configure:11912: result: yes
# configure:11912: checking setjmp.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking setjmp.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for setjmp.h
# configure:11912: result: yes
# configure:11912: checking signal.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking signal.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for signal.h
# configure:11912: result: yes
# configure:11912: checking stdarg.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking stdarg.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for stdarg.h
# configure:11912: result: yes
# configure:11912: checking stdio.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking stdio.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for stdio.h
# configure:11912: result: yes
# configure:11912: checking for string.h
# configure:11912: result: yes
# configure:11912: checking for string.h
# configure:11912: result: yes
# configure:11912: checking for strings.h
# configure:11912: result: yes
# configure:11912: checking sys/socket.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking sys/socket.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for sys/socket.h
# configure:11912: result: yes
# configure:11912: checking sys/time.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking sys/time.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for sys/time.h
# configure:11912: result: yes
# configure:11912: checking for sys/types.h
# configure:11912: result: yes
# configure:11912: checking for unistd.h
# configure:11912: result: yes
# configure:11912: checking execinfo.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking execinfo.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for execinfo.h
# configure:11912: result: yes
# configure:11912: checking sys/sendfile.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking sys/sendfile.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for sys/sendfile.h
# configure:11912: result: yes
# configure:11912: checking sys/dirent.h usability
# configure:11912: clang -c conftest.c >&5
# conftest.c:77:10: fatal error: 'sys/dirent.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_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:11912: result: no
# configure:11912: checking sys/dirent.h presence
# configure:11912: clang -E conftest.c
# conftest.c:44:10: fatal error: 'sys/dirent.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | /* end confdefs.h. */
# | #include
# configure:11912: result: no
# configure:11912: checking for sys/dirent.h
# configure:11912: result: no
# configure:11912: checking poll.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking poll.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for poll.h
# configure:11912: result: yes
# configure:11912: checking sys/poll.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking sys/poll.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for sys/poll.h
# configure:11912: result: yes
# configure:11912: checking sys/event.h usability
# configure:11912: clang -c conftest.c >&5
# conftest.c:79:10: fatal error: 'sys/event.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_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:11912: result: no
# configure:11912: checking sys/event.h presence
# configure:11912: clang -E conftest.c
# conftest.c:46:10: fatal error: 'sys/event.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11912: result: no
# configure:11912: checking for sys/event.h
# configure:11912: result: no
# configure:11912: checking stropts.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking stropts.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for stropts.h
# configure:11912: result: yes
# configure:11912: checking sys/ioctl.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking sys/ioctl.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for sys/ioctl.h
# configure:11912: result: yes
# configure:11912: checking sys/filio.h usability
# configure:11912: clang -c conftest.c >&5
# conftest.c:81:10: fatal error: 'sys/filio.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_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:11912: result: no
# configure:11912: checking sys/filio.h presence
# configure:11912: clang -E conftest.c
# conftest.c:48:10: fatal error: 'sys/filio.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11912: result: no
# configure:11912: checking for sys/filio.h
# configure:11912: result: no
# configure:11912: checking kstat.h usability
# configure:11912: clang -c conftest.c >&5
# conftest.c:81:10: fatal error: 'kstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_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:11912: result: no
# configure:11912: checking kstat.h presence
# configure:11912: clang -E conftest.c
# conftest.c:48:10: fatal error: 'kstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11912: result: no
# configure:11912: checking for kstat.h
# configure:11912: result: no
# configure:11912: checking ifaddrs.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking ifaddrs.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for ifaddrs.h
# configure:11912: result: yes
# configure:11912: checking net/if_media.h usability
# configure:11912: clang -c conftest.c >&5
# conftest.c:82:10: fatal error: 'net/if_media.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_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:11912: result: no
# configure:11912: checking net/if_media.h presence
# configure:11912: clang -E conftest.c
# conftest.c:49:10: fatal error: 'net/if_media.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | /* end confdefs.h. */
# | #include
# configure:11912: result: no
# configure:11912: checking for net/if_media.h
# configure:11912: result: no
# configure:11912: checking netinet/in.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking netinet/in.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for netinet/in.h
# configure:11912: result: yes
# configure:11912: checking sys/sysctl.h usability
# configure:11912: clang -c conftest.c >&5
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking sys/sysctl.h presence
# configure:11912: clang -E conftest.c
# configure:11912: $? = 0
# configure:11912: result: yes
# configure:11912: checking for sys/sysctl.h
# configure:11912: result: yes
# configure:11912: checking net/if_dl.h usability
# configure:11912: clang -c conftest.c >&5
# conftest.c:84:10: fatal error: 'net/if_dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_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:11912: result: no
# configure:11912: checking net/if_dl.h presence
# configure:11912: clang -E conftest.c
# conftest.c:51:10: fatal error: 'net/if_dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11912: result: no
# configure:11912: checking for net/if_dl.h
# configure:11912: result: no
# configure:11912: checking sys/protosw.h usability
# configure:11912: clang -c conftest.c >&5
# conftest.c:84:10: fatal error: 'sys/protosw.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_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:11912: result: no
# configure:11912: checking sys/protosw.h presence
# configure:11912: clang -E conftest.c
# conftest.c:51:10: fatal error: 'sys/protosw.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11912: result: no
# configure:11912: checking for sys/protosw.h
# configure:11912: result: no
# configure:11912: checking mach/boolean.h usability
# configure:11912: clang -c conftest.c >&5
# conftest.c:84:10: fatal error: 'mach/boolean.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_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:11912: result: no
# configure:11912: checking mach/boolean.h presence
# configure:11912: clang -E conftest.c
# conftest.c:51:10: fatal error: 'mach/boolean.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11912: result: no
# configure:11912: checking for mach/boolean.h
# configure:11912: result: no
# configure:11912: checking uvm/uvm_param.h usability
# configure:11912: clang -c conftest.c >&5
# conftest.c:84:10: fatal error: 'uvm/uvm_param.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_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:11912: result: no
# configure:11912: checking uvm/uvm_param.h presence
# configure:11912: clang -E conftest.c
# conftest.c:51:10: fatal error: 'uvm/uvm_param.h' file not found
# #include
# ^
# 1 error generated.
# configure:11912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:11912: result: no
# configure:11912: checking for uvm/uvm_param.h
# configure:11912: result: no
# configure:11925: checking for net/if.h
# configure:11925: clang -c conftest.c >&5
# configure:11925: $? = 0
# configure:11925: result: yes
# configure:11925: checking for net/route.h
# configure:11925: clang -c conftest.c >&5
# configure:11925: $? = 0
# configure:11925: result: yes
# configure:11957: checking for libperfstat.h
# configure:11957: clang -c conftest.c >&5
# conftest.c:59:10: fatal error: 'libperfstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:11957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ROUTE_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_PROTOSW_H
# | #include
# | #endif
# |
# |
# | #include
# configure:11957: result: no
# configure:11977: checking for boolean_t
# configure:11977: clang -c conftest.c >&5
# conftest.c:68:13: error: use of undeclared identifier 'boolean_t'
# if (sizeof (boolean_t))
# ^
# 1 error generated.
# configure:11977: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ROUTE_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_MACH_BOOLEAN_H
# | #include
# | #endif
# | #ifdef HAVE_UVM_UVM_PARAM_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof (boolean_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11977: result: no
# configure:11998: checking for uchar_t
# configure:11998: clang -c conftest.c >&5
# conftest.c:89:13: error: use of undeclared identifier 'uchar_t'
# if (sizeof (uchar_t))
# ^
# 1 error generated.
# configure:11998: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NET_IF_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
# | int
# | main ()
# | {
# | if (sizeof (uchar_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11998: result: no
# configure:12008: checking for uint32_t
# configure:12008: clang -c conftest.c >&5
# configure:12008: $? = 0
# configure:12008: clang -c conftest.c >&5
# conftest.c:89:23: error: expected expression
# if (sizeof ((uint32_t)))
# ^
# 1 error generated.
# configure:12008: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NET_IF_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
# | int
# | main ()
# | {
# | if (sizeof ((uint32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12008: result: yes
# configure:12024: checking setjmp is available
# configure:12043: clang -o conftest conftest.c -lm -lpthread >&5
# configure:12043: $? = 0
# configure:12043: ./conftest
# configure:12043: $? = 0
# configure:12044: result: yes
# configure:12057: result:
# configure:12061: checking vsnprintf is c99 conformant
# configure:12081: clang -o conftest conftest.c -lm -lpthread >&5
# configure:12081: $? = 0
# configure:12081: ./conftest
# configure:12081: $? = 0
# configure:12082: result: yes
# configure:12095: result:
# configure:12100: checking for timegm
# configure:12100: clang -o conftest conftest.c -lm -lpthread >&5
# configure:12100: $? = 0
# configure:12100: result: yes
# configure:12193: checking for an ANSI C-conforming const
# configure:12259: clang -c -D _REENTRANT conftest.c >&5
# configure:12259: $? = 0
# configure:12266: result: yes
# configure:12274: checking whether byte ordering is bigendian
# configure:12289: clang -c -D _REENTRANT conftest.c >&5
# conftest.c:57:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:57:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:12289: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_TIMEGM 1
# | #define LINUX 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:12334: clang -c -D _REENTRANT conftest.c >&5
# configure:12334: $? = 0
# configure:12352: clang -c -D _REENTRANT conftest.c >&5
# conftest.c:63:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:12352: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmonit"
# | #define PACKAGE_TARNAME "libmonit"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "libmonit 1.0"
# | #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmonit"
# | #define VERSION "1.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_SYS_SENDFILE_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ROUTE_H 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_TIMEGM 1
# | #define LINUX 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:12480: result: no
# configure:12519: clang -c -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c >&5
# configure:12519: $? = 0
# configure:12539: clang -c -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c >&5
# configure:12539: $? = 0
# configure:12576: checking for IPv6 support
# configure:12600: clang -o conftest -Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -lm -lpthread >&5
# conftest.c:62:2: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main()
# ^
# conftest.c:67:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(fd >= 0 ? 0 : 1);
# ^
# conftest.c:67:3: note: include the header or explicitly provide a declaration for 'exit'
# conftest.c:65:23: warning: unused variable 'foo' [-Wunused-variable]
# struct sockaddr_in6 foo;
# ^
# 3 warnings generated.
# configure:12600: $? = 0
# configure:12600: ./conftest
# configure:12600: $? = 0
# configure:12611: result: yes
# configure:12736: checking that generated files are newer than configure
# configure:12742: result: done
# configure:12766: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libmonit config.status 1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 6ce94b5a73dd
#
# config.status:1116: creating Makefile
# config.status:1116: creating test/Makefile
# config.status:1116: creating src/xconfig.h
# config.status:1345: executing depfiles commands
# config.status:1345: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# 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_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_timegm=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_execinfo_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_ifaddrs_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_kstat_h=no
# ac_cv_header_libperfstat_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_mach_boolean_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_net_if_dl_h=no
# ac_cv_header_net_if_h=yes
# ac_cv_header_net_if_media_h=no
# ac_cv_header_net_route_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_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_sys_dirent_h=no
# ac_cv_header_sys_event_h=no
# ac_cv_header_sys_filio_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_poll_h=yes
# ac_cv_header_sys_protosw_h=no
# ac_cv_header_sys_sendfile_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_sysctl_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_uvm_uvm_param_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_ipv6=yes
# ac_cv_lib_m_round=yes
# ac_cv_lib_pthread_pthread_create=yes
# 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_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='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_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_boolean_t=no
# ac_cv_type_uchar_t=no
# ac_cv_type_uint32_t=yes
# am_cv_CC_dependencies_compiler_type=none
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# 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_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=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
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/monit/src/monit-5.18/libmonit/config/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/monit/src/monit-5.18/libmonit/config/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/monit/src/monit-5.18/libmonit/config/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/monit/src/monit-5.18/libmonit/config/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS='-Wno-address -Wno-pointer-sign -D _REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lm -lpthread '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/monit/src/monit-5.18/libmonit/config/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libmonit'
# PACKAGE_BUGREPORT='monit-dev@tildeslash.com'
# PACKAGE_NAME='libmonit'
# PACKAGE_STRING='libmonit 1.0'
# PACKAGE_TARNAME='libmonit'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.0'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# UNIT_TEST='test'
# VERSION='1.0'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE=''
# am__fastdepCC_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/monit/src/monit-5.18/libmonit/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# 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'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libmonit"
# #define PACKAGE_TARNAME "libmonit"
# #define PACKAGE_VERSION "1.0"
# #define PACKAGE_STRING "libmonit 1.0"
# #define PACKAGE_BUGREPORT "monit-dev@tildeslash.com"
# #define PACKAGE_URL ""
# #define PACKAGE "libmonit"
# #define VERSION "1.0"
# #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 HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_LIBPTHREAD 1
# #define HAVE_LIBM 1
# #define STDC_HEADERS 1
# #define HAVE_CTYPE_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_SETJMP_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_EXECINFO_H 1
# #define HAVE_SYS_SENDFILE_H 1
# #define HAVE_POLL_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_STROPTS_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_IFADDRS_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SYS_SYSCTL_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_NET_ROUTE_H 1
# #define HAVE_UINT32_T 1
# #define HAVE_TIMEGM 1
# #define LINUX 1
# #define IPV6 1
#
# configure: exit 0