Build of opensmtpd with clang_glibc toolchain

The build took 00h 01m 38s and was NOT successful.

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

SLOCLanguage
36,923 ansic
10,719 sh
5,701 makefile
2,313 yacc
339 awk
55,995 total

The process tree of the build process is here.

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

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: opensmtpd 5.9.2p1-3 (Thu Apr 13 21:04:46 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) libasr-1.0.2-2
#
# Total Installed Size: 0.07 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libasr...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> 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 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 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 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 x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether byte ordering is bigendian... no
# checking how to run the C preprocessor... clang -E
# checking for ar... /usr/bin/ar
# checking for cat... /usr/bin/cat
# checking for zcat... /usr/bin/zcat
# checking for sed... (cached) /usr/bin/sed
# checking for bash... /usr/bin/bash
# checking for ksh... (cached) /usr/bin/bash
# checking for sh... (cached) /usr/bin/bash
# checking for sh... /usr/bin/sh
# checking for groff... /usr/bin/groff
# checking for nroff... /usr/bin/nroff
# checking for mandoc... no
# checking for bison... bison -y
# 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 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 grp.h usability... yes
# checking grp.h presence... yes
# checking for grp.h... yes
# checking libgen.h usability... yes
# checking libgen.h presence... yes
# checking for libgen.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking maillock.h usability... no
# checking maillock.h presence... no
# checking for maillock.h... no
# checking mach/mach_time.h usability... no
# checking mach/mach_time.h presence... no
# checking for mach/mach_time.h... no
# checking ndir.h usability... no
# checking ndir.h presence... no
# checking for ndir.h... no
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking pam/pam_appl.h usability... no
# checking pam/pam_appl.h presence... no
# checking for pam/pam_appl.h... no
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking security/pam_appl.h usability... yes
# checking security/pam_appl.h presence... yes
# checking for security/pam_appl.h... yes
# checking shadow.h usability... yes
# checking shadow.h presence... yes
# checking for shadow.h... yes
# checking sys/cdefs.h usability... yes
# checking sys/cdefs.h presence... yes
# checking for sys/cdefs.h... yes
# checking sys/dir.h usability... yes
# checking sys/dir.h presence... yes
# checking for sys/dir.h... yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking sys/mount.h usability... yes
# checking sys/mount.h presence... yes
# checking for sys/mount.h... yes
# checking sys/ndir.h usability... no
# checking sys/ndir.h presence... no
# checking for sys/ndir.h... no
# checking sys/pstat.h usability... no
# checking sys/pstat.h presence... no
# checking for sys/pstat.h... no
# checking sys/statfs.h usability... yes
# checking sys/statfs.h presence... yes
# checking for sys/statfs.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking ucred.h usability... no
# checking ucred.h presence... no
# checking for ucred.h... no
# checking util.h usability... no
# checking util.h presence... no
# checking for util.h... no
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking vis.h usability... no
# checking vis.h presence... no
# checking for vis.h... no
# checking for login_cap.h... no
# checking for sys/mount.h... (cached) yes
# checking bsd/libutil.h usability... no
# checking bsd/libutil.h presence... no
# checking for bsd/libutil.h... no
# checking libutil.h usability... no
# checking libutil.h presence... no
# checking for libutil.h... no
# checking for fts.h... yes
# checking for long long... yes
# checking for unsigned long long... yes
# checking for long double... yes
# checking for u_int... yes
# checking for u_char... yes
# checking size of short int... 2
# checking size of int... 4
# checking size of long int... 8
# checking size of long long int... 8
# checking for int8_t... yes
# checking for int16_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking for uint8_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for intptr_t... yes
# checking for unsigned long long int... yes
# checking for long long int... yes
# checking for intmax_t... yes
# checking for uintptr_t... yes
# checking for uintmax_t... yes
# checking for size_t... yes
# checking for ssize_t... yes
# checking for off_t... yes
# checking for mode_t... yes
# checking for pid_t... yes
# checking for uid_t in sys/types.h... yes
# checking for socklen_t... yes
# checking for sig_atomic_t... yes
# checking for fsblkcnt_t... yes
# checking for fsfilcnt_t... yes
# checking for in_addr_t... yes
# checking for in_port_t... yes
# checking for sa_family_t... yes
# checking for struct timespec... yes
# checking for struct ifgroupreq... no
# checking for struct sockaddr_storage... yes
# checking for struct sockaddr_in6... yes
# checking for struct in6_addr... yes
# checking for struct addrinfo... yes
# checking for struct timeval... yes
# checking for struct sockaddr_in6.sin6_scope_id... yes
# checking for struct passwd.pw_gecos... yes
# checking for struct passwd.pw_class... no
# checking for struct passwd.pw_change... no
# checking for struct passwd.pw_expire... no
# checking for struct stat.st_flags... no
# checking for struct stat.st_mtim... yes
# checking for struct stat.st_mtimespec... no
# checking for struct sockaddr.sa_len... no
# checking for struct sockaddr_storage.ss_len... no
# checking for struct sockaddr_in.sin_len... no
# checking for struct sockaddr_in6.sin6_len... no
# checking for struct statfs.f_favail... no
# checking for struct sockaddr_storage.ss_family... yes
# checking for struct sockaddr_storage.__ss_family... no
# checking whether O_NONBLOCK is declared... yes
# checking whether AF_LOCAL is declared... yes
# checking whether WAIT_MYPGRP is declared... yes
# checking whether writev is declared... yes
# checking for inline... inline
# checking for library containing basename... none required
# checking for library containing utimes... none required
# checking for library containing fmt_scaled... no
# checking for library containing dirname... none required
# checking for library containing inet_net_pton... -lresolv
# checking for library containing clock_gettime... none required
# checking for library containing fts_open... none required
# checking for library containing arc4random... no
# checking for library containing daemon... none required
# checking for library containing fparseln... no
# checking for library containing res_9_b64_ntop... no
# checking for library containing setsockopt... none required
# checking for library containing crypt... -lcrypt
# checking for arc4random... no
# checking for arc4random_buf... no
# checking for arc4random_stir... no
# checking for arc4random_uniform... no
# checking for asprintf... yes
# checking for b64_ntop... no
# checking for __b64_ntop... yes
# checking for b64_pton... no
# checking for __b64_pton... yes
# checking for bcopy... yes
# checking for chflags... no
# checking for closefrom... no
# checking for dirfd... yes
# checking for dirname... yes
# checking for endgrent... yes
# checking for explicit_bzero... no
# checking for fchflags... no
# checking for fgetln... no
# checking for freeaddrinfo... yes
# checking for getaddrinfo... yes
# checking for getnameinfo... yes
# checking for gettimeofday... yes
# checking for getopt... yes
# checking for getpeereid... no
# checking for getspnam... yes
# checking for inet_aton... yes
# checking for inet_net_pton... yes
# checking for inet_ntoa... yes
# checking for inet_ntop... yes
# checking for isblank... yes
# checking for memmove... yes
# checking for nsleep... no
# checking for pidfile... no
# checking for pledge... no
# checking for pw_dup... no
# checking for reallocarray... no
# checking for setenv... yes
# checking for setlinebuf... yes
# checking for setproctitle... no
# checking for setregid... yes
# checking for setreuid... yes
# checking for setresuid... yes
# checking for setresgid... yes
# checking for setsid... yes
# checking for sigaction... yes
# checking for snprintf... yes
# checking for socketpair... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking for strmode... no
# checking for strnvis... no
# checking for strtonum... no
# checking for sysconf... yes
# checking for tcgetpgrp... yes
# checking for time... yes
# checking for truncate... yes
# checking for vasprintf... yes
# checking for vsnprintf... yes
# checking for waitpid... yes
# checking whether strsep is declared... yes
# checking for strsep... yes
# checking for /proc/pid/fd directory... yes
# checking whether LLONG_MAX is declared... yes
# checking if clang supports compile flag -Qunused-arguments... yes
# checking if clang supports compile flag -Wunknown-warning-option... yes
# checking if clang supports compile flag -Wall... yes
# checking if clang supports compile flag -Wpointer-arith... yes
# checking if clang supports compile flag -Wuninitialized... yes
# checking if clang supports compile flag -Wsign-compare... yes
# checking if clang supports compile flag -Wformat-security... yes
# checking if clang supports compile flag -Wsizeof-pointer-memaccess... yes
# checking if clang supports compile flag -Wpointer-sign... yes
# checking if clang supports compile flag -Wunused-result... yes
# checking if clang supports compile flag -fno-strict-aliasing... yes
# checking gcc version...
# checking if clang accepts -fno-builtin-memset... yes
# checking if compiler allows __attribute__ on return types... yes
# checking compiler and flags for sanity... yes
# checking whether system supports SO_PEERCRED getsockopt... yes
# checking for nroff... (cached) /usr/bin/nroff
# checking for msg_accrights field in struct msghdr... no
# checking for msg_control field in struct msghdr... yes
# checking if libc defines __progname... yes
# checking whether clang implements __FUNCTION__... yes
# checking whether clang implements __func__... yes
# checking whether va_copy exists... yes
# checking whether __va_copy exists... yes
# checking whether getopt has optreset support... no
# checking for asr.h... yes
# checking for asr_run in -lasr... yes
# checking if programs using libevent functions will link... yes
# checking LibreSSL header version... 1000208f (OpenSSL 1.0.2h 3 May 2016)
# checking LibreSSL library version... 1000208f (OpenSSL 1.0.2h 3 May 2016)
# checking whether LibreSSL's headers match the library... yes
# checking if programs using LibreSSL functions will link... yes
# checking if programs using LibreSSL EVP_aes_256_gcm() will link... yes
# checking if programs using TLSEXT_NAMETYPE_host_name will link... yes
# checking if programs using SSL_CTX_set_ecdh_auto will link... yes
# checking if programs using SSL_CTX_set_dh_auto will link... no
# checking if SSL_OP_NO_TICKET is supported... yes
# checking whether LibreSSL's PRNG is internally seeded... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for deflate in -lz... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating openbsd-compat/Makefile
# config.status: creating mk/Makefile
# config.status: creating mk/smtpd/Makefile
# config.status: creating mk/smtpctl/Makefile
# config.status: creating contrib/Makefile
# config.status: creating contrib/libexec/Makefile
# config.status: creating contrib/libexec/mail.local/Makefile
# config.status: creating contrib/libexec/encrypt/Makefile
# config.status: creating config.h
# config.status: executing libtool commands
#
# OpenSMTPD has been configured with the following options:
# User binaries: /usr/bin
# System binaries: /usr/bin
# Configuration files: /etc/smtpd
# mail.local program: /usr/lib/smtpd/opensmtpd/mail.local
# encrypt program: /usr/lib/smtpd/opensmtpd/encrypt
# Manual pages: /usr/share/man/manX
# smtpd.sock dir: /run
# Privilege separation chroot path: /var/empty
# Manpage format: doc
# Package libexecdir: /usr/lib/smtpd/opensmtpd
# PAM support: no
# BSD Auth support: no
#
# Host: x86_64-unknown-linux-gnu
# Compiler: clang
# Compiler flags: -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE
# Preprocessor flags: -I/usr/include
# Linker flags: -L/usr/lib
# Libraries: -lz -lcrypto -lssl -levent -lasr -lcrypt -lresolv
#
# make all-recursive
# make[1]: Entering directory '/tmp/opensmtpd/src/opensmtpd-5.9.2p1'
# Making all in openbsd-compat
# make[2]: Entering directory '/tmp/opensmtpd/src/opensmtpd-5.9.2p1/openbsd-compat'
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o arc4random.o arc4random.c
# In file included from arc4random.c:27:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o base64.o base64.c
# In file included from base64.c:47:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o basename.o basename.c
# In file included from basename.c:21:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o bsd-closefrom.o bsd-closefrom.c
# In file included from bsd-closefrom.c:17:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o bsd-getpeereid.o bsd-getpeereid.c
# In file included from bsd-getpeereid.c:17:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o bsd-misc.o bsd-misc.c
# In file included from bsd-misc.c:18:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o bsd-waitpid.o bsd-waitpid.c
# In file included from bsd-waitpid.c:25:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o clock_gettime.o clock_gettime.c
# In file included from clock_gettime.c:17:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o daemon.o daemon.c
# In file included from daemon.c:33:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o dirname.o dirname.c
# In file included from dirname.c:21:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o entropy.o entropy.c
# In file included from entropy.c:25:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o errc.o errc.c
# In file included from errc.c:21:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o event_asr_run.o event_asr_run.c
# In file included from event_asr_run.c:18:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o explicit_bzero.o explicit_bzero.c
# In file included from explicit_bzero.c:8:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o fgetln.o fgetln.c
# In file included from fgetln.c:22:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o fmt_scaled.o fmt_scaled.c
# In file included from fmt_scaled.c:41:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o fparseln.o fparseln.c
# In file included from fparseln.c:35:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o getopt.o getopt.c
# In file included from getopt.c:32:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o imsg.o imsg.c
# In file included from imsg.c:19:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o imsg-buffer.o imsg-buffer.c
# In file included from imsg-buffer.c:19:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o libressl.o libressl.c
# In file included from libressl.c:58:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o pidfile.o pidfile.c
# In file included from pidfile.c:35:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o pw_dup.o pw_dup.c
# In file included from pw_dup.c:25:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o reallocarray.o reallocarray.c
# In file included from reallocarray.c:20:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o setresguid.o setresguid.c
# In file included from setresguid.c:17:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o setproctitle.o setproctitle.c
# In file included from setproctitle.c:34:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o strlcat.o strlcat.c
# In file included from strlcat.c:21:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o strlcpy.o strlcpy.c
# In file included from strlcpy.c:21:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o strmode.o strmode.c
# In file included from strmode.c:33:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o strtonum.o strtonum.c
# In file included from strtonum.c:22:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o strsep.o strsep.c
# In file included from strsep.c:34:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o vis.o vis.c
# In file included from vis.c:33:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o xmalloc.o xmalloc.c
# In file included from xmalloc.c:16:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -I../smtpd -I../openbsd-compat -I/usr/include -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -c -o inet_net_pton.o inet_net_pton.c
# In file included from inet_net_pton.c:21:
# In file included from ./includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# rm -f libopenbsd-compat.a
# /usr/bin/ar cru libopenbsd-compat.a arc4random.o base64.o basename.o bsd-closefrom.o bsd-getpeereid.o bsd-misc.o bsd-waitpid.o clock_gettime.o daemon.o dirname.o entropy.o errc.o event_asr_run.o explicit_bzero.o fgetln.o fmt_scaled.o fparseln.o getopt.o imsg.o imsg-buffer.o libressl.o pidfile.o pw_dup.o reallocarray.o setresguid.o setproctitle.o strlcat.o strlcpy.o strmode.o strtonum.o strsep.o vis.o xmalloc.o inet_net_pton.o
# /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libopenbsd-compat.a
# make[2]: Leaving directory '/tmp/opensmtpd/src/opensmtpd-5.9.2p1/openbsd-compat'
# Making all in mk
# make[2]: Entering directory '/tmp/opensmtpd/src/opensmtpd-5.9.2p1/mk'
# Making all in smtpd
# make[3]: Entering directory '/tmp/opensmtpd/src/opensmtpd-5.9.2p1/mk/smtpd'
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-aliases.o `test -f '../../smtpd/aliases.c' || echo './'`../../smtpd/aliases.c
# In file included from ../../smtpd/aliases.c:19:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-bounce.o `test -f '../../smtpd/bounce.c' || echo './'`../../smtpd/bounce.c
# In file included from ../../smtpd/bounce.c:21:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# ../../smtpd/bounce.c:93:1: warning: unused function 'bounce_message_tree_SPLAY_NEXT' [-Wunused-function]
# SPLAY_PROTOTYPE(bounce_message_tree, bounce_message, sp_entry,
# ^
# ../../openbsd-compat/sys/tree.h:139:36: note: expanded from macro 'SPLAY_PROTOTYPE'
# static __inline struct type * \
# ^
# :113:1: note: expanded from here
# bounce_message_tree_SPLAY_NEXT
# ^
# ../../smtpd/bounce.c:93:1: warning: unused function 'bounce_message_tree_SPLAY_MIN_MAX' [-Wunused-function]
# ../../openbsd-compat/sys/tree.h:153:36: note: expanded from macro 'SPLAY_PROTOTYPE'
# static __inline struct type * \
# ^
# :115:1: note: expanded from here
# bounce_message_tree_SPLAY_MIN_MAX
# ^
# 3 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-ca.o `test -f '../../smtpd/ca.c' || echo './'`../../smtpd/ca.c
# In file included from ../../smtpd/ca.c:20:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-compress_backend.o `test -f '../../smtpd/compress_backend.c' || echo './'`../../smtpd/compress_backend.c
# In file included from ../../smtpd/compress_backend.c:20:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-config.o `test -f '../../smtpd/config.c' || echo './'`../../smtpd/config.c
# In file included from ../../smtpd/config.c:19:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-control.o `test -f '../../smtpd/control.c' || echo './'`../../smtpd/control.c
# In file included from ../../smtpd/control.c:21:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-delivery.o `test -f '../../smtpd/delivery.c' || echo './'`../../smtpd/delivery.c
# In file included from ../../smtpd/delivery.c:19:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-dict.o `test -f '../../smtpd/dict.c' || echo './'`../../smtpd/dict.c
# In file included from ../../smtpd/dict.c:20:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-dns.o `test -f '../../smtpd/dns.c' || echo './'`../../smtpd/dns.c
# In file included from ../../smtpd/dns.c:21:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-esc.o `test -f '../../smtpd/esc.c' || echo './'`../../smtpd/esc.c
# In file included from ../../smtpd/esc.c:19:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-envelope.o `test -f '../../smtpd/envelope.c' || echo './'`../../smtpd/envelope.c
# In file included from ../../smtpd/envelope.c:20:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-expand.o `test -f '../../smtpd/expand.c' || echo './'`../../smtpd/expand.c
# In file included from ../../smtpd/expand.c:20:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-filter.o `test -f '../../smtpd/filter.c' || echo './'`../../smtpd/filter.c
# In file included from ../../smtpd/filter.c:20:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-forward.o `test -f '../../smtpd/forward.c' || echo './'`../../smtpd/forward.c
# In file included from ../../smtpd/forward.c:19:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-iobuf.o `test -f '../../smtpd/iobuf.c' || echo './'`../../smtpd/iobuf.c
# In file included from ../../smtpd/iobuf.c:18:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-ioev.o `test -f '../../smtpd/ioev.c' || echo './'`../../smtpd/ioev.c
# In file included from ../../smtpd/ioev.c:18:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-libressl.o `test -f '../../smtpd/libressl.c' || echo './'`../../smtpd/libressl.c
# In file included from ../../smtpd/libressl.c:63:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-limit.o `test -f '../../smtpd/limit.c' || echo './'`../../smtpd/limit.c
# In file included from ../../smtpd/limit.c:19:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-lka.o `test -f '../../smtpd/lka.c' || echo './'`../../smtpd/lka.c
# In file included from ../../smtpd/lka.c:21:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-lka_session.o `test -f '../../smtpd/lka_session.c' || echo './'`../../smtpd/lka_session.c
# In file included from ../../smtpd/lka_session.c:20:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-log.o `test -f '../../smtpd/log.c' || echo './'`../../smtpd/log.c
# In file included from ../../smtpd/log.c:19:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-mda.o `test -f '../../smtpd/mda.c' || echo './'`../../smtpd/mda.c
# In file included from ../../smtpd/mda.c:22:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-mproc.o `test -f '../../smtpd/mproc.c' || echo './'`../../smtpd/mproc.c
# In file included from ../../smtpd/mproc.c:19:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# ../../smtpd/mproc.c:524:1: warning: unused function 'm_get' [-Wunused-function]
# m_get(struct msg *m, void *dst, size_t sz)
# ^
# 2 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-mailaddr.o `test -f '../../smtpd/mailaddr.c' || echo './'`../../smtpd/mailaddr.c
# In file included from ../../smtpd/mailaddr.c:19:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-mta.o `test -f '../../smtpd/mta.c' || echo './'`../../smtpd/mta.c
# In file included from ../../smtpd/mta.c:22:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# ../../smtpd/mta.c:105:1: warning: unused function 'mta_domain_tree_SPLAY_NEXT' [-Wunused-function]
# SPLAY_PROTOTYPE(mta_domain_tree, mta_domain, entry, mta_domain_cmp);
# ^
# ../../openbsd-compat/sys/tree.h:139:36: note: expanded from macro 'SPLAY_PROTOTYPE'
# static __inline struct type * \
# ^
# :135:1: note: expanded from here
# mta_domain_tree_SPLAY_NEXT
# ^
# ../../smtpd/mta.c:105:1: warning: unused function 'mta_domain_tree_SPLAY_MIN_MAX' [-Wunused-function]
# ../../openbsd-compat/sys/tree.h:153:36: note: expanded from macro 'SPLAY_PROTOTYPE'
# static __inline struct type * \
# ^
# :137:1: note: expanded from here
# mta_domain_tree_SPLAY_MIN_MAX
# ^
# ../../smtpd/mta.c:113:1: warning: unused function 'mta_source_tree_SPLAY_NEXT' [-Wunused-function]
# SPLAY_PROTOTYPE(mta_source_tree, mta_source, entry, mta_source_cmp);
# ^
# ../../openbsd-compat/sys/tree.h:139:36: note: expanded from macro 'SPLAY_PROTOTYPE'
# static __inline struct type * \
# ^
# :145:1: note: expanded from here
# mta_source_tree_SPLAY_NEXT
# ^
# ../../smtpd/mta.c:113:1: warning: unused function 'mta_source_tree_SPLAY_MIN_MAX' [-Wunused-function]
# ../../openbsd-compat/sys/tree.h:153:36: note: expanded from macro 'SPLAY_PROTOTYPE'
# static __inline struct type * \
# ^
# :147:1: note: expanded from here
# mta_source_tree_SPLAY_MIN_MAX
# ^
# 5 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/smtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/bin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/lib/smtpd/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/lib/smtpd/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-mta_session.o `test -f '../../smtpd/mta_session.c' || echo './'`../../smtpd/mta_session.c
# In file included from ../../smtpd/mta_session.c:22:
# In file included from ../../openbsd-compat/includes.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /bin/sh ../../ylwrap ../../smtpd/parse.y y.tab.c ../../smtpd/parse.c y.tab.h ../../smtpd/parse.h y.output ../../smtpd/parse.output -- bison -y
# ../../ylwrap: line 111: 5992 Segmentation fault (core dumped) "$prog" "$@" "$input"
# make[3]: *** [Makefile:1104: ../../smtpd/parse.c] Error 1
# make[3]: Leaving directory '/tmp/opensmtpd/src/opensmtpd-5.9.2p1/mk/smtpd'
# make[2]: *** [Makefile:297: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/opensmtpd/src/opensmtpd-5.9.2p1/mk'
# make[1]: *** [Makefile:340: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/opensmtpd/src/opensmtpd-5.9.2p1'
# make: *** [Makefile:271: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/opensmtpd/src/opensmtpd-5.9.2p1/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 OpenSMTPD-portable configure portable, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc/smtpd --sbindir=/usr/bin --libexecdir=/usr/lib/smtpd --with-path-mbox=/var/spool/mail --with-path-empty=/var/empty --with-path-socket=/run --with-path-CAfile=/etc/ssl/certs/ca-certificates.crt --with-user-smtpd=smtpd --with-user-queue=smtpq --with-group-queue=smtpq
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 6f2f3ef33fa3
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2792: checking for a BSD-compatible install
# configure:2860: result: /usr/bin/install -c
# configure:2871: checking whether build environment is sane
# configure:2921: result: yes
# configure:2970: checking for x86_64-unknown-linux-strip
# configure:3000: result: no
# configure:3010: checking for strip
# configure:3026: found /usr/bin/strip
# configure:3037: result: strip
# configure:3062: checking for a thread-safe mkdir -p
# configure:3101: result: /usr/bin/mkdir -p
# configure:3114: checking for gawk
# configure:3130: found /usr/bin/gawk
# configure:3141: result: gawk
# configure:3152: checking whether make sets $(MAKE)
# configure:3174: result: yes
# configure:3283: checking build system type
# configure:3297: result: x86_64-unknown-linux-gnu
# configure:3317: checking host system type
# configure:3330: result: x86_64-unknown-linux-gnu
# configure:3371: checking how to print strings
# configure:3398: result: printf
# configure:3427: checking for x86_64-unknown-linux-gcc
# configure:3454: result: clang
# configure:3723: checking for C compiler version
# configure:3732: 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:3743: $? = 0
# configure:3732: 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:3743: $? = 0
# configure:3732: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3743: $? = 1
# configure:3732: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3743: $? = 1
# configure:3763: checking whether the C compiler works
# configure:3785: clang conftest.c >&5
# configure:3789: $? = 0
# configure:3837: result: yes
# configure:3840: checking for C compiler default output file name
# configure:3842: result: a.out
# configure:3848: checking for suffix of executables
# configure:3855: clang -o conftest conftest.c >&5
# configure:3859: $? = 0
# configure:3881: result:
# configure:3903: checking whether we are cross compiling
# configure:3911: clang -o conftest conftest.c >&5
# configure:3915: $? = 0
# configure:3922: ./conftest
# configure:3926: $? = 0
# configure:3941: result: no
# configure:3946: checking for suffix of object files
# configure:3968: clang -c conftest.c >&5
# configure:3972: $? = 0
# configure:3993: result: o
# configure:3997: checking whether we are using the GNU C compiler
# configure:4016: clang -c conftest.c >&5
# configure:4016: $? = 0
# configure:4025: result: yes
# configure:4034: checking whether clang accepts -g
# configure:4054: clang -c -g conftest.c >&5
# configure:4054: $? = 0
# configure:4095: result: yes
# configure:4112: checking for clang option to accept ISO C89
# configure:4175: clang -c conftest.c >&5
# configure:4175: $? = 0
# configure:4188: result: none needed
# configure:4208: checking for a sed that does not truncate output
# configure:4272: result: /usr/bin/sed
# configure:4290: checking for grep that handles long lines and -e
# configure:4348: result: /usr/bin/grep
# configure:4353: checking for egrep
# configure:4415: result: /usr/bin/grep -E
# configure:4420: checking for fgrep
# configure:4482: result: /usr/bin/grep -F
# configure:4517: checking for ld used by clang
# configure:4584: result: /usr/bin/ld
# configure:4591: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4606: result: yes
# configure:4618: checking for BSD- or MS-compatible name lister (nm)
# configure:4667: result: /usr/bin/nm -B
# configure:4797: checking the name lister (/usr/bin/nm -B) interface
# configure:4804: clang -c conftest.c >&5
# configure:4807: /usr/bin/nm -B "conftest.o"
# configure:4810: output
# 0000000000000000 B some_variable
# configure:4817: result: BSD nm
# configure:4820: checking whether ln -s works
# configure:4824: result: yes
# configure:4832: checking the maximum length of command line arguments
# configure:4962: result: 1572864
# configure:4979: checking whether the shell understands some XSI constructs
# configure:4989: result: yes
# configure:4993: checking whether the shell understands "+="
# configure:4999: result: yes
# configure:5034: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5074: result: func_convert_file_noop
# configure:5081: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5101: result: func_convert_file_noop
# configure:5108: checking for /usr/bin/ld option to reload object files
# configure:5115: result: -r
# configure:5149: checking for x86_64-unknown-linux-objdump
# configure:5179: result: no
# configure:5189: checking for objdump
# configure:5205: found /usr/bin/objdump
# configure:5216: result: objdump
# configure:5248: checking how to recognize dependent libraries
# configure:5450: result: pass_all
# configure:5495: checking for x86_64-unknown-linux-dlltool
# configure:5525: result: no
# configure:5535: checking for dlltool
# configure:5565: result: no
# configure:5595: checking how to associate runtime and link libraries
# configure:5622: result: printf %s\n
# configure:5639: checking for x86_64-unknown-linux-ar
# configure:5669: result: no
# configure:5683: checking for ar
# configure:5699: found /usr/bin/ar
# configure:5710: result: ar
# configure:5747: checking for archiver @FILE support
# configure:5764: clang -c conftest.c >&5
# configure:5764: $? = 0
# configure:5767: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5770: $? = 0
# configure:5775: 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:5778: $? = 1
# configure:5790: result: @
# configure:5808: checking for x86_64-unknown-linux-strip
# configure:5835: result: strip
# configure:5907: checking for x86_64-unknown-linux-ranlib
# configure:5937: result: no
# configure:5947: checking for ranlib
# configure:5963: found /usr/bin/ranlib
# configure:5974: result: ranlib
# configure:6076: checking command to parse /usr/bin/nm -B output from clang object
# configure:6196: clang -c conftest.c >&5
# configure:6199: $? = 0
# configure:6203: /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:6206: $? = 0
# configure:6272: clang -o conftest conftest.c conftstm.o >&5
# configure:6275: $? = 0
# configure:6313: result: ok
# configure:6350: checking for sysroot
# configure:6380: result: no
# configure:6457: clang -c conftest.c >&5
# configure:6460: $? = 0
# configure:6596: checking for x86_64-unknown-linux-mt
# configure:6626: result: no
# configure:6636: checking for mt
# configure:6666: result: no
# configure:6686: checking if : is a manifest tool
# configure:6692: : '-?'
# configure:6700: result: no
# configure:7342: checking how to run the C preprocessor
# configure:7373: clang -E conftest.c
# configure:7373: $? = 0
# configure:7387: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7387: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | /* end confdefs.h. */
# | #include
# configure:7412: result: clang -E
# configure:7432: clang -E conftest.c
# configure:7432: $? = 0
# configure:7446: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7446: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | /* end confdefs.h. */
# | #include
# configure:7475: checking for ANSI C header files
# configure:7495: clang -c conftest.c >&5
# configure:7495: $? = 0
# configure:7568: clang -o conftest conftest.c >&5
# configure:7568: $? = 0
# configure:7568: ./conftest
# configure:7568: $? = 0
# configure:7579: result: yes
# configure:7592: checking for sys/types.h
# configure:7592: clang -c conftest.c >&5
# configure:7592: $? = 0
# configure:7592: result: yes
# configure:7592: checking for sys/stat.h
# configure:7592: clang -c conftest.c >&5
# configure:7592: $? = 0
# configure:7592: result: yes
# configure:7592: checking for stdlib.h
# configure:7592: clang -c conftest.c >&5
# configure:7592: $? = 0
# configure:7592: result: yes
# configure:7592: checking for string.h
# configure:7592: clang -c conftest.c >&5
# configure:7592: $? = 0
# configure:7592: result: yes
# configure:7592: checking for memory.h
# configure:7592: clang -c conftest.c >&5
# configure:7592: $? = 0
# configure:7592: result: yes
# configure:7592: checking for strings.h
# configure:7592: clang -c conftest.c >&5
# configure:7592: $? = 0
# configure:7592: result: yes
# configure:7592: checking for inttypes.h
# configure:7592: clang -c conftest.c >&5
# configure:7592: $? = 0
# configure:7592: result: yes
# configure:7592: checking for stdint.h
# configure:7592: clang -c conftest.c >&5
# configure:7592: $? = 0
# configure:7592: result: yes
# configure:7592: checking for unistd.h
# configure:7592: clang -c conftest.c >&5
# configure:7592: $? = 0
# configure:7592: result: yes
# configure:7606: checking for dlfcn.h
# configure:7606: clang -c conftest.c >&5
# configure:7606: $? = 0
# configure:7606: result: yes
# configure:7812: checking for objdir
# configure:7827: result: .libs
# configure:8098: checking if clang supports -fno-rtti -fno-exceptions
# configure:8116: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8120: $? = 0
# configure:8133: result: yes
# configure:8460: checking for clang option to produce PIC
# configure:8467: result: -fPIC -DPIC
# configure:8475: checking if clang PIC flag -fPIC -DPIC works
# configure:8493: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8497: $? = 0
# configure:8510: result: yes
# configure:8539: checking if clang static flag -static works
# configure:8567: result: yes
# configure:8582: checking if clang supports -c -o file.o
# configure:8603: clang -c -o out/conftest2.o conftest.c >&5
# configure:8607: $? = 0
# configure:8629: result: yes
# configure:8637: checking if clang supports -c -o file.o
# configure:8684: result: yes
# configure:8717: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9870: result: yes
# configure:9907: checking whether -lc should be explicitly linked in
# configure:9915: clang -c conftest.c >&5
# configure:9918: $? = 0
# configure:9933: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9936: $? = 0
# configure:9950: result: no
# configure:10110: checking dynamic linker characteristics
# configure:10621: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10621: $? = 0
# configure:10843: result: GNU/Linux ld.so
# configure:10950: checking how to hardcode library paths into programs
# configure:10975: result: immediate
# configure:11515: checking whether stripping libraries is possible
# configure:11520: result: yes
# configure:11555: checking if libtool supports shared libraries
# configure:11557: result: yes
# configure:11560: checking whether to build shared libraries
# configure:11581: result: yes
# configure:11584: checking whether to build static libraries
# configure:11588: result: yes
# configure:11652: checking for x86_64-unknown-linux-gcc
# configure:11679: result: clang
# configure:11948: checking for C compiler version
# configure:11957: 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:11968: $? = 0
# configure:11957: 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:11968: $? = 0
# configure:11957: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:11968: $? = 1
# configure:11957: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:11968: $? = 1
# configure:11972: checking whether we are using the GNU C compiler
# configure:12000: result: yes
# configure:12009: checking whether clang accepts -g
# configure:12070: result: yes
# configure:12087: checking for clang option to accept ISO C89
# configure:12163: result: none needed
# configure:12184: checking whether byte ordering is bigendian
# configure:12199: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:24:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:24:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:12199: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:12244: clang -c -fPIC -DPIC conftest.c >&5
# configure:12244: $? = 0
# configure:12262: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:30:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:12262: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:12390: result: no
# configure:12418: checking how to run the C preprocessor
# configure:12488: result: clang -E
# configure:12508: clang -E conftest.c
# configure:12508: $? = 0
# configure:12522: clang -E conftest.c
# conftest.c:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12522: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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. */
# | #include
# configure:12554: checking for ar
# configure:12572: found /usr/bin/ar
# configure:12584: result: /usr/bin/ar
# configure:12594: checking for cat
# configure:12612: found /usr/bin/cat
# configure:12624: result: /usr/bin/cat
# configure:12634: checking for zcat
# configure:12652: found /usr/bin/zcat
# configure:12664: result: /usr/bin/zcat
# configure:12675: checking for sed
# configure:12705: result: /usr/bin/sed
# configure:12715: checking for bash
# configure:12733: found /usr/bin/bash
# configure:12745: result: /usr/bin/bash
# configure:12755: checking for ksh
# configure:12785: result: /usr/bin/bash
# configure:12795: checking for sh
# configure:12825: result: /usr/bin/bash
# configure:12835: checking for sh
# configure:12853: found /usr/bin/sh
# configure:12865: result: /usr/bin/sh
# configure:12875: checking for groff
# configure:12893: found /usr/bin/groff
# configure:12905: result: /usr/bin/groff
# configure:12915: checking for nroff
# configure:12933: found /usr/bin/nroff
# configure:12945: result: /usr/bin/nroff
# configure:12955: checking for mandoc
# configure:12988: result: no
# configure:12997: checking for bison
# configure:13013: found /usr/bin/bison
# configure:13024: result: bison -y
# configure:13101: checking crypt.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking crypt.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for crypt.h
# configure:13101: result: yes
# configure:13101: checking dirent.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking dirent.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for dirent.h
# configure:13101: result: yes
# configure:13101: checking fcntl.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking fcntl.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for fcntl.h
# configure:13101: result: yes
# configure:13101: checking getopt.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking getopt.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for getopt.h
# configure:13101: result: yes
# configure:13101: checking grp.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking grp.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for grp.h
# configure:13101: result: yes
# configure:13101: checking libgen.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking libgen.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for libgen.h
# configure:13101: result: yes
# configure:13101: checking limits.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking limits.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for limits.h
# configure:13101: result: yes
# configure:13101: checking maillock.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:63:10: fatal error: 'maillock.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_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:13101: result: no
# configure:13101: checking maillock.h presence
# configure:13101: clang -E conftest.c
# conftest.c:30:10: fatal error: 'maillock.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | /* end confdefs.h. */
# | #include
# configure:13101: result: no
# configure:13101: checking for maillock.h
# configure:13101: result: no
# configure:13101: checking mach/mach_time.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:63:10: fatal error: 'mach/mach_time.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_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:13101: result: no
# configure:13101: checking mach/mach_time.h presence
# configure:13101: clang -E conftest.c
# conftest.c:30:10: fatal error: 'mach/mach_time.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | /* end confdefs.h. */
# | #include
# configure:13101: result: no
# configure:13101: checking for mach/mach_time.h
# configure:13101: result: no
# configure:13101: checking ndir.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:63:10: fatal error: 'ndir.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_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:13101: result: no
# configure:13101: checking ndir.h presence
# configure:13101: clang -E conftest.c
# conftest.c:30:10: fatal error: 'ndir.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | /* end confdefs.h. */
# | #include
# configure:13101: result: no
# configure:13101: checking for ndir.h
# configure:13101: result: no
# configure:13101: checking netdb.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking netdb.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for netdb.h
# configure:13101: result: yes
# configure:13101: checking pam/pam_appl.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:64:10: fatal error: 'pam/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_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:13101: result: no
# configure:13101: checking pam/pam_appl.h presence
# configure:13101: clang -E conftest.c
# conftest.c:31:10: fatal error: 'pam/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# | #include
# configure:13101: result: no
# configure:13101: checking for pam/pam_appl.h
# configure:13101: result: no
# configure:13101: checking paths.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking paths.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for paths.h
# configure:13101: result: yes
# configure:13101: checking security/pam_appl.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking security/pam_appl.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for security/pam_appl.h
# configure:13101: result: yes
# configure:13101: checking shadow.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking shadow.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for shadow.h
# configure:13101: result: yes
# configure:13101: checking sys/cdefs.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking sys/cdefs.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for sys/cdefs.h
# configure:13101: result: yes
# configure:13101: checking sys/dir.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking sys/dir.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for sys/dir.h
# configure:13101: result: yes
# configure:13101: checking sys/file.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking sys/file.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for sys/file.h
# configure:13101: result: yes
# configure:13101: checking sys/mount.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking sys/mount.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for sys/mount.h
# configure:13101: result: yes
# configure:13101: checking sys/ndir.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:71:10: fatal error: 'sys/ndir.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_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:13101: result: no
# configure:13101: checking sys/ndir.h presence
# configure:13101: clang -E conftest.c
# conftest.c:38:10: fatal error: 'sys/ndir.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | /* end confdefs.h. */
# | #include
# configure:13101: result: no
# configure:13101: checking for sys/ndir.h
# configure:13101: result: no
# configure:13101: checking sys/pstat.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:71:10: fatal error: 'sys/pstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_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:13101: result: no
# configure:13101: checking sys/pstat.h presence
# configure:13101: clang -E conftest.c
# conftest.c:38:10: fatal error: 'sys/pstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | /* end confdefs.h. */
# | #include
# configure:13101: result: no
# configure:13101: checking for sys/pstat.h
# configure:13101: result: no
# configure:13101: checking sys/statfs.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking sys/statfs.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for sys/statfs.h
# configure:13101: result: yes
# configure:13101: checking sys/time.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking sys/time.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for sys/time.h
# configure:13101: result: yes
# configure:13101: checking sys/un.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking sys/un.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for sys/un.h
# configure:13101: result: yes
# configure:13101: checking time.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking time.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for time.h
# configure:13101: result: yes
# configure:13101: checking ucred.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:75:10: fatal error: 'ucred.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_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:13101: result: no
# configure:13101: checking ucred.h presence
# configure:13101: clang -E conftest.c
# conftest.c:42:10: fatal error: 'ucred.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:13101: result: no
# configure:13101: checking for ucred.h
# configure:13101: result: no
# configure:13101: checking util.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:75:10: fatal error: 'util.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_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:13101: result: no
# configure:13101: checking util.h presence
# configure:13101: clang -E conftest.c
# conftest.c:42:10: fatal error: 'util.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:13101: result: no
# configure:13101: checking for util.h
# configure:13101: result: no
# configure:13101: checking utime.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking utime.h presence
# configure:13101: clang -E conftest.c
# configure:13101: $? = 0
# configure:13101: result: yes
# configure:13101: checking for utime.h
# configure:13101: result: yes
# configure:13101: checking vis.h usability
# configure:13101: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:76:10: fatal error: 'vis.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_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:13101: result: no
# configure:13101: checking vis.h presence
# configure:13101: clang -E conftest.c
# conftest.c:43:10: fatal error: 'vis.h' file not found
# #include
# ^
# 1 error generated.
# configure:13101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:13101: result: no
# configure:13101: checking for vis.h
# configure:13101: result: no
# configure:13115: checking for login_cap.h
# configure:13115: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:47:10: fatal error: 'login_cap.h' file not found
# #include
# ^
# 1 error generated.
# configure:13115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# |
# | #include
# |
# |
# | #include
# configure:13115: result: no
# configure:13132: checking for sys/mount.h
# configure:13132: result: yes
# configure:13149: checking bsd/libutil.h usability
# configure:13149: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:77:10: fatal error: 'bsd/libutil.h' file not found
# #include
# ^
# 1 error generated.
# configure:13149: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_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:13149: result: no
# configure:13149: checking bsd/libutil.h presence
# configure:13149: clang -E conftest.c
# conftest.c:44:10: fatal error: 'bsd/libutil.h' file not found
# #include
# ^
# 1 error generated.
# configure:13149: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | /* end confdefs.h. */
# | #include
# configure:13149: result: no
# configure:13149: checking for bsd/libutil.h
# configure:13149: result: no
# configure:13149: checking libutil.h usability
# configure:13149: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:77:10: fatal error: 'libutil.h' file not found
# #include
# ^
# 1 error generated.
# configure:13149: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_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:13149: result: no
# configure:13149: checking libutil.h presence
# configure:13149: clang -E conftest.c
# conftest.c:44:10: fatal error: 'libutil.h' file not found
# #include
# ^
# 1 error generated.
# configure:13149: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | /* end confdefs.h. */
# | #include
# configure:13149: result: no
# configure:13149: checking for libutil.h
# configure:13149: result: no
# configure:13160: checking for fts.h
# configure:13160: clang -c -fPIC -DPIC conftest.c >&5
# configure:13160: $? = 0
# configure:13160: result: yes
# configure:13179: checking for long long
# configure:13179: clang -c -fPIC -DPIC conftest.c >&5
# configure:13179: $? = 0
# configure:13179: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:80:24: error: expected expression
# if (sizeof ((long long)))
# ^
# 1 error generated.
# configure:13179: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_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 ((long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13179: result: yes
# configure:13188: checking for unsigned long long
# configure:13188: clang -c -fPIC -DPIC conftest.c >&5
# configure:13188: $? = 0
# configure:13188: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:81:33: error: expected expression
# if (sizeof ((unsigned long long)))
# ^
# 1 error generated.
# configure:13188: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 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 ((unsigned long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13188: result: yes
# configure:13197: checking for long double
# configure:13197: clang -c -fPIC -DPIC conftest.c >&5
# configure:13197: $? = 0
# configure:13197: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:26: error: expected expression
# if (sizeof ((long double)))
# ^
# 1 error generated.
# configure:13197: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((long double)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13197: result: yes
# configure:13206: checking for u_int
# configure:13206: clang -c -fPIC -DPIC conftest.c >&5
# configure:13206: $? = 0
# configure:13206: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:83:20: error: expected expression
# if (sizeof ((u_int)))
# ^
# 1 error generated.
# configure:13206: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((u_int)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13206: result: yes
# configure:13215: checking for u_char
# configure:13215: clang -c -fPIC -DPIC conftest.c >&5
# configure:13215: $? = 0
# configure:13215: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:84:21: error: expected expression
# if (sizeof ((u_char)))
# ^
# 1 error generated.
# configure:13215: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((u_char)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13215: result: yes
# configure:13229: checking size of short int
# configure:13234: clang -o conftest -fPIC -DPIC conftest.c >&5
# configure:13234: $? = 0
# configure:13234: ./conftest
# configure:13234: $? = 0
# configure:13248: result: 2
# configure:13262: checking size of int
# configure:13267: clang -o conftest -fPIC -DPIC conftest.c >&5
# configure:13267: $? = 0
# configure:13267: ./conftest
# configure:13267: $? = 0
# configure:13281: result: 4
# configure:13295: checking size of long int
# configure:13300: clang -o conftest -fPIC -DPIC conftest.c >&5
# configure:13300: $? = 0
# configure:13300: ./conftest
# configure:13300: $? = 0
# configure:13314: result: 8
# configure:13328: checking size of long long int
# configure:13333: clang -o conftest -fPIC -DPIC conftest.c >&5
# configure:13333: $? = 0
# configure:13333: ./conftest
# configure:13333: $? = 0
# configure:13347: result: 8
# configure:13358: checking for int8_t
# configure:13358: clang -c -fPIC -DPIC conftest.c >&5
# configure:13358: $? = 0
# configure:13358: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:90:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13358: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | /* 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
# | enum { N = 8 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13358: result: yes
# configure:13369: checking for int16_t
# configure:13369: clang -c -fPIC -DPIC conftest.c >&5
# configure:13369: $? = 0
# configure:13369: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:90:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13369: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | /* 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
# | enum { N = 16 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13369: result: yes
# configure:13380: checking for int32_t
# configure:13380: clang -c -fPIC -DPIC conftest.c >&5
# configure:13380: $? = 0
# configure:13380: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:90:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13380: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | /* 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
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13380: result: yes
# configure:13391: checking for int64_t
# configure:13391: clang -c -fPIC -DPIC conftest.c >&5
# configure:13391: $? = 0
# configure:13391: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:90:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13391: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | /* 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
# | enum { N = 64 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13391: result: yes
# configure:13402: checking for uint8_t
# configure:13402: clang -c -fPIC -DPIC conftest.c >&5
# configure:13402: $? = 0
# configure:13402: result: yes
# configure:13416: checking for uint16_t
# configure:13416: clang -c -fPIC -DPIC conftest.c >&5
# configure:13416: $? = 0
# configure:13416: result: yes
# configure:13428: checking for uint32_t
# configure:13428: clang -c -fPIC -DPIC conftest.c >&5
# configure:13428: $? = 0
# configure:13428: result: yes
# configure:13442: checking for uint64_t
# configure:13442: clang -c -fPIC -DPIC conftest.c >&5
# configure:13442: $? = 0
# configure:13442: result: yes
# configure:13457: checking for intptr_t
# configure:13457: clang -c -fPIC -DPIC conftest.c >&5
# configure:13457: $? = 0
# configure:13457: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:89:23: error: expected expression
# if (sizeof ((intptr_t)))
# ^
# 1 error generated.
# configure:13457: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((intptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13457: result: yes
# configure:13493: checking for unsigned long long int
# configure:13532: clang -o conftest -fPIC -DPIC conftest.c >&5
# configure:13532: $? = 0
# configure:13541: result: yes
# configure:13551: checking for long long int
# configure:13589: clang -o conftest -fPIC -DPIC conftest.c >&5
# configure:13589: $? = 0
# configure:13589: ./conftest
# configure:13589: $? = 0
# configure:13601: result: yes
# configure:13611: checking for intmax_t
# configure:13611: clang -c -fPIC -DPIC conftest.c >&5
# configure:13611: $? = 0
# configure:13611: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:92:23: error: expected expression
# if (sizeof ((intmax_t)))
# ^
# 1 error generated.
# configure:13611: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 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 ((intmax_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13611: result: yes
# configure:13629: checking for uintptr_t
# configure:13629: clang -c -fPIC -DPIC conftest.c >&5
# configure:13629: $? = 0
# configure:13629: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:93:24: error: expected expression
# if (sizeof ((uintptr_t)))
# ^
# 1 error generated.
# configure:13629: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uintptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13629: result: yes
# configure:13667: checking for uintmax_t
# configure:13667: clang -c -fPIC -DPIC conftest.c >&5
# configure:13667: $? = 0
# configure:13667: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:94:24: error: expected expression
# if (sizeof ((uintmax_t)))
# ^
# 1 error generated.
# configure:13667: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uintmax_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13667: result: yes
# configure:13684: checking for size_t
# configure:13684: clang -c -fPIC -DPIC conftest.c >&5
# configure:13684: $? = 0
# configure:13684: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:95:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:13684: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13684: result: yes
# configure:13695: checking for ssize_t
# configure:13695: clang -c -fPIC -DPIC conftest.c >&5
# configure:13695: $? = 0
# configure:13695: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:95:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:13695: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13695: result: yes
# configure:13706: checking for off_t
# configure:13706: clang -c -fPIC -DPIC conftest.c >&5
# configure:13706: $? = 0
# configure:13706: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:95:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:13706: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13706: result: yes
# configure:13717: checking for mode_t
# configure:13717: clang -c -fPIC -DPIC conftest.c >&5
# configure:13717: $? = 0
# configure:13717: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:95:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:13717: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13717: result: yes
# configure:13728: checking for pid_t
# configure:13728: clang -c -fPIC -DPIC conftest.c >&5
# configure:13728: $? = 0
# configure:13728: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:95:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:13728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13728: result: yes
# configure:13739: checking for uid_t in sys/types.h
# configure:13758: result: yes
# configure:13771: checking for socklen_t
# configure:13771: clang -c -fPIC -DPIC conftest.c >&5
# configure:13771: $? = 0
# configure:13771: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:65:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:13771: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13771: result: yes
# configure:13835: checking for sig_atomic_t
# configure:13835: clang -c -fPIC -DPIC conftest.c >&5
# configure:13835: $? = 0
# configure:13835: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:66:27: error: expected expression
# if (sizeof ((sig_atomic_t)))
# ^
# 1 error generated.
# configure:13835: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | /* end confdefs.h. */
# |
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((sig_atomic_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13835: result: yes
# configure:13848: checking for fsblkcnt_t
# configure:13848: clang -c -fPIC -DPIC conftest.c >&5
# configure:13848: $? = 0
# configure:13848: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:76:25: error: expected expression
# if (sizeof ((fsblkcnt_t)))
# ^
# 1 error generated.
# configure:13848: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_SYS_BITYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STATFS_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STATVFS_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((fsblkcnt_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13848: result: yes
# configure:13869: checking for fsfilcnt_t
# configure:13869: clang -c -fPIC -DPIC conftest.c >&5
# configure:13869: $? = 0
# configure:13869: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:77:25: error: expected expression
# if (sizeof ((fsfilcnt_t)))
# ^
# 1 error generated.
# configure:13869: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_SYS_BITYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STATFS_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STATVFS_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((fsfilcnt_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13869: result: yes
# configure:13892: checking for in_addr_t
# configure:13892: clang -c -fPIC -DPIC conftest.c >&5
# configure:13892: $? = 0
# configure:13892: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:70:24: error: expected expression
# if (sizeof ((in_addr_t)))
# ^
# 1 error generated.
# configure:13892: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((in_addr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13892: result: yes
# configure:13905: checking for in_port_t
# configure:13905: clang -c -fPIC -DPIC conftest.c >&5
# configure:13905: $? = 0
# configure:13905: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:71:24: error: expected expression
# if (sizeof ((in_port_t)))
# ^
# 1 error generated.
# configure:13905: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((in_port_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13905: result: yes
# configure:13920: checking for sa_family_t
# configure:13920: clang -c -fPIC -DPIC conftest.c >&5
# configure:13920: $? = 0
# configure:13920: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:73:26: error: expected expression
# if (sizeof ((sa_family_t)))
# ^
# 1 error generated.
# configure:13920: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((sa_family_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13920: result: yes
# configure:13936: checking for struct timespec
# configure:13936: clang -c -fPIC -DPIC conftest.c >&5
# configure:13936: $? = 0
# configure:13936: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:101:30: error: expected expression
# if (sizeof ((struct timespec)))
# ^
# 1 error generated.
# configure:13936: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((struct timespec)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13936: result: yes
# configure:13946: checking for struct ifgroupreq
# configure:13946: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:102:5: error: invalid application of 'sizeof' to an incomplete type 'struct ifgroupreq'
# if (sizeof (struct ifgroupreq))
# ^ ~~~~~~~~~~~~~~~~~~~
# conftest.c:102:20: note: forward declaration of 'struct ifgroupreq'
# if (sizeof (struct ifgroupreq))
# ^
# 1 error generated.
# configure:13946: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 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 (struct ifgroupreq))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13946: result: no
# configure:13956: checking for struct sockaddr_storage
# configure:13956: clang -c -fPIC -DPIC conftest.c >&5
# configure:13956: $? = 0
# configure:13956: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:74:38: error: expected expression
# if (sizeof ((struct sockaddr_storage)))
# ^
# 1 error generated.
# configure:13956: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_storage)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13956: result: yes
# configure:13970: checking for struct sockaddr_in6
# configure:13970: clang -c -fPIC -DPIC conftest.c >&5
# configure:13970: $? = 0
# configure:13970: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:75:34: error: expected expression
# if (sizeof ((struct sockaddr_in6)))
# ^
# 1 error generated.
# configure:13970: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_in6)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13970: result: yes
# configure:13984: checking for struct in6_addr
# configure:13984: clang -c -fPIC -DPIC conftest.c >&5
# configure:13984: $? = 0
# configure:13984: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:76:30: error: expected expression
# if (sizeof ((struct in6_addr)))
# ^
# 1 error generated.
# configure:13984: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct in6_addr)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13984: result: yes
# configure:13998: checking for struct addrinfo
# configure:13998: clang -c -fPIC -DPIC conftest.c >&5
# configure:13998: $? = 0
# configure:13998: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:78:30: error: expected expression
# if (sizeof ((struct addrinfo)))
# ^
# 1 error generated.
# configure:13998: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct addrinfo)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13998: result: yes
# configure:14013: checking for struct timeval
# configure:14013: clang -c -fPIC -DPIC conftest.c >&5
# configure:14013: $? = 0
# configure:14013: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:77:29: error: expected expression
# if (sizeof ((struct timeval)))
# ^
# 1 error generated.
# configure:14013: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | /* end confdefs.h. */
# |
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct timeval)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14013: result: yes
# configure:14031: checking for struct sockaddr_in6.sin6_scope_id
# configure:14031: clang -c -fPIC -DPIC conftest.c >&5
# configure:14031: $? = 0
# configure:14031: result: yes
# configure:14048: checking for struct passwd.pw_gecos
# configure:14048: clang -c -fPIC -DPIC conftest.c >&5
# configure:14048: $? = 0
# configure:14048: result: yes
# configure:14061: checking for struct passwd.pw_class
# configure:14061: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:13: error: no member named 'pw_class' in 'struct passwd'
# if (ac_aggr.pw_class)
# ~~~~~~~ ^
# 1 error generated.
# configure:14061: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct passwd ac_aggr;
# | if (ac_aggr.pw_class)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14061: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:20: error: no member named 'pw_class' in 'struct passwd'
# if (sizeof ac_aggr.pw_class)
# ~~~~~~~ ^
# 1 error generated.
# configure:14061: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct passwd ac_aggr;
# | if (sizeof ac_aggr.pw_class)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14061: result: no
# configure:14074: checking for struct passwd.pw_change
# configure:14074: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:13: error: no member named 'pw_change' in 'struct passwd'
# if (ac_aggr.pw_change)
# ~~~~~~~ ^
# 1 error generated.
# configure:14074: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct passwd ac_aggr;
# | if (ac_aggr.pw_change)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14074: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:20: error: no member named 'pw_change' in 'struct passwd'
# if (sizeof ac_aggr.pw_change)
# ~~~~~~~ ^
# 1 error generated.
# configure:14074: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct passwd ac_aggr;
# | if (sizeof ac_aggr.pw_change)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14074: result: no
# configure:14087: checking for struct passwd.pw_expire
# configure:14087: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:13: error: no member named 'pw_expire' in 'struct passwd'
# if (ac_aggr.pw_expire)
# ~~~~~~~ ^
# 1 error generated.
# configure:14087: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct passwd ac_aggr;
# | if (ac_aggr.pw_expire)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14087: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:20: error: no member named 'pw_expire' in 'struct passwd'
# if (sizeof ac_aggr.pw_expire)
# ~~~~~~~ ^
# 1 error generated.
# configure:14087: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct passwd ac_aggr;
# | if (sizeof ac_aggr.pw_expire)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14087: result: no
# configure:14102: checking for struct stat.st_flags
# configure:14102: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:81:13: error: no member named 'st_flags' in 'struct stat'
# if (ac_aggr.st_flags)
# ~~~~~~~ ^
# 1 error generated.
# configure:14102: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_flags)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14102: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:81:20: error: no member named 'st_flags' in 'struct stat'
# if (sizeof ac_aggr.st_flags)
# ~~~~~~~ ^
# 1 error generated.
# configure:14102: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_flags)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14102: result: no
# configure:14116: checking for struct stat.st_mtim
# configure:14116: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:81:1: error: statement requires expression of scalar type ('struct timespec' invalid)
# if (ac_aggr.st_mtim)
# ^ ~~~~~~~~~~~~~~~
# 1 error generated.
# configure:14116: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_mtim)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14116: clang -c -fPIC -DPIC conftest.c >&5
# configure:14116: $? = 0
# configure:14116: result: yes
# configure:14130: checking for struct stat.st_mtimespec
# configure:14130: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:13: error: no member named 'st_mtimespec' in 'struct stat'
# if (ac_aggr.st_mtimespec)
# ~~~~~~~ ^
# 1 error generated.
# configure:14130: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_mtimespec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14130: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:20: error: no member named 'st_mtimespec' in 'struct stat'
# if (sizeof ac_aggr.st_mtimespec)
# ~~~~~~~ ^
# 1 error generated.
# configure:14130: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_mtimespec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14130: result: no
# configure:14144: checking for struct sockaddr.sa_len
# configure:14144: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:83:13: error: no member named 'sa_len' in 'struct sockaddr'
# if (ac_aggr.sa_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:14144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14144: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:83:20: error: no member named 'sa_len' in 'struct sockaddr'
# if (sizeof ac_aggr.sa_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:14144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (sizeof ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14144: result: no
# configure:14159: checking for struct sockaddr_storage.ss_len
# configure:14159: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:83:13: error: no member named 'ss_len' in 'struct sockaddr_storage'
# if (ac_aggr.ss_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:14159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (ac_aggr.ss_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14159: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:83:20: error: no member named 'ss_len' in 'struct sockaddr_storage'
# if (sizeof ac_aggr.ss_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:14159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (sizeof ac_aggr.ss_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14159: result: no
# configure:14174: checking for struct sockaddr_in.sin_len
# configure:14174: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:83:13: error: no member named 'sin_len' in 'struct sockaddr_in'
# if (ac_aggr.sin_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:14174: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14174: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:83:20: error: no member named 'sin_len' in 'struct sockaddr_in'
# if (sizeof ac_aggr.sin_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:14174: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (sizeof ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14174: result: no
# configure:14189: checking for struct sockaddr_in6.sin6_len
# configure:14189: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:83:13: error: no member named 'sin6_len' in 'struct sockaddr_in6'
# if (ac_aggr.sin6_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:14189: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in6 ac_aggr;
# | if (ac_aggr.sin6_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14189: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:83:20: error: no member named 'sin6_len' in 'struct sockaddr_in6'
# if (sizeof ac_aggr.sin6_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:14189: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in6 ac_aggr;
# | if (sizeof ac_aggr.sin6_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14189: result: no
# configure:14204: checking for struct statfs.f_favail
# configure:14204: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:13: error: no member named 'f_favail' in 'struct statfs'; did you mean 'f_bavail'?
# if (ac_aggr.f_favail)
# ^~~~~~~~
# f_bavail
# /usr/include/bits/statfs.h:31:18: note: 'f_bavail' declared here
# __fsblkcnt_t f_bavail;
# ^
# 1 error generated.
# configure:14204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct statfs ac_aggr;
# | if (ac_aggr.f_favail)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14204: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:82:20: error: no member named 'f_favail' in 'struct statfs'; did you mean 'f_bavail'?
# if (sizeof ac_aggr.f_favail)
# ^~~~~~~~
# f_bavail
# /usr/include/bits/statfs.h:31:18: note: 'f_bavail' declared here
# __fsblkcnt_t f_bavail;
# ^
# 1 error generated.
# configure:14204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct statfs ac_aggr;
# | if (sizeof ac_aggr.f_favail)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14204: result: no
# configure:14218: checking for struct sockaddr_storage.ss_family
# configure:14218: clang -c -fPIC -DPIC conftest.c >&5
# configure:14218: $? = 0
# configure:14218: result: yes
# configure:14233: checking for struct sockaddr_storage.__ss_family
# configure:14233: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:84:13: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
# if (ac_aggr.__ss_family)
# ^~~~~~~~~~~
# ss_family
# /usr/include/bits/socket.h:168:5: note: 'ss_family' declared here
# __SOCKADDR_COMMON (ss_); /* Address family, etc. */
# ^
# /usr/include/bits/sockaddr.h:35:15: note: expanded from macro '__SOCKADDR_COMMON'
# sa_family_t sa_prefix##family
# ^
# :23:1: note: expanded from here
# ss_family
# ^
# 1 error generated.
# configure:14233: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (ac_aggr.__ss_family)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14233: clang -c -fPIC -DPIC conftest.c >&5
# conftest.c:84:20: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
# if (sizeof ac_aggr.__ss_family)
# ^~~~~~~~~~~
# ss_family
# /usr/include/bits/socket.h:168:5: note: 'ss_family' declared here
# __SOCKADDR_COMMON (ss_); /* Address family, etc. */
# ^
# /usr/include/bits/sockaddr.h:35:15: note: expanded from macro '__SOCKADDR_COMMON'
# sa_family_t sa_prefix##family
# ^
# :23:1: note: expanded from here
# ss_family
# ^
# 1 error generated.
# configure:14233: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (sizeof ac_aggr.__ss_family)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14233: result: no
# configure:14252: checking whether O_NONBLOCK is declared
# configure:14252: clang -c -fPIC -DPIC conftest.c >&5
# configure:14252: $? = 0
# configure:14252: result: yes
# configure:14273: checking whether AF_LOCAL is declared
# configure:14273: clang -c -fPIC -DPIC conftest.c >&5
# configure:14273: $? = 0
# configure:14273: result: yes
# configure:14288: checking whether WAIT_MYPGRP is declared
# configure:14288: clang -c -fPIC -DPIC conftest.c >&5
# configure:14288: $? = 0
# configure:14288: result: yes
# configure:14303: checking whether writev is declared
# configure:14303: clang -c -fPIC -DPIC conftest.c >&5
# configure:14303: $? = 0
# configure:14303: result: yes
# configure:14325: checking for inline
# configure:14341: clang -c -fPIC -DPIC conftest.c >&5
# configure:14341: $? = 0
# configure:14349: result: inline
# configure:14372: checking for library containing basename
# configure:14403: clang -o conftest -fPIC -DPIC conftest.c >&5
# configure:14403: $? = 0
# configure:14420: result: none required
# configure:14431: checking for library containing utimes
# configure:14462: clang -o conftest -fPIC -DPIC conftest.c >&5
# configure:14462: $? = 0
# configure:14479: result: none required
# configure:14490: checking for library containing fmt_scaled
# configure:14521: clang -o conftest -fPIC -DPIC conftest.c >&5
# /tmp/conftest-ac7be0.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `fmt_scaled'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14521: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 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 fmt_scaled ();
# | int
# | main ()
# | {
# | return fmt_scaled ();
# | ;
# | return 0;
# | }
# configure:14521: clang -o conftest -fPIC -DPIC conftest.c -lutil >&5
# /tmp/conftest-a480ba.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `fmt_scaled'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14521: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 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 fmt_scaled ();
# | int
# | main ()
# | {
# | return fmt_scaled ();
# | ;
# | return 0;
# | }
# configure:14521: clang -o conftest -fPIC -DPIC conftest.c -lbsd >&5
# /usr/bin/ld: cannot find -lbsd
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14521: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 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 fmt_scaled ();
# | int
# | main ()
# | {
# | return fmt_scaled ();
# | ;
# | return 0;
# | }
# configure:14538: result: no
# configure:14549: checking for library containing dirname
# configure:14580: clang -o conftest -fPIC -DPIC conftest.c >&5
# configure:14580: $? = 0
# configure:14597: result: none required
# configure:14608: checking for library containing inet_net_pton
# configure:14639: clang -o conftest -fPIC -DPIC conftest.c >&5
# /tmp/conftest-ee8836.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `inet_net_pton'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14639: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 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 inet_net_pton ();
# | int
# | main ()
# | {
# | return inet_net_pton ();
# | ;
# | return 0;
# | }
# configure:14639: clang -o conftest -fPIC -DPIC conftest.c -lresolv >&5
# configure:14639: $? = 0
# configure:14656: result: -lresolv
# configure:14667: checking for library containing clock_gettime
# configure:14698: clang -o conftest -fPIC -DPIC conftest.c -lresolv >&5
# configure:14698: $? = 0
# configure:14715: result: none required
# configure:14726: checking for library containing fts_open
# configure:14757: clang -o conftest -fPIC -DPIC conftest.c -lresolv >&5
# configure:14757: $? = 0
# configure:14774: result: none required
# configure:14785: checking for library containing arc4random
# configure:14816: clang -o conftest -fPIC -DPIC conftest.c -lresolv >&5
# /tmp/conftest-192a48.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `arc4random'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14816: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 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 arc4random ();
# | int
# | main ()
# | {
# | return arc4random ();
# | ;
# | return 0;
# | }
# configure:14816: clang -o conftest -fPIC -DPIC conftest.c -lcrypto -lresolv >&5
# /tmp/conftest-df68d3.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `arc4random'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14816: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 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 arc4random ();
# | int
# | main ()
# | {
# | return arc4random ();
# | ;
# | return 0;
# | }
# configure:14833: result: no
# configure:14844: checking for library containing daemon
# configure:14875: clang -o conftest -fPIC -DPIC conftest.c -lresolv >&5
# configure:14875: $? = 0
# configure:14892: result: none required
# configure:14903: checking for library containing fparseln
# configure:14934: clang -o conftest -fPIC -DPIC conftest.c -lresolv >&5
# /tmp/conftest-76220e.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `fparseln'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14934: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 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 fparseln ();
# | int
# | main ()
# | {
# | return fparseln ();
# | ;
# | return 0;
# | }
# configure:14934: clang -o conftest -fPIC -DPIC conftest.c -lutil -lresolv >&5
# /tmp/conftest-5dd837.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `fparseln'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14934: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 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 fparseln ();
# | int
# | main ()
# | {
# | return fparseln ();
# | ;
# | return 0;
# | }
# configure:14951: result: no
# configure:14962: checking for library containing res_9_b64_ntop
# configure:14993: clang -o conftest -fPIC -DPIC conftest.c -lresolv >&5
# /tmp/conftest-38df80.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_9_b64_ntop'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14993: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_9_b64_ntop ();
# | int
# | main ()
# | {
# | return res_9_b64_ntop ();
# | ;
# | return 0;
# | }
# configure:14993: clang -o conftest -fPIC -DPIC conftest.c -lresolv -lresolv >&5
# /tmp/conftest-ffd1f9.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_9_b64_ntop'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14993: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char res_9_b64_ntop ();
# | int
# | main ()
# | {
# | return res_9_b64_ntop ();
# | ;
# | return 0;
# | }
# configure:15010: result: no
# configure:15021: checking for library containing setsockopt
# configure:15052: clang -o conftest -fPIC -DPIC conftest.c -lresolv >&5
# configure:15052: $? = 0
# configure:15069: result: none required
# configure:15080: checking for library containing crypt
# configure:15111: clang -o conftest -fPIC -DPIC conftest.c -lresolv >&5
# /tmp/conftest-1b0ece.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:15111: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 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:15111: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15111: $? = 0
# configure:15128: result: -lcrypt
# configure:15205: checking for arc4random
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-715b99.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `arc4random'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | /* end confdefs.h. */
# | /* Define arc4random to an innocuous variant, in case declares arc4random.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random innocuous_arc4random
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char arc4random ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_arc4random || defined __stub___arc4random
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for arc4random_buf
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-c27ee8.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `arc4random_buf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | /* end confdefs.h. */
# | /* Define arc4random_buf to an innocuous variant, in case declares arc4random_buf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random_buf innocuous_arc4random_buf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random_buf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random_buf
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char arc4random_buf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_arc4random_buf || defined __stub___arc4random_buf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random_buf ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for arc4random_stir
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-2cd7fe.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `arc4random_stir'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | /* end confdefs.h. */
# | /* Define arc4random_stir to an innocuous variant, in case declares arc4random_stir.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random_stir innocuous_arc4random_stir
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random_stir (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random_stir
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char arc4random_stir ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_arc4random_stir || defined __stub___arc4random_stir
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random_stir ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for arc4random_uniform
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-09c038.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `arc4random_uniform'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | /* end confdefs.h. */
# | /* Define arc4random_uniform to an innocuous variant, in case declares arc4random_uniform.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random_uniform innocuous_arc4random_uniform
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random_uniform (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random_uniform
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char arc4random_uniform ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_arc4random_uniform || defined __stub___arc4random_uniform
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random_uniform ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for asprintf
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:122:18: warning: format string missing [-Wformat]
# return asprintf ();
# ~~~~~~~~ ^
# 1 warning generated.
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for b64_ntop
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-66d53b.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `b64_ntop'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | /* end confdefs.h. */
# | /* Define b64_ntop to an innocuous variant, in case declares b64_ntop.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define b64_ntop innocuous_b64_ntop
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char b64_ntop (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef b64_ntop
# |
# | /* 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 b64_ntop ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_b64_ntop || defined __stub___b64_ntop
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return b64_ntop ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for __b64_ntop
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for b64_pton
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-244470.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `b64_pton'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | /* end confdefs.h. */
# | /* Define b64_pton to an innocuous variant, in case declares b64_pton.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define b64_pton innocuous_b64_pton
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char b64_pton (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef b64_pton
# |
# | /* 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 b64_pton ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_b64_pton || defined __stub___b64_pton
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return b64_pton ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for __b64_pton
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for bcopy
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for chflags
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:120:1: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:120:9: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | /* end confdefs.h. */
# | /* Define chflags to an innocuous variant, in case declares chflags.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define chflags innocuous_chflags
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char chflags (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef chflags
# |
# | /* 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 chflags ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_chflags || defined __stub___chflags
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return chflags ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for closefrom
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-b02abf.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `closefrom'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | /* end confdefs.h. */
# | /* Define closefrom to an innocuous variant, in case declares closefrom.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define closefrom innocuous_closefrom
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char closefrom (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef closefrom
# |
# | /* 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 closefrom ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_closefrom || defined __stub___closefrom
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return closefrom ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for dirfd
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for dirname
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for endgrent
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for explicit_bzero
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-140109.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `explicit_bzero'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | /* end confdefs.h. */
# | /* Define explicit_bzero to an innocuous variant, in case declares explicit_bzero.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define explicit_bzero innocuous_explicit_bzero
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char explicit_bzero (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef explicit_bzero
# |
# | /* 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 explicit_bzero ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return explicit_bzero ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for fchflags
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:123:1: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:123:9: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | /* end confdefs.h. */
# | /* Define fchflags to an innocuous variant, in case declares fchflags.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define fchflags innocuous_fchflags
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char fchflags (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef fchflags
# |
# | /* 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 fchflags ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_fchflags || defined __stub___fchflags
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return fchflags ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for fgetln
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-3f3803.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `fgetln'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | /* end confdefs.h. */
# | /* Define fgetln to an innocuous variant, in case declares fgetln.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define fgetln innocuous_fgetln
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char fgetln (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef fgetln
# |
# | /* 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 fgetln ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_fgetln || defined __stub___fgetln
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return fgetln ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for freeaddrinfo
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for getaddrinfo
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for getnameinfo
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for gettimeofday
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for getopt
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for getpeereid
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-d68c88.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getpeereid'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | /* end confdefs.h. */
# | /* Define getpeereid to an innocuous variant, in case declares getpeereid.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpeereid innocuous_getpeereid
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpeereid (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getpeereid
# |
# | /* 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 getpeereid ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getpeereid || defined __stub___getpeereid
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getpeereid ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for getspnam
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for inet_aton
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for inet_net_pton
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for inet_ntoa
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for inet_ntop
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for isblank
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for memmove
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:129:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:129:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for nsleep
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-11e9bb.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `nsleep'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | /* end confdefs.h. */
# | /* Define nsleep to an innocuous variant, in case declares nsleep.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define nsleep innocuous_nsleep
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char nsleep (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef nsleep
# |
# | /* 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 nsleep ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_nsleep || defined __stub___nsleep
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return nsleep ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for pidfile
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-0946c5.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pidfile'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | /* end confdefs.h. */
# | /* Define pidfile to an innocuous variant, in case declares pidfile.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pidfile innocuous_pidfile
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pidfile (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pidfile
# |
# | /* 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 pidfile ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pidfile || defined __stub___pidfile
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pidfile ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for pledge
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-5135df.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pledge'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | /* end confdefs.h. */
# | /* Define pledge to an innocuous variant, in case declares pledge.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pledge innocuous_pledge
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pledge (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pledge
# |
# | /* 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 pledge ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pledge || defined __stub___pledge
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pledge ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for pw_dup
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-a0ea3a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pw_dup'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | /* end confdefs.h. */
# | /* Define pw_dup to an innocuous variant, in case declares pw_dup.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pw_dup innocuous_pw_dup
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pw_dup (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pw_dup
# |
# | /* 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 pw_dup ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pw_dup || defined __stub___pw_dup
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pw_dup ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for reallocarray
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-636fbd.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `reallocarray'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | /* end confdefs.h. */
# | /* Define reallocarray to an innocuous variant, in case declares reallocarray.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define reallocarray innocuous_reallocarray
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char reallocarray (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef reallocarray
# |
# | /* 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 reallocarray ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_reallocarray || defined __stub___reallocarray
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return reallocarray ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for setenv
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for setlinebuf
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for setproctitle
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-d50440.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `setproctitle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLINEBUF 1
# | /* end confdefs.h. */
# | /* Define setproctitle to an innocuous variant, in case declares setproctitle.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define setproctitle innocuous_setproctitle
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char setproctitle (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef setproctitle
# |
# | /* 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 setproctitle ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_setproctitle || defined __stub___setproctitle
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return setproctitle ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for setregid
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for setreuid
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for setresuid
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for setresgid
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for setsid
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for sigaction
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for snprintf
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:138:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:138:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for socketpair
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for strdup
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:140:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:140:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for strerror
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:141:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:141:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for strlcat
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:142:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:142:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-b2354d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETSID 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for strlcpy
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:142:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:142:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-ff63cb.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETSID 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for strmode
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-83f8b3.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strmode'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETSID 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define strmode to an innocuous variant, in case declares strmode.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strmode innocuous_strmode
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strmode (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strmode
# |
# | /* 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 strmode ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strmode || defined __stub___strmode
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strmode ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for strnvis
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-c3b3c6.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strnvis'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETSID 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define strnvis to an innocuous variant, in case declares strnvis.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strnvis innocuous_strnvis
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strnvis (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strnvis
# |
# | /* 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 strnvis ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strnvis || defined __stub___strnvis
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strnvis ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for strtonum
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# /tmp/conftest-17dade.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strtonum'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETSID 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define strtonum to an innocuous variant, in case declares strtonum.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strtonum innocuous_strtonum
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strtonum (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strtonum
# |
# | /* 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 strtonum ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strtonum || defined __stub___strtonum
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strtonum ();
# | ;
# | return 0;
# | }
# configure:15205: result: no
# configure:15205: checking for sysconf
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for tcgetpgrp
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for time
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for truncate
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for vasprintf
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:157:19: warning: format string missing [-Wformat]
# return vasprintf ();
# ~~~~~~~~~ ^
# 1 warning generated.
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for vsnprintf
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# conftest.c:147:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:147:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15205: checking for waitpid
# configure:15205: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15205: $? = 0
# configure:15205: result: yes
# configure:15215: checking whether strsep is declared
# configure:15215: clang -c -fPIC -DPIC conftest.c >&5
# configure:15215: $? = 0
# configure:15215: result: yes
# configure:15224: checking for strsep
# configure:15224: clang -o conftest -fPIC -DPIC conftest.c -lcrypt -lresolv >&5
# configure:15224: $? = 0
# configure:15224: result: yes
# configure:15242: checking for /proc/pid/fd directory
# configure:15248: result: yes
# configure:15270: checking whether LLONG_MAX is declared
# configure:15270: clang -c -fPIC -DPIC conftest.c >&5
# configure:15270: $? = 0
# configure:15270: result: yes
# configure:15281: checking if clang supports compile flag -Qunused-arguments
# configure:15303: clang -c -fPIC -DPIC -Qunused-arguments conftest.c >&5
# configure:15303: $? = 0
# configure:15311: result: yes
# configure:15324: checking if clang supports compile flag -Wunknown-warning-option
# configure:15346: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option conftest.c >&5
# configure:15346: $? = 0
# configure:15354: result: yes
# configure:15367: checking if clang supports compile flag -Wall
# configure:15389: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall conftest.c >&5
# configure:15389: $? = 0
# configure:15397: result: yes
# configure:15410: checking if clang supports compile flag -Wpointer-arith
# configure:15432: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith conftest.c >&5
# configure:15432: $? = 0
# configure:15440: result: yes
# configure:15453: checking if clang supports compile flag -Wuninitialized
# configure:15475: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized conftest.c >&5
# configure:15475: $? = 0
# configure:15483: result: yes
# configure:15496: checking if clang supports compile flag -Wsign-compare
# configure:15518: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare conftest.c >&5
# configure:15518: $? = 0
# configure:15526: result: yes
# configure:15539: checking if clang supports compile flag -Wformat-security
# configure:15561: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security conftest.c >&5
# configure:15561: $? = 0
# configure:15569: result: yes
# configure:15582: checking if clang supports compile flag -Wsizeof-pointer-memaccess
# configure:15604: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess conftest.c >&5
# configure:15604: $? = 0
# configure:15612: result: yes
# configure:15625: checking if clang supports compile flag -Wpointer-sign
# configure:15647: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wpointer-sign conftest.c >&5
# configure:15647: $? = 0
# configure:15655: result: yes
# configure:15668: checking if clang supports compile flag -Wunused-result
# configure:15690: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wunused-result conftest.c >&5
# configure:15690: $? = 0
# configure:15698: result: yes
# configure:15711: checking if clang supports compile flag -fno-strict-aliasing
# configure:15733: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing conftest.c >&5
# configure:15733: $? = 0
# configure:15741: result: yes
# configure:15913: checking gcc version
# configure:15924: result:
# configure:15927: checking if clang accepts -fno-builtin-memset
# configure:15942: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset conftest.c -lcrypt -lresolv >&5
# configure:15942: $? = 0
# configure:15943: result: yes
# configure:16049: checking if compiler allows __attribute__ on return types
# configure:16064: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset conftest.c >&5
# configure:16064: $? = 0
# configure:16065: result: yes
# configure:16417: checking compiler and flags for sanity
# configure:16437: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c -lcrypt -lresolv >&5
# In file included from conftest.c:131:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:16437: $? = 0
# configure:16437: ./conftest
# configure:16437: $? = 0
# configure:16438: result: yes
# configure:16462: checking whether system supports SO_PEERCRED getsockopt
# configure:16477: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c >&5
# In file included from conftest.c:131:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:136:5: warning: unused variable 'i' [-Wunused-variable]
# int i = SO_PEERCRED;
# ^
# 2 warnings generated.
# configure:16477: $? = 0
# configure:16478: result: yes
# configure:16517: checking for nroff
# configure:16547: result: /usr/bin/nroff
# configure:17215: checking for msg_accrights field in struct msghdr
# configure:17245: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c >&5
# In file included from conftest.c:139:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:153:3: error: no member named 'msg_accrights' in 'struct msghdr'
# m.msg_accrights = 0;
# ~ ^
# 1 warning and 1 error generated.
# configure:17245: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETSID 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_TCGETPGRP 1
# | #define HAVE_TIME 1
# | #define HAVE_TRUNCATE 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_WAITPID 1
# | #define HAVE_STRSEP 1
# | #define HAVE_PROC_PID 1
# | #define HAVE_ATTRIBUTE__NONNULL__ 1
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_SO_PEERCRED 1
# | #define USE_PAM_SERVICE "smtpd"
# | #define SMTPD_USER "smtpd"
# | #define SMTPD_QUEUE_USER "smtpq"
# | #define SMTPD_QUEUE_GROUP "smtpq"
# | #define PATH_SPOOL "/var/spool/smtpd"
# | #define MAIL_DIRECTORY "/var/spool/mail"
# | #define SMTPD_SOCKDIR "/run"
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | #ifdef msg_accrights
# | #error "msg_accrights is a macro"
# | exit(1);
# | #endif
# | struct msghdr m;
# | m.msg_accrights = 0;
# | exit(0);
# |
# | ;
# | return 0;
# | }
# configure:17254: result: no
# configure:17263: checking for msg_control field in struct msghdr
# configure:17293: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c >&5
# In file included from conftest.c:139:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:17293: $? = 0
# configure:17302: result: yes
# configure:17310: checking if libc defines __progname
# configure:17327: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c -lcrypt -lresolv >&5
# conftest.c:143:27: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
# extern char *__progname; printf("%s", __progname);
# ^
# conftest.c:143:27: note: include the header or explicitly provide a declaration for 'printf'
# 1 warning generated.
# configure:17327: $? = 0
# configure:17337: result: yes
# configure:17345: checking whether clang implements __FUNCTION__
# configure:17362: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c -lcrypt -lresolv >&5
# In file included from conftest.c:140:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:17362: $? = 0
# configure:17372: result: yes
# configure:17380: checking whether clang implements __func__
# configure:17397: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c -lcrypt -lresolv >&5
# In file included from conftest.c:141:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:17397: $? = 0
# configure:17407: result: yes
# configure:17415: checking whether va_copy exists
# configure:17435: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c -lcrypt -lresolv >&5
# configure:17435: $? = 0
# configure:17445: result: yes
# configure:17453: checking whether __va_copy exists
# configure:17473: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c -lcrypt -lresolv >&5
# configure:17473: $? = 0
# configure:17483: result: yes
# configure:17491: checking whether getopt has optreset support
# configure:17508: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c -lcrypt -lresolv >&5
# In file included from conftest.c:144:
# In file included from /usr/include/getopt.h:33:
# In file included from /usr/include/ctype.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /tmp/conftest-5fe0b1.o: In function `main':
# conftest.c:(.text+0x9): undefined reference to `optreset'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:17508: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETSID 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_TCGETPGRP 1
# | #define HAVE_TIME 1
# | #define HAVE_TRUNCATE 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_WAITPID 1
# | #define HAVE_STRSEP 1
# | #define HAVE_PROC_PID 1
# | #define HAVE_ATTRIBUTE__NONNULL__ 1
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_SO_PEERCRED 1
# | #define USE_PAM_SERVICE "smtpd"
# | #define SMTPD_USER "smtpd"
# | #define SMTPD_QUEUE_USER "smtpq"
# | #define SMTPD_QUEUE_GROUP "smtpq"
# | #define PATH_SPOOL "/var/spool/smtpd"
# | #define MAIL_DIRECTORY "/var/spool/mail"
# | #define SMTPD_SOCKDIR "/run"
# | #define HAVE_CONTROL_IN_MSGHDR 1
# | #define HAVE___PROGNAME 1
# | #define HAVE___FUNCTION__ 1
# | #define HAVE___func__ 1
# | #define HAVE_VA_COPY 1
# | #define HAVE___VA_COPY 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | extern int optreset; optreset = 0;
# | ;
# | return 0;
# | }
# configure:17518: result: no
# configure:17606: checking for asr.h
# configure:17606: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c >&5
# In file included from conftest.c:144:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:17606: $? = 0
# configure:17606: result: yes
# configure:17617: checking for asr_run in -lasr
# configure:17642: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE conftest.c -lasr -lcrypt -lresolv >&5
# configure:17642: $? = 0
# configure:17651: result: yes
# configure:17796: checking if programs using libevent functions will link
# configure:17813: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:146:
# In file included from /usr/include/event.h:46:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:17813: $? = 0
# configure:17815: result: yes
# configure:17891: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# configure:17891: $? = 0
# configure:17947: checking LibreSSL header version
# configure:17985: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:147:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:164:37: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat]
# if ((rc = fprintf(fd ,"%x (%s)\n", OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT)) <0)
# ~~ ^~~~~~~~~~~~~~~~~~~~~~
# %lx
# /usr/include/openssl/opensslv.h:33:34: note: expanded from macro 'OPENSSL_VERSION_NUMBER'
# # define OPENSSL_VERSION_NUMBER 0x1000208fL
# ^~~~~~~~~~~
# 2 warnings generated.
# configure:17985: $? = 0
# configure:17985: ./conftest
# configure:17985: $? = 0
# configure:17988: result: 1000208f (OpenSSL 1.0.2h 3 May 2016)
# configure:18004: checking LibreSSL library version
# configure:18043: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:147:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:165:37: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
# if ((rc = fprintf(fd ,"%x (%s)\n", SSLeay(), SSLeay_version(SSLEAY_VERSION))) <0)
# ~~ ^~~~~~~~
# %lx
# 2 warnings generated.
# configure:18043: $? = 0
# configure:18043: ./conftest
# configure:18043: $? = 0
# configure:18046: result: 1000208f (OpenSSL 1.0.2h 3 May 2016)
# configure:18062: checking whether LibreSSL's headers match the library
# configure:18088: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:147:
# In file included from /usr/include/stdlib.h:24:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:155:7: warning: implicit declaration of function 'SSLeay' is invalid in C99 [-Wimplicit-function-declaration]
# exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
# ^
# 2 warnings generated.
# configure:18088: $? = 0
# configure:18088: ./conftest
# configure:18088: $? = 0
# configure:18090: result: yes
# configure:18110: checking if programs using LibreSSL functions will link
# configure:18123: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:146:
# In file included from /usr/include/openssl/evp.h:75:
# In file included from /usr/include/openssl/bio.h:65:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:18123: $? = 0
# configure:18125: result: yes
# configure:18171: checking if programs using LibreSSL EVP_aes_256_gcm() will link
# configure:18184: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:146:
# In file included from /usr/include/openssl/evp.h:75:
# In file included from /usr/include/openssl/bio.h:65:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:18184: $? = 0
# configure:18186: result: yes
# configure:18214: checking if programs using TLSEXT_NAMETYPE_host_name will link
# configure:18227: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:147:
# In file included from /usr/include/openssl/ssl.h:149:
# In file included from /usr/include/openssl/comp.h:5:
# In file included from /usr/include/openssl/crypto.h:120:
# In file included from /usr/include/stdlib.h:24:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:18227: $? = 0
# configure:18229: result: yes
# configure:18257: checking if programs using SSL_CTX_set_ecdh_auto will link
# configure:18270: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:148:
# In file included from /usr/include/openssl/ssl.h:149:
# In file included from /usr/include/openssl/comp.h:5:
# In file included from /usr/include/openssl/crypto.h:120:
# In file included from /usr/include/stdlib.h:24:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:18270: $? = 0
# configure:18272: result: yes
# configure:18300: checking if programs using SSL_CTX_set_dh_auto will link
# configure:18313: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:149:
# In file included from /usr/include/openssl/ssl.h:149:
# In file included from /usr/include/openssl/comp.h:5:
# In file included from /usr/include/openssl/crypto.h:120:
# In file included from /usr/include/stdlib.h:24:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:153:2: warning: implicit declaration of function 'SSL_CTX_set_dh_auto' is invalid in C99 [-Wimplicit-function-declaration]
# SSL_CTX_set_dh_auto(NULL, 1);
# ^
# 2 warnings generated.
# /tmp/conftest-53b50e.o: In function `main':
# conftest.c:(.text+0x1b): undefined reference to `SSL_CTX_set_dh_auto'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:18313: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenSMTPD-portable"
# | #define PACKAGE_TARNAME "opensmtpd"
# | #define PACKAGE_VERSION "portable"
# | #define PACKAGE_STRING "OpenSMTPD-portable portable"
# | #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# | #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# | #define PACKAGE "opensmtpd"
# | #define VERSION "portable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_SYS_DIR_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_STATFS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LONG_DOUBLE 1
# | #define HAVE_U_INT 1
# | #define HAVE_U_CHAR 1
# | #define SIZEOF_SHORT_INT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG_INT 8
# | #define SIZEOF_LONG_LONG_INT 8
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_SIG_ATOMIC_T 1
# | #define HAVE_FSBLKCNT_T 1
# | #define HAVE_FSFILCNT_T 1
# | #define HAVE_IN_ADDR_T 1
# | #define HAVE_IN_PORT_T 1
# | #define HAVE_SA_FAMILY_T 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# | #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_O_NONBLOCK 1
# | #define HAVE_DECL_AF_LOCAL 1
# | #define HAVE_DECL_WAIT_MYPGRP 1
# | #define HAVE_DECL_WRITEV 1
# | #define HAVE_BASENAME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_FTS_OPEN 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_CRYPT 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE___B64_NTOP 1
# | #define HAVE___B64_PTON 1
# | #define HAVE_BCOPY 1
# | #define HAVE_DIRFD 1
# | #define HAVE_DIRNAME 1
# | #define HAVE_ENDGRENT 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NET_PTON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLINEBUF 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETSID 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_TCGETPGRP 1
# | #define HAVE_TIME 1
# | #define HAVE_TRUNCATE 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_WAITPID 1
# | #define HAVE_STRSEP 1
# | #define HAVE_PROC_PID 1
# | #define HAVE_ATTRIBUTE__NONNULL__ 1
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_SO_PEERCRED 1
# | #define USE_PAM_SERVICE "smtpd"
# | #define SMTPD_USER "smtpd"
# | #define SMTPD_QUEUE_USER "smtpq"
# | #define SMTPD_QUEUE_GROUP "smtpq"
# | #define PATH_SPOOL "/var/spool/smtpd"
# | #define MAIL_DIRECTORY "/var/spool/mail"
# | #define SMTPD_SOCKDIR "/run"
# | #define HAVE_CONTROL_IN_MSGHDR 1
# | #define HAVE___PROGNAME 1
# | #define HAVE___FUNCTION__ 1
# | #define HAVE___func__ 1
# | #define HAVE_VA_COPY 1
# | #define HAVE___VA_COPY 1
# | #define HAVE_LIBASR 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_GCM_CRYPTO 1
# | #define HAVE_TLSEXT_SERVERNAME 1
# | #define HAVE_SSL_CTX_SET_ECDH_AUTO 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | SSL_CTX_set_dh_auto(NULL, 1);
# | ;
# | return 0;
# | }
# configure:18324: result: no
# configure:18342: checking if SSL_OP_NO_TICKET is supported
# configure:18356: result: yes
# configure:18375: checking whether LibreSSL's PRNG is internally seeded
# configure:18404: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# In file included from conftest.c:150:
# In file included from /usr/include/stdlib.h:24:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:18404: $? = 0
# configure:18404: ./conftest
# configure:18404: $? = 0
# configure:18407: result: yes
# configure:18454: checking zlib.h usability
# configure:18454: clang -c -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include conftest.c >&5
# In file included from conftest.c:149:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:18454: $? = 0
# configure:18454: result: yes
# configure:18454: checking zlib.h presence
# configure:18454: clang -E -I/usr/include conftest.c
# configure:18454: $? = 0
# configure:18454: result: yes
# configure:18454: checking for zlib.h
# configure:18454: result: yes
# configure:18462: checking for deflate in -lz
# configure:18487: clang -o conftest -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -I/usr/include -L/usr/lib conftest.c -lz -lcrypto -lssl -levent -lasr -lcrypt -lresolv >&5
# configure:18487: $? = 0
# configure:18496: result: yes
# configure:18876: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by OpenSMTPD-portable config.status portable, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 6f2f3ef33fa3
#
# config.status:1236: creating Makefile
# config.status:1236: creating openbsd-compat/Makefile
# config.status:1236: creating mk/Makefile
# config.status:1236: creating mk/smtpd/Makefile
# config.status:1236: creating mk/smtpctl/Makefile
# config.status:1236: creating contrib/Makefile
# config.status:1236: creating contrib/libexec/Makefile
# config.status:1236: creating contrib/libexec/mail.local/Makefile
# config.status:1236: creating contrib/libexec/encrypt/Makefile
# config.status:1236: creating config.h
# config.status:1465: 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_inline=inline
# ac_cv_c_int16_t=yes
# ac_cv_c_int32_t=yes
# ac_cv_c_int64_t=yes
# ac_cv_c_int8_t=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_cc_implements___FUNCTION__=yes
# ac_cv_cc_implements___func__=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_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func___b64_ntop=yes
# ac_cv_func___b64_pton=yes
# ac_cv_func_arc4random=no
# ac_cv_func_arc4random_buf=no
# ac_cv_func_arc4random_stir=no
# ac_cv_func_arc4random_uniform=no
# ac_cv_func_asprintf=yes
# ac_cv_func_b64_ntop=no
# ac_cv_func_b64_pton=no
# ac_cv_func_bcopy=yes
# ac_cv_func_chflags=no
# ac_cv_func_closefrom=no
# ac_cv_func_dirfd=yes
# ac_cv_func_dirname=yes
# ac_cv_func_endgrent=yes
# ac_cv_func_explicit_bzero=no
# ac_cv_func_fchflags=no
# ac_cv_func_fgetln=no
# ac_cv_func_freeaddrinfo=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_getopt=yes
# ac_cv_func_getpeereid=no
# ac_cv_func_getspnam=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_inet_net_pton=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_isblank=yes
# ac_cv_func_memmove=yes
# ac_cv_func_nsleep=no
# ac_cv_func_pidfile=no
# ac_cv_func_pledge=no
# ac_cv_func_pw_dup=no
# ac_cv_func_reallocarray=no
# ac_cv_func_setenv=yes
# ac_cv_func_setlinebuf=yes
# ac_cv_func_setproctitle=no
# ac_cv_func_setregid=yes
# ac_cv_func_setresgid=yes
# ac_cv_func_setresuid=yes
# ac_cv_func_setreuid=yes
# ac_cv_func_setsid=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_socketpair=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strmode=no
# ac_cv_func_strnvis=no
# ac_cv_func_strsep=yes
# ac_cv_func_strtonum=no
# ac_cv_func_sysconf=yes
# ac_cv_func_tcgetpgrp=yes
# ac_cv_func_time=yes
# ac_cv_func_truncate=yes
# ac_cv_func_vasprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_waitpid=yes
# ac_cv_have___va_copy=yes
# ac_cv_have_accrights_in_msghdr=no
# ac_cv_have_control_in_msghdr=yes
# ac_cv_have_decl_AF_LOCAL=yes
# ac_cv_have_decl_LLONG_MAX=yes
# ac_cv_have_decl_O_NONBLOCK=yes
# ac_cv_have_decl_WAIT_MYPGRP=yes
# ac_cv_have_decl_strsep=yes
# ac_cv_have_decl_writev=yes
# ac_cv_have_getopt_optreset=no
# ac_cv_have_va_copy=yes
# ac_cv_header_asr_h=yes
# ac_cv_header_bsd_libutil_h=no
# ac_cv_header_crypt_h=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_fts_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_grp_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libgen_h=yes
# ac_cv_header_libutil_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_login_cap_h=no
# ac_cv_header_mach_mach_time_h=no
# ac_cv_header_maillock_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_ndir_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_pam_pam_appl_h=no
# ac_cv_header_paths_h=yes
# ac_cv_header_security_pam_appl_h=yes
# ac_cv_header_shadow_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_cdefs_h=yes
# ac_cv_header_sys_dir_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_ndir_h=no
# ac_cv_header_sys_pstat_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_statfs_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_ucred_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_header_util_h=no
# ac_cv_header_utime_h=yes
# ac_cv_header_vis_h=no
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_asr_asr_run=yes
# ac_cv_lib_z_deflate=yes
# ac_cv_libc_defines___progname=yes
# ac_cv_member_struct_passwd_pw_change=no
# ac_cv_member_struct_passwd_pw_class=no
# ac_cv_member_struct_passwd_pw_expire=no
# ac_cv_member_struct_passwd_pw_gecos=yes
# ac_cv_member_struct_sockaddr_in6_sin6_len=no
# ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
# ac_cv_member_struct_sockaddr_in_sin_len=no
# ac_cv_member_struct_sockaddr_sa_len=no
# ac_cv_member_struct_sockaddr_storage___ss_family=no
# ac_cv_member_struct_sockaddr_storage_ss_family=yes
# ac_cv_member_struct_sockaddr_storage_ss_len=no
# ac_cv_member_struct_stat_st_flags=no
# ac_cv_member_struct_stat_st_mtim=yes
# ac_cv_member_struct_stat_st_mtimespec=no
# ac_cv_member_struct_statfs_f_favail=no
# ac_cv_objext=o
# ac_cv_path_AR=/usr/bin/ar
# ac_cv_path_CAT=/usr/bin/cat
# 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_GROFF=/usr/bin/groff
# ac_cv_path_NROFF=/usr/bin/nroff
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_SH=/usr/bin/sh
# ac_cv_path_TEST_MINUS_S_SH=/usr/bin/bash
# ac_cv_path_ZCAT=/usr/bin/zcat
# 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_search_arc4random=no
# ac_cv_search_basename='none required'
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_crypt=-lcrypt
# ac_cv_search_daemon='none required'
# ac_cv_search_dirname='none required'
# ac_cv_search_fmt_scaled=no
# ac_cv_search_fparseln=no
# ac_cv_search_fts_open='none required'
# ac_cv_search_inet_net_pton=-lresolv
# ac_cv_search_res_9_b64_ntop=no
# ac_cv_search_setsockopt='none required'
# ac_cv_search_utimes='none required'
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long_int=8
# ac_cv_sizeof_long_long_int=8
# ac_cv_sizeof_short_int=2
# ac_cv_type_fsblkcnt_t=yes
# ac_cv_type_fsfilcnt_t=yes
# ac_cv_type_in_addr_t=yes
# ac_cv_type_in_port_t=yes
# ac_cv_type_intmax_t=yes
# ac_cv_type_intptr_t=yes
# ac_cv_type_long_double=yes
# ac_cv_type_long_long=yes
# ac_cv_type_long_long_int=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_sa_family_t=yes
# ac_cv_type_sig_atomic_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_struct_addrinfo=yes
# ac_cv_type_struct_ifgroupreq=no
# ac_cv_type_struct_in6_addr=yes
# ac_cv_type_struct_sockaddr_in6=yes
# ac_cv_type_struct_sockaddr_storage=yes
# ac_cv_type_struct_timespec=yes
# ac_cv_type_struct_timeval=yes
# ac_cv_type_u_char=yes
# ac_cv_type_u_int=yes
# ac_cv_type_uid_t=yes
# ac_cv_type_uintmax_t=yes
# ac_cv_type_uintptr_t=yes
# ac_cv_type_unsigned_long_long=yes
# ac_cv_type_unsigned_long_long_int=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/opensmtpd/src/opensmtpd-5.9.2p1/missing --run aclocal-1.11'
# AMTAR='$${TAR-tar}'
# AR='/usr/bin/ar'
# ASR_LIB='-lasr'
# AUTOCONF='${SHELL} /tmp/opensmtpd/src/opensmtpd-5.9.2p1/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/opensmtpd/src/opensmtpd-5.9.2p1/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/opensmtpd/src/opensmtpd-5.9.2p1/missing --run automake-1.11'
# AWK='gawk'
# CAT='/usr/bin/cat'
# CA_FILE='/etc/ssl/certs/ca-certificates.crt'
# CC='clang'
# CFLAGS=' -fPIC -DPIC -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE '
# CPP='clang -E'
# CPPFLAGS='-I/usr/include '
# CYGPATH_W='echo'
# DB_LIB=''
# DEFS='-DHAVE_CONFIG_H'
# 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'
# GROFF='/usr/bin/groff'
# HAVE_DB_API_FALSE=''
# HAVE_DB_API_TRUE='#'
# HAVE_GCM_CRYPTO_FALSE='#'
# HAVE_GCM_CRYPTO_TRUE=''
# HAVE_SSL_CTX_SET_DH_AUTO_FALSE=''
# HAVE_SSL_CTX_SET_DH_AUTO_TRUE='#'
# HAVE_SSL_CTX_SET_ECDH_AUTO_FALSE='#'
# HAVE_SSL_CTX_SET_ECDH_AUTO_TRUE=''
# HAVE_TLSEXT_SERVERNAME_FALSE='#'
# HAVE_TLSEXT_SERVERNAME_TRUE=''
# 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='-L/usr/lib '
# LIBOBJS=''
# LIBS='-lz -lcrypto -lssl -levent -lasr -lcrypt -lresolv '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/opensmtpd/src/opensmtpd-5.9.2p1/missing --run makeinfo'
# MANDOC=''
# MANFMT='/usr/bin/nroff -mandoc'
# MANIFEST_TOOL=':'
# MANTYPE='doc'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# NROFF='/usr/bin/nroff'
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='opensmtpd'
# PACKAGE_BUGREPORT='bugs@opensmtpd.org'
# PACKAGE_NAME='OpenSMTPD-portable'
# PACKAGE_STRING='OpenSMTPD-portable portable'
# PACKAGE_TARNAME='opensmtpd'
# PACKAGE_URL='https://github.com/OpenSMTPD/OpenSMTPD'
# PACKAGE_VERSION='portable'
# PATH_SEPARATOR=':'
# PRIVSEP_PATH='/var/empty'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SH='/usr/bin/sh'
# SHELL='/bin/sh'
# SMTPD_QUEUE_GROUP='smtpq'
# SMTPD_QUEUE_USER='smtpq'
# SMTPD_USER='smtpd'
# STRIP='strip'
# STRIP_OPT='-s'
# TEST_MALLOC_OPTIONS=''
# TEST_MINUS_S_SH='/usr/bin/bash'
# USE_PAM_SERVICE='smtpd'
# VERSION='portable'
# YACC='bison -y'
# YFLAGS=''
# ZCAT='/usr/bin/zcat'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__isrc=''
# am__leading_dot='.'
# 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/opensmtpd/src/opensmtpd-5.9.2p1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib/smtpd'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mansubdir='man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkglibexecdir='/usr/lib/smtpd/opensmtpd'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sockdir='/run'
# spooldir='/var/spool/smtpd'
# sysconfdir='/etc/smtpd'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "OpenSMTPD-portable"
# #define PACKAGE_TARNAME "opensmtpd"
# #define PACKAGE_VERSION "portable"
# #define PACKAGE_STRING "OpenSMTPD-portable portable"
# #define PACKAGE_BUGREPORT "bugs@opensmtpd.org"
# #define PACKAGE_URL "https://github.com/OpenSMTPD/OpenSMTPD"
# #define PACKAGE "opensmtpd"
# #define VERSION "portable"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_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_CRYPT_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GRP_H 1
# #define HAVE_LIBGEN_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_SECURITY_PAM_APPL_H 1
# #define HAVE_SHADOW_H 1
# #define HAVE_SYS_CDEFS_H 1
# #define HAVE_SYS_DIR_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_SYS_STATFS_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_TIME_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_LONG_LONG 1
# #define HAVE_UNSIGNED_LONG_LONG 1
# #define HAVE_LONG_DOUBLE 1
# #define HAVE_U_INT 1
# #define HAVE_U_CHAR 1
# #define SIZEOF_SHORT_INT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG_INT 8
# #define SIZEOF_LONG_LONG_INT 8
# #define HAVE_INTPTR_T 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_INTMAX_T 1
# #define HAVE_UINTPTR_T 1
# #define HAVE_UINTMAX_T 1
# #define HAVE_SIG_ATOMIC_T 1
# #define HAVE_FSBLKCNT_T 1
# #define HAVE_FSFILCNT_T 1
# #define HAVE_IN_ADDR_T 1
# #define HAVE_IN_PORT_T 1
# #define HAVE_SA_FAMILY_T 1
# #define HAVE_STRUCT_TIMESPEC 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define HAVE_STRUCT_SOCKADDR_IN6 1
# #define HAVE_STRUCT_IN6_ADDR 1
# #define HAVE_STRUCT_ADDRINFO 1
# #define HAVE_STRUCT_TIMEVAL 1
# #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# #define HAVE_STRUCT_PASSWD_PW_GECOS 1
# #define HAVE_STRUCT_STAT_ST_MTIM 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# #define HAVE_DECL_O_NONBLOCK 1
# #define HAVE_DECL_AF_LOCAL 1
# #define HAVE_DECL_WAIT_MYPGRP 1
# #define HAVE_DECL_WRITEV 1
# #define HAVE_BASENAME 1
# #define HAVE_UTIMES 1
# #define HAVE_DIRNAME 1
# #define HAVE_INET_NET_PTON 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_FTS_OPEN 1
# #define HAVE_DAEMON 1
# #define HAVE_SETSOCKOPT 1
# #define HAVE_CRYPT 1
# #define HAVE_ASPRINTF 1
# #define HAVE___B64_NTOP 1
# #define HAVE___B64_PTON 1
# #define HAVE_BCOPY 1
# #define HAVE_DIRFD 1
# #define HAVE_DIRNAME 1
# #define HAVE_ENDGRENT 1
# #define HAVE_FREEADDRINFO 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_GETOPT 1
# #define HAVE_GETSPNAM 1
# #define HAVE_INET_ATON 1
# #define HAVE_INET_NET_PTON 1
# #define HAVE_INET_NTOA 1
# #define HAVE_INET_NTOP 1
# #define HAVE_ISBLANK 1
# #define HAVE_MEMMOVE 1
# #define HAVE_SETENV 1
# #define HAVE_SETLINEBUF 1
# #define HAVE_SETREGID 1
# #define HAVE_SETREUID 1
# #define HAVE_SETRESUID 1
# #define HAVE_SETRESGID 1
# #define HAVE_SETSID 1
# #define HAVE_SIGACTION 1
# #define HAVE_SNPRINTF 1
# #define HAVE_SOCKETPAIR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_SYSCONF 1
# #define HAVE_TCGETPGRP 1
# #define HAVE_TIME 1
# #define HAVE_TRUNCATE 1
# #define HAVE_VASPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_WAITPID 1
# #define HAVE_STRSEP 1
# #define HAVE_PROC_PID 1
# #define HAVE_ATTRIBUTE__NONNULL__ 1
# #define SPT_TYPE SPT_REUSEARGV
# #define HAVE_SO_PEERCRED 1
# #define USE_PAM_SERVICE "smtpd"
# #define SMTPD_USER "smtpd"
# #define SMTPD_QUEUE_USER "smtpq"
# #define SMTPD_QUEUE_GROUP "smtpq"
# #define PATH_SPOOL "/var/spool/smtpd"
# #define MAIL_DIRECTORY "/var/spool/mail"
# #define SMTPD_SOCKDIR "/run"
# #define HAVE_CONTROL_IN_MSGHDR 1
# #define HAVE___PROGNAME 1
# #define HAVE___FUNCTION__ 1
# #define HAVE___func__ 1
# #define HAVE_VA_COPY 1
# #define HAVE___VA_COPY 1
# #define HAVE_LIBASR 1
# #define HAVE_OPENSSL 1
# #define HAVE_GCM_CRYPTO 1
# #define HAVE_TLSEXT_SERVERNAME 1
# #define HAVE_SSL_CTX_SET_ECDH_AUTO 1
# #define HAVE_LIBZ 1
#
# configure: exit 0