Build of dropbear with clang_glibc toolchain

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

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

SLOCLanguage
71,920 ansic
3,317 sh
676 makefile
409 perl
30 asm
76,352 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: dropbear 2016.73-2 (Thu Apr 13 15:40:19 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether make sets $(MAKE)... yes
# configure: No $CFLAGS set... using "-Os -W -Wall" for GCC
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-install... no
# checking for install... install
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking whether __UCLIBC__ is declared... no
# checking for crypt... no
# checking for crypt in -lcrypt... yes
# checking for deflate in -lz... yes
# configure: Enabling zlib
# configure: Disabling PAM
# configure: Using openpty if available
# checking for library containing openpty... -lutil
# configure: Enabling syslog
# checking shadow.h usability... yes
# checking shadow.h presence... yes
# checking for shadow.h... yes
# configure: Using shadow passwords if available
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking netinet/tcp.h usability... yes
# checking netinet/tcp.h presence... yes
# checking for netinet/tcp.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking for unistd.h... (cached) yes
# checking crypt.h usability... yes
# checking crypt.h presence... yes
# checking for crypt.h... yes
# checking pty.h usability... yes
# checking pty.h presence... yes
# checking for pty.h... yes
# checking ioctl.h usability... no
# checking ioctl.h presence... no
# checking for ioctl.h... no
# checking libutil.h usability... no
# checking libutil.h presence... no
# checking for libutil.h... no
# checking libgen.h usability... yes
# checking libgen.h presence... yes
# checking for libgen.h... yes
# checking for inttypes.h... (cached) yes
# checking stropts.h usability... yes
# checking stropts.h presence... yes
# checking for stropts.h... yes
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking utmpx.h usability... yes
# checking utmpx.h presence... yes
# checking for utmpx.h... yes
# checking lastlog.h usability... yes
# checking lastlog.h presence... yes
# checking for lastlog.h... yes
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking util.h usability... no
# checking util.h presence... no
# checking for util.h... no
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking security/pam_appl.h usability... yes
# checking security/pam_appl.h presence... yes
# checking for security/pam_appl.h... yes
# checking pam/pam_appl.h usability... no
# checking pam/pam_appl.h presence... no
# checking for pam/pam_appl.h... no
# checking netinet/in_systm.h usability... yes
# checking netinet/in_systm.h presence... yes
# checking for netinet/in_systm.h... yes
# checking sys/uio.h usability... yes
# checking sys/uio.h presence... yes
# checking for sys/uio.h... yes
# checking for an ANSI C-conforming const... yes
# checking for uid_t in sys/types.h... yes
# checking for mode_t... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for uint8_t... yes
# checking for u_int8_t... yes
# checking for uint16_t... yes
# checking for u_int16_t... yes
# checking for uint32_t... yes
# checking for u_int32_t... yes
# checking for struct sockaddr_storage... no
# checking for socklen_t... yes
# 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 gai_strerror... yes
# checking for struct utmp.ut_host... yes
# checking for struct utmp.ut_pid... yes
# checking for struct utmp.ut_type... yes
# checking for struct utmp.ut_tv... yes
# checking for struct utmp.ut_id... yes
# checking for struct utmp.ut_addr... yes
# checking for struct utmp.ut_addr_v6... yes
# checking for struct utmp.ut_exit... yes
# checking for struct utmp.ut_time... yes
# checking for struct utmpx.ut_host... yes
# checking for struct utmpx.ut_syslen... no
# checking for struct utmpx.ut_type... yes
# checking for struct utmpx.ut_id... yes
# checking for struct utmpx.ut_addr... no
# checking for struct utmpx.ut_addr_v6... yes
# checking for struct utmpx.ut_time... no
# checking for struct utmpx.ut_tv... yes
# checking for struct sockaddr_storage.ss_family... yes
# checking for endutent... yes
# checking for getutent... yes
# checking for getutid... yes
# checking for getutline... yes
# checking for pututline... yes
# checking for setutent... yes
# checking for utmpname... yes
# checking for endutxent... yes
# checking for getutxent... yes
# checking for getutxid... yes
# checking for getutxline... yes
# checking for pututxline... yes
# checking for setutxent... yes
# checking for utmpxname... yes
# checking for logout... yes
# checking for updwtmp... yes
# checking for logwtmp... yes
# checking mach/mach_time.h usability... no
# checking mach/mach_time.h presence... no
# checking for mach/mach_time.h... no
# checking for mach_absolute_time... no
# checking for explicit_bzero... no
# checking for memset_s... no
# checking for mp_exptmod in -ltommath... no
# checking for register_cipher in -ltomcrypt... no
# checking for library containing login... none required
# checking for logout... (cached) yes
# checking for updwtmp... (cached) yes
# checking for logwtmp... (cached) yes
# checking if your system defines LASTLOG_FILE... no
# checking if your system defines _PATH_LASTLOG... yes
# checking if your system defines UTMP_FILE... yes
# checking if your system defines WTMP_FILE... yes
# checking if your system defines UTMPX_FILE... no
# checking if your system defines WTMPX_FILE... no
# checking whether clang needs -traditional... no
# checking for working memcmp... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/socket.h... (cached) yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking for dup2... yes
# checking for getpass... yes
# checking for getspnam... yes
# checking for getusershell... yes
# checking for memset... yes
# checking for putenv... yes
# checking for select... yes
# checking for socket... yes
# checking for strdup... yes
# checking for clearenv... yes
# checking for strlcpy... no
# checking for strlcat... no
# checking for daemon... yes
# checking for basename... yes
# checking for _getpty... no
# checking for getaddrinfo... yes
# checking for freeaddrinfo... yes
# checking for getnameinfo... yes
# checking for fork... yes
# checking for writev... yes
# checking for library containing basename... none required
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libtomcrypt/Makefile
# config.status: creating libtommath/Makefile
# config.status: creating config.h
# configure:
# configure: Using bundled libtomcrypt and libtommath
# configure:
# configure: Now edit options.h to choose features.
# cd libtomcrypt && make
# make[1]: Entering directory '/tmp/dropbear/src/dropbear-2016.73/libtomcrypt'
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -DENCRYPT_ONLY -c src/ciphers/aes/aes.c -o src/ciphers/aes/aes_enc.o
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/aes/aes.o src/ciphers/aes/aes.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/anubis.o src/ciphers/anubis.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/blowfish.o src/ciphers/blowfish.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/cast5.o src/ciphers/cast5.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/des.o src/ciphers/des.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/kasumi.o src/ciphers/kasumi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/khazad.o src/ciphers/khazad.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/kseed.o src/ciphers/kseed.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/noekeon.o src/ciphers/noekeon.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/rc2.o src/ciphers/rc2.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/rc5.o src/ciphers/rc5.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/rc6.o src/ciphers/rc6.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/safer/safer.o src/ciphers/safer/safer.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/safer/safer_tab.o src/ciphers/safer/safer_tab.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/safer/saferp.o src/ciphers/safer/saferp.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/skipjack.o src/ciphers/skipjack.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/twofish/twofish.o src/ciphers/twofish/twofish.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/ciphers/xtea.o src/ciphers/xtea.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ccm/ccm_memory.o src/encauth/ccm/ccm_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ccm/ccm_test.o src/encauth/ccm/ccm_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_addheader.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/eax/eax_decrypt.o src/encauth/eax/eax_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/eax/eax_decrypt_verify_memory.o src/encauth/eax/eax_decrypt_verify_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/eax/eax_done.o src/encauth/eax/eax_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/eax/eax_encrypt.o src/encauth/eax/eax_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_encrypt_authenticate_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/eax/eax_init.o src/encauth/eax/eax_init.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/eax/eax_test.o src/encauth/eax/eax_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_add_aad.o src/encauth/gcm/gcm_add_aad.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_add_iv.o src/encauth/gcm/gcm_add_iv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_done.o src/encauth/gcm/gcm_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_gf_mult.o src/encauth/gcm/gcm_gf_mult.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_init.o src/encauth/gcm/gcm_init.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_memory.o src/encauth/gcm/gcm_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_mult_h.o src/encauth/gcm/gcm_mult_h.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_process.o src/encauth/gcm/gcm_process.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_reset.o src/encauth/gcm/gcm_reset.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/gcm/gcm_test.o src/encauth/gcm/gcm_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_decrypt.o src/encauth/ocb/ocb_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_decrypt_verify_memory.o src/encauth/ocb/ocb_decrypt_verify_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_done_decrypt.o src/encauth/ocb/ocb_done_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_done_encrypt.o src/encauth/ocb/ocb_done_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_encrypt.o src/encauth/ocb/ocb_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_encrypt_authenticate_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_init.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_ntz.o src/encauth/ocb/ocb_ntz.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_shift_xor.o src/encauth/ocb/ocb_shift_xor.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/ocb_test.o src/encauth/ocb/ocb_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/encauth/ocb/s_ocb_done.o src/encauth/ocb/s_ocb_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/chc/chc.o src/hashes/chc/chc.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/helper/hash_file.o src/hashes/helper/hash_file.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/helper/hash_filehandle.o src/hashes/helper/hash_filehandle.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/helper/hash_memory_multi.o src/hashes/helper/hash_memory_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/md2.o src/hashes/md2.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/md4.o src/hashes/md4.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/md5.o src/hashes/md5.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/rmd128.o src/hashes/rmd128.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/rmd160.o src/hashes/rmd160.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/rmd256.o src/hashes/rmd256.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/rmd320.o src/hashes/rmd320.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/sha1.o src/hashes/sha1.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/sha2/sha256.o src/hashes/sha2/sha256.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/sha2/sha512.o src/hashes/sha2/sha512.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/tiger.o src/hashes/tiger.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/hashes/whirl/whirl.o src/hashes/whirl/whirl.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/f9/f9_done.o src/mac/f9/f9_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/f9/f9_file.o src/mac/f9/f9_file.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/f9/f9_init.o src/mac/f9/f9_init.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/f9/f9_memory.o src/mac/f9/f9_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_memory_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/f9/f9_process.o src/mac/f9/f9_process.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/f9/f9_test.o src/mac/f9/f9_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/hmac/hmac_done.o src/mac/hmac/hmac_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/hmac/hmac_file.o src/mac/hmac/hmac_file.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/hmac/hmac_init.o src/mac/hmac/hmac_init.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/hmac/hmac_memory.o src/mac/hmac/hmac_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/hmac/hmac_memory_multi.o src/mac/hmac/hmac_memory_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/hmac/hmac_process.o src/mac/hmac/hmac_process.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/hmac/hmac_test.o src/mac/hmac/hmac_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/omac/omac_done.o src/mac/omac/omac_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/omac/omac_file.o src/mac/omac/omac_file.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/omac/omac_init.o src/mac/omac/omac_init.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/omac/omac_memory.o src/mac/omac/omac_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/omac/omac_memory_multi.o src/mac/omac/omac_memory_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/omac/omac_process.o src/mac/omac/omac_process.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/omac/omac_test.o src/mac/omac/omac_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pelican/pelican.o src/mac/pelican/pelican.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pelican/pelican_memory.o src/mac/pelican/pelican_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pelican/pelican_test.o src/mac/pelican/pelican_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pmac/pmac_done.o src/mac/pmac/pmac_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pmac/pmac_file.o src/mac/pmac/pmac_file.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pmac/pmac_init.o src/mac/pmac/pmac_init.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pmac/pmac_memory.o src/mac/pmac/pmac_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pmac/pmac_memory_multi.o src/mac/pmac/pmac_memory_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pmac/pmac_ntz.o src/mac/pmac/pmac_ntz.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pmac/pmac_process.o src/mac/pmac/pmac_process.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pmac/pmac_shift_xor.o src/mac/pmac/pmac_shift_xor.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/pmac/pmac_test.o src/mac/pmac/pmac_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/xcbc/xcbc_done.o src/mac/xcbc/xcbc_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_file.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_init.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/xcbc/xcbc_memory.o src/mac/xcbc/xcbc_memory.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/xcbc/xcbc_memory_multi.o src/mac/xcbc/xcbc_memory_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/xcbc/xcbc_process.o src/mac/xcbc/xcbc_process.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/mac/xcbc/xcbc_test.o src/mac/xcbc/xcbc_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/math/fp/ltc_ecc_fp_mulmod.o src/math/fp/ltc_ecc_fp_mulmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/math/gmp_desc.o src/math/gmp_desc.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/math/ltm_desc.o src/math/ltm_desc.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/math/multi.o src/math/multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/math/rand_prime.o src/math/rand_prime.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/math/tfm_desc.o src/math/tfm_desc.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/base64/base64_decode.o src/misc/base64/base64_decode.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/base64/base64_encode.o src/misc/base64/base64_encode.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/burn_stack.o src/misc/burn_stack.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt.o src/misc/crypt/crypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_argchk.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_cipher_descriptor.o src/misc/crypt/crypt_cipher_descriptor.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_cipher_is_valid.o src/misc/crypt/crypt_cipher_is_valid.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_find_cipher.o src/misc/crypt/crypt_find_cipher.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_find_cipher_any.o src/misc/crypt/crypt_find_cipher_any.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_find_cipher_id.o src/misc/crypt/crypt_find_cipher_id.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_find_hash.o src/misc/crypt/crypt_find_hash.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_find_hash_any.o src/misc/crypt/crypt_find_hash_any.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_find_hash_id.o src/misc/crypt/crypt_find_hash_id.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_find_hash_oid.o src/misc/crypt/crypt_find_hash_oid.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_find_prng.o src/misc/crypt/crypt_find_prng.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_fsa.o src/misc/crypt/crypt_fsa.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_hash_descriptor.o src/misc/crypt/crypt_hash_descriptor.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_hash_is_valid.o src/misc/crypt/crypt_hash_is_valid.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_ltc_mp_descriptor.o src/misc/crypt/crypt_ltc_mp_descriptor.c
# src/misc/crypt/crypt_ltc_mp_descriptor.c:13:32: warning: missing field 'bits_per_digit' initializer [-Wmissing-field-initializers]
# ltc_math_descriptor ltc_mp = {0};
# ^
# 1 warning generated.
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_prng_descriptor.o src/misc/crypt/crypt_prng_descriptor.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_prng_is_valid.o src/misc/crypt/crypt_prng_is_valid.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_register_cipher.o src/misc/crypt/crypt_register_cipher.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_register_hash.o src/misc/crypt/crypt_register_hash.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_register_prng.o src/misc/crypt/crypt_register_prng.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_unregister_cipher.o src/misc/crypt/crypt_unregister_cipher.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_unregister_hash.o src/misc/crypt/crypt_unregister_hash.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/crypt/crypt_unregister_prng.o src/misc/crypt/crypt_unregister_prng.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/error_to_string.o src/misc/error_to_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/pkcs5/pkcs_5_1.o src/misc/pkcs5/pkcs_5_1.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/pkcs5/pkcs_5_2.o src/misc/pkcs5/pkcs_5_2.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/misc/zeromem.o src/misc/zeromem.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cbc/cbc_encrypt.o src/modes/cbc/cbc_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_getiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_setiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cbc/cbc_start.o src/modes/cbc/cbc_start.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cfb/cfb_encrypt.o src/modes/cfb/cfb_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_getiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_setiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/cfb/cfb_start.o src/modes/cfb/cfb_start.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ctr/ctr_decrypt.o src/modes/ctr/ctr_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ctr/ctr_done.o src/modes/ctr/ctr_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ctr/ctr_encrypt.o src/modes/ctr/ctr_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ctr/ctr_getiv.o src/modes/ctr/ctr_getiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ctr/ctr_setiv.o src/modes/ctr/ctr_setiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ctr/ctr_start.o src/modes/ctr/ctr_start.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ctr/ctr_test.o src/modes/ctr/ctr_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ecb/ecb_decrypt.o src/modes/ecb/ecb_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ecb/ecb_done.o src/modes/ecb/ecb_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ecb/ecb_encrypt.o src/modes/ecb/ecb_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ecb/ecb_start.o src/modes/ecb/ecb_start.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/f8/f8_decrypt.o src/modes/f8/f8_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/f8/f8_done.o src/modes/f8/f8_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/f8/f8_encrypt.o src/modes/f8/f8_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/f8/f8_getiv.o src/modes/f8/f8_getiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/f8/f8_setiv.o src/modes/f8/f8_setiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/f8/f8_start.o src/modes/f8/f8_start.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/f8/f8_test_mode.o src/modes/f8/f8_test_mode.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/lrw/lrw_decrypt.o src/modes/lrw/lrw_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/lrw/lrw_done.o src/modes/lrw/lrw_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/lrw/lrw_encrypt.o src/modes/lrw/lrw_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/lrw/lrw_getiv.o src/modes/lrw/lrw_getiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/lrw/lrw_process.o src/modes/lrw/lrw_process.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/lrw/lrw_setiv.o src/modes/lrw/lrw_setiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/lrw/lrw_start.o src/modes/lrw/lrw_start.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/lrw/lrw_test.o src/modes/lrw/lrw_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ofb/ofb_decrypt.o src/modes/ofb/ofb_decrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ofb/ofb_done.o src/modes/ofb/ofb_done.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ofb/ofb_encrypt.o src/modes/ofb/ofb_encrypt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ofb/ofb_getiv.o src/modes/ofb/ofb_getiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ofb/ofb_setiv.o src/modes/ofb/ofb_setiv.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/modes/ofb/ofb_start.o src/modes/ofb/ofb_start.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/bit/der_decode_bit_string.o src/pk/asn1/der/bit/der_decode_bit_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/bit/der_encode_bit_string.o src/pk/asn1/der/bit/der_encode_bit_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/bit/der_length_bit_string.o src/pk/asn1/der/bit/der_length_bit_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/boolean/der_decode_boolean.o src/pk/asn1/der/boolean/der_decode_boolean.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/boolean/der_encode_boolean.o src/pk/asn1/der/boolean/der_encode_boolean.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/boolean/der_length_boolean.o src/pk/asn1/der/boolean/der_length_boolean.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/choice/der_decode_choice.o src/pk/asn1/der/choice/der_decode_choice.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/ia5/der_decode_ia5_string.o src/pk/asn1/der/ia5/der_decode_ia5_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/ia5/der_encode_ia5_string.o src/pk/asn1/der/ia5/der_encode_ia5_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/ia5/der_length_ia5_string.o src/pk/asn1/der/ia5/der_length_ia5_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/integer/der_decode_integer.o src/pk/asn1/der/integer/der_decode_integer.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/integer/der_encode_integer.o src/pk/asn1/der/integer/der_encode_integer.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/integer/der_length_integer.o src/pk/asn1/der/integer/der_length_integer.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/object_identifier/der_decode_object_identifier.o src/pk/asn1/der/object_identifier/der_decode_object_identifier.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/object_identifier/der_encode_object_identifier.o src/pk/asn1/der/object_identifier/der_encode_object_identifier.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/object_identifier/der_length_object_identifier.o src/pk/asn1/der/object_identifier/der_length_object_identifier.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/octet/der_decode_octet_string.o src/pk/asn1/der/octet/der_decode_octet_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/octet/der_encode_octet_string.o src/pk/asn1/der/octet/der_encode_octet_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/octet/der_length_octet_string.o src/pk/asn1/der/octet/der_length_octet_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/printable_string/der_decode_printable_string.o src/pk/asn1/der/printable_string/der_decode_printable_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/printable_string/der_encode_printable_string.o src/pk/asn1/der/printable_string/der_encode_printable_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/printable_string/der_length_printable_string.o src/pk/asn1/der/printable_string/der_length_printable_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/sequence/der_decode_sequence_ex.o src/pk/asn1/der/sequence/der_decode_sequence_ex.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/sequence/der_decode_sequence_flexi.o src/pk/asn1/der/sequence/der_decode_sequence_flexi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/sequence/der_decode_sequence_multi.o src/pk/asn1/der/sequence/der_decode_sequence_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/sequence/der_encode_sequence_ex.o src/pk/asn1/der/sequence/der_encode_sequence_ex.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/sequence/der_encode_sequence_multi.o src/pk/asn1/der/sequence/der_encode_sequence_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/sequence/der_length_sequence.o src/pk/asn1/der/sequence/der_length_sequence.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/sequence/der_sequence_free.o src/pk/asn1/der/sequence/der_sequence_free.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/set/der_encode_set.o src/pk/asn1/der/set/der_encode_set.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/set/der_encode_setof.o src/pk/asn1/der/set/der_encode_setof.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/short_integer/der_decode_short_integer.o src/pk/asn1/der/short_integer/der_decode_short_integer.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/short_integer/der_encode_short_integer.o src/pk/asn1/der/short_integer/der_encode_short_integer.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/short_integer/der_length_short_integer.o src/pk/asn1/der/short_integer/der_length_short_integer.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/utctime/der_decode_utctime.o src/pk/asn1/der/utctime/der_decode_utctime.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/utctime/der_encode_utctime.o src/pk/asn1/der/utctime/der_encode_utctime.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/utctime/der_length_utctime.o src/pk/asn1/der/utctime/der_length_utctime.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/utf8/der_decode_utf8_string.o src/pk/asn1/der/utf8/der_decode_utf8_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/utf8/der_encode_utf8_string.o src/pk/asn1/der/utf8/der_encode_utf8_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/asn1/der/utf8/der_length_utf8_string.o src/pk/asn1/der/utf8/der_length_utf8_string.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_decrypt_key.o src/pk/dsa/dsa_decrypt_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_encrypt_key.o src/pk/dsa/dsa_encrypt_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_export.o src/pk/dsa/dsa_export.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_free.o src/pk/dsa/dsa_free.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_import.o src/pk/dsa/dsa_import.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_make_key.o src/pk/dsa/dsa_make_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_shared_secret.o src/pk/dsa/dsa_shared_secret.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_sign_hash.o src/pk/dsa/dsa_sign_hash.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_verify_hash.o src/pk/dsa/dsa_verify_hash.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/dsa/dsa_verify_key.o src/pk/dsa/dsa_verify_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc.o src/pk/ecc/ecc.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_ansi_x963_export.o src/pk/ecc/ecc_ansi_x963_export.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_ansi_x963_import.o src/pk/ecc/ecc_ansi_x963_import.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_decrypt_key.o src/pk/ecc/ecc_decrypt_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_encrypt_key.o src/pk/ecc/ecc_encrypt_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_export.o src/pk/ecc/ecc_export.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_free.o src/pk/ecc/ecc_free.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_get_size.o src/pk/ecc/ecc_get_size.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_import.o src/pk/ecc/ecc_import.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_make_key.o src/pk/ecc/ecc_make_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_shared_secret.o src/pk/ecc/ecc_shared_secret.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_sign_hash.o src/pk/ecc/ecc_sign_hash.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_sizes.o src/pk/ecc/ecc_sizes.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_test.o src/pk/ecc/ecc_test.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ecc_verify_hash.o src/pk/ecc/ecc_verify_hash.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ltc_ecc_is_valid_idx.o src/pk/ecc/ltc_ecc_is_valid_idx.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ltc_ecc_map.o src/pk/ecc/ltc_ecc_map.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ltc_ecc_mul2add.o src/pk/ecc/ltc_ecc_mul2add.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ltc_ecc_mulmod.o src/pk/ecc/ltc_ecc_mulmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ltc_ecc_mulmod_timing.o src/pk/ecc/ltc_ecc_mulmod_timing.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ltc_ecc_points.o src/pk/ecc/ltc_ecc_points.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ltc_ecc_projective_add_point.o src/pk/ecc/ltc_ecc_projective_add_point.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/ecc/ltc_ecc_projective_dbl_point.o src/pk/ecc/ltc_ecc_projective_dbl_point.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/katja/katja_decrypt_key.o src/pk/katja/katja_decrypt_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/katja/katja_encrypt_key.o src/pk/katja/katja_encrypt_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/katja/katja_export.o src/pk/katja/katja_export.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/katja/katja_exptmod.o src/pk/katja/katja_exptmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/katja/katja_free.o src/pk/katja/katja_free.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/katja/katja_import.o src/pk/katja/katja_import.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/katja/katja_make_key.o src/pk/katja/katja_make_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/pkcs1/pkcs_1_i2osp.o src/pk/pkcs1/pkcs_1_i2osp.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/pkcs1/pkcs_1_mgf1.o src/pk/pkcs1/pkcs_1_mgf1.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/pkcs1/pkcs_1_oaep_decode.o src/pk/pkcs1/pkcs_1_oaep_decode.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/pkcs1/pkcs_1_oaep_encode.o src/pk/pkcs1/pkcs_1_oaep_encode.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/pkcs1/pkcs_1_os2ip.o src/pk/pkcs1/pkcs_1_os2ip.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/pkcs1/pkcs_1_pss_decode.o src/pk/pkcs1/pkcs_1_pss_decode.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/pkcs1/pkcs_1_pss_encode.o src/pk/pkcs1/pkcs_1_pss_encode.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/pkcs1/pkcs_1_v1_5_decode.o src/pk/pkcs1/pkcs_1_v1_5_decode.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/pkcs1/pkcs_1_v1_5_encode.o src/pk/pkcs1/pkcs_1_v1_5_encode.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/rsa/rsa_decrypt_key.o src/pk/rsa/rsa_decrypt_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/rsa/rsa_encrypt_key.o src/pk/rsa/rsa_encrypt_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/rsa/rsa_export.o src/pk/rsa/rsa_export.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/rsa/rsa_exptmod.o src/pk/rsa/rsa_exptmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/rsa/rsa_free.o src/pk/rsa/rsa_free.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/rsa/rsa_import.o src/pk/rsa/rsa_import.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/rsa/rsa_make_key.o src/pk/rsa/rsa_make_key.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/rsa/rsa_sign_hash.o src/pk/rsa/rsa_sign_hash.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/pk/rsa/rsa_verify_hash.o src/pk/rsa/rsa_verify_hash.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/prngs/fortuna.o src/prngs/fortuna.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/prngs/rc4.o src/prngs/rc4.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/prngs/rng_get_bytes.o src/prngs/rng_get_bytes.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/prngs/rng_make_prng.o src/prngs/rng_make_prng.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/prngs/sober128.o src/prngs/sober128.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/prngs/sprng.o src/prngs/sprng.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DLTC_SOURCE -I./../libtommath/ -c -o src/prngs/yarrow.o src/prngs/yarrow.c
# ar rv libtomcrypt.a src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o src/ciphers/cast5.o src/ciphers/des.o src/ciphers/kasumi.o src/ciphers/khazad.o src/ciphers/kseed.o src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o src/ciphers/safer/safer_tab.o src/ciphers/safer/saferp.o src/ciphers/skipjack.o src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o src/encauth/eax/eax_decrypt_verify_memory.o src/encauth/eax/eax_done.o src/encauth/eax/eax_encrypt.o src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o src/encauth/eax/eax_test.o src/encauth/gcm/gcm_add_aad.o src/encauth/gcm/gcm_add_iv.o src/encauth/gcm/gcm_done.o src/encauth/gcm/gcm_gf_mult.o src/encauth/gcm/gcm_init.o src/encauth/gcm/gcm_memory.o src/encauth/gcm/gcm_mult_h.o src/encauth/gcm/gcm_process.o src/encauth/gcm/gcm_reset.o src/encauth/gcm/gcm_test.o src/encauth/ocb/ocb_decrypt.o src/encauth/ocb/ocb_decrypt_verify_memory.o src/encauth/ocb/ocb_done_decrypt.o src/encauth/ocb/ocb_done_encrypt.o src/encauth/ocb/ocb_encrypt.o src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_ntz.o src/encauth/ocb/ocb_shift_xor.o src/encauth/ocb/ocb_test.o src/encauth/ocb/s_ocb_done.o src/hashes/chc/chc.o src/hashes/helper/hash_file.o src/hashes/helper/hash_filehandle.o src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory_multi.o src/hashes/md2.o src/hashes/md4.o src/hashes/md5.o src/hashes/rmd128.o src/hashes/rmd160.o src/hashes/rmd256.o src/hashes/rmd320.o src/hashes/sha1.o src/hashes/sha2/sha256.o src/hashes/sha2/sha512.o src/hashes/tiger.o src/hashes/whirl/whirl.o src/mac/f9/f9_done.o src/mac/f9/f9_file.o src/mac/f9/f9_init.o src/mac/f9/f9_memory.o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_process.o src/mac/f9/f9_test.o src/mac/hmac/hmac_done.o src/mac/hmac/hmac_file.o src/mac/hmac/hmac_init.o src/mac/hmac/hmac_memory.o src/mac/hmac/hmac_memory_multi.o src/mac/hmac/hmac_process.o src/mac/hmac/hmac_test.o src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory.o src/mac/omac/omac_memory_multi.o src/mac/omac/omac_process.o src/mac/omac/omac_test.o src/mac/pelican/pelican.o src/mac/pelican/pelican_memory.o src/mac/pelican/pelican_test.o src/mac/pmac/pmac_done.o src/mac/pmac/pmac_file.o src/mac/pmac/pmac_init.o src/mac/pmac/pmac_memory.o src/mac/pmac/pmac_memory_multi.o src/mac/pmac/pmac_ntz.o src/mac/pmac/pmac_process.o src/mac/pmac/pmac_shift_xor.o src/mac/pmac/pmac_test.o src/mac/xcbc/xcbc_done.o src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_memory.o src/mac/xcbc/xcbc_memory_multi.o src/mac/xcbc/xcbc_process.o src/mac/xcbc/xcbc_test.o src/math/fp/ltc_ecc_fp_mulmod.o src/math/gmp_desc.o src/math/ltm_desc.o src/math/multi.o src/math/rand_prime.o src/math/tfm_desc.o src/misc/base64/base64_decode.o src/misc/base64/base64_encode.o src/misc/burn_stack.o src/misc/crypt/crypt.o src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_cipher_descriptor.o src/misc/crypt/crypt_cipher_is_valid.o src/misc/crypt/crypt_find_cipher.o src/misc/crypt/crypt_find_cipher_any.o src/misc/crypt/crypt_find_cipher_id.o src/misc/crypt/crypt_find_hash.o src/misc/crypt/crypt_find_hash_any.o src/misc/crypt/crypt_find_hash_id.o src/misc/crypt/crypt_find_hash_oid.o src/misc/crypt/crypt_find_prng.o src/misc/crypt/crypt_fsa.o src/misc/crypt/crypt_hash_descriptor.o src/misc/crypt/crypt_hash_is_valid.o src/misc/crypt/crypt_ltc_mp_descriptor.o src/misc/crypt/crypt_prng_descriptor.o src/misc/crypt/crypt_prng_is_valid.o src/misc/crypt/crypt_register_cipher.o src/misc/crypt/crypt_register_hash.o src/misc/crypt/crypt_register_prng.o src/misc/crypt/crypt_unregister_cipher.o src/misc/crypt/crypt_unregister_hash.o src/misc/crypt/crypt_unregister_prng.o src/misc/error_to_string.o src/misc/pkcs5/pkcs_5_1.o src/misc/pkcs5/pkcs_5_2.o src/misc/zeromem.o src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_encrypt.o src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_start.o src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_start.o src/modes/ctr/ctr_decrypt.o src/modes/ctr/ctr_done.o src/modes/ctr/ctr_encrypt.o src/modes/ctr/ctr_getiv.o src/modes/ctr/ctr_setiv.o src/modes/ctr/ctr_start.o src/modes/ctr/ctr_test.o src/modes/ecb/ecb_decrypt.o src/modes/ecb/ecb_done.o src/modes/ecb/ecb_encrypt.o src/modes/ecb/ecb_start.o src/modes/f8/f8_decrypt.o src/modes/f8/f8_done.o src/modes/f8/f8_encrypt.o src/modes/f8/f8_getiv.o src/modes/f8/f8_setiv.o src/modes/f8/f8_start.o src/modes/f8/f8_test_mode.o src/modes/lrw/lrw_decrypt.o src/modes/lrw/lrw_done.o src/modes/lrw/lrw_encrypt.o src/modes/lrw/lrw_getiv.o src/modes/lrw/lrw_process.o src/modes/lrw/lrw_setiv.o src/modes/lrw/lrw_start.o src/modes/lrw/lrw_test.o src/modes/ofb/ofb_decrypt.o src/modes/ofb/ofb_done.o src/modes/ofb/ofb_encrypt.o src/modes/ofb/ofb_getiv.o src/modes/ofb/ofb_setiv.o src/modes/ofb/ofb_start.o src/pk/asn1/der/bit/der_decode_bit_string.o src/pk/asn1/der/bit/der_encode_bit_string.o src/pk/asn1/der/bit/der_length_bit_string.o src/pk/asn1/der/boolean/der_decode_boolean.o src/pk/asn1/der/boolean/der_encode_boolean.o src/pk/asn1/der/boolean/der_length_boolean.o src/pk/asn1/der/choice/der_decode_choice.o src/pk/asn1/der/ia5/der_decode_ia5_string.o src/pk/asn1/der/ia5/der_encode_ia5_string.o src/pk/asn1/der/ia5/der_length_ia5_string.o src/pk/asn1/der/integer/der_decode_integer.o src/pk/asn1/der/integer/der_encode_integer.o src/pk/asn1/der/integer/der_length_integer.o src/pk/asn1/der/object_identifier/der_decode_object_identifier.o src/pk/asn1/der/object_identifier/der_encode_object_identifier.o src/pk/asn1/der/object_identifier/der_length_object_identifier.o src/pk/asn1/der/octet/der_decode_octet_string.o src/pk/asn1/der/octet/der_encode_octet_string.o src/pk/asn1/der/octet/der_length_octet_string.o src/pk/asn1/der/printable_string/der_decode_printable_string.o src/pk/asn1/der/printable_string/der_encode_printable_string.o src/pk/asn1/der/printable_string/der_length_printable_string.o src/pk/asn1/der/sequence/der_decode_sequence_ex.o src/pk/asn1/der/sequence/der_decode_sequence_flexi.o src/pk/asn1/der/sequence/der_decode_sequence_multi.o src/pk/asn1/der/sequence/der_encode_sequence_ex.o src/pk/asn1/der/sequence/der_encode_sequence_multi.o src/pk/asn1/der/sequence/der_length_sequence.o src/pk/asn1/der/sequence/der_sequence_free.o src/pk/asn1/der/set/der_encode_set.o src/pk/asn1/der/set/der_encode_setof.o src/pk/asn1/der/short_integer/der_decode_short_integer.o src/pk/asn1/der/short_integer/der_encode_short_integer.o src/pk/asn1/der/short_integer/der_length_short_integer.o src/pk/asn1/der/utctime/der_decode_utctime.o src/pk/asn1/der/utctime/der_encode_utctime.o src/pk/asn1/der/utctime/der_length_utctime.o src/pk/asn1/der/utf8/der_decode_utf8_string.o src/pk/asn1/der/utf8/der_encode_utf8_string.o src/pk/asn1/der/utf8/der_length_utf8_string.o src/pk/dsa/dsa_decrypt_key.o src/pk/dsa/dsa_encrypt_key.o src/pk/dsa/dsa_export.o src/pk/dsa/dsa_free.o src/pk/dsa/dsa_import.o src/pk/dsa/dsa_make_key.o src/pk/dsa/dsa_shared_secret.o src/pk/dsa/dsa_sign_hash.o src/pk/dsa/dsa_verify_hash.o src/pk/dsa/dsa_verify_key.o src/pk/ecc/ecc.o src/pk/ecc/ecc_ansi_x963_export.o src/pk/ecc/ecc_ansi_x963_import.o src/pk/ecc/ecc_decrypt_key.o src/pk/ecc/ecc_encrypt_key.o src/pk/ecc/ecc_export.o src/pk/ecc/ecc_free.o src/pk/ecc/ecc_get_size.o src/pk/ecc/ecc_import.o src/pk/ecc/ecc_make_key.o src/pk/ecc/ecc_shared_secret.o src/pk/ecc/ecc_sign_hash.o src/pk/ecc/ecc_sizes.o src/pk/ecc/ecc_test.o src/pk/ecc/ecc_verify_hash.o src/pk/ecc/ltc_ecc_is_valid_idx.o src/pk/ecc/ltc_ecc_map.o src/pk/ecc/ltc_ecc_mul2add.o src/pk/ecc/ltc_ecc_mulmod.o src/pk/ecc/ltc_ecc_mulmod_timing.o src/pk/ecc/ltc_ecc_points.o src/pk/ecc/ltc_ecc_projective_add_point.o src/pk/ecc/ltc_ecc_projective_dbl_point.o src/pk/katja/katja_decrypt_key.o src/pk/katja/katja_encrypt_key.o src/pk/katja/katja_export.o src/pk/katja/katja_exptmod.o src/pk/katja/katja_free.o src/pk/katja/katja_import.o src/pk/katja/katja_make_key.o src/pk/pkcs1/pkcs_1_i2osp.o src/pk/pkcs1/pkcs_1_mgf1.o src/pk/pkcs1/pkcs_1_oaep_decode.o src/pk/pkcs1/pkcs_1_oaep_encode.o src/pk/pkcs1/pkcs_1_os2ip.o src/pk/pkcs1/pkcs_1_pss_decode.o src/pk/pkcs1/pkcs_1_pss_encode.o src/pk/pkcs1/pkcs_1_v1_5_decode.o src/pk/pkcs1/pkcs_1_v1_5_encode.o src/pk/rsa/rsa_decrypt_key.o src/pk/rsa/rsa_encrypt_key.o src/pk/rsa/rsa_export.o src/pk/rsa/rsa_exptmod.o src/pk/rsa/rsa_free.o src/pk/rsa/rsa_import.o src/pk/rsa/rsa_make_key.o src/pk/rsa/rsa_sign_hash.o src/pk/rsa/rsa_verify_hash.o src/prngs/fortuna.o src/prngs/rc4.o src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o src/prngs/sprng.o src/prngs/yarrow.o
# ar: creating libtomcrypt.a
# a - src/ciphers/aes/aes_enc.o
# a - src/ciphers/aes/aes.o
# a - src/ciphers/anubis.o
# a - src/ciphers/blowfish.o
# a - src/ciphers/cast5.o
# a - src/ciphers/des.o
# a - src/ciphers/kasumi.o
# a - src/ciphers/khazad.o
# a - src/ciphers/kseed.o
# a - src/ciphers/noekeon.o
# a - src/ciphers/rc2.o
# a - src/ciphers/rc5.o
# a - src/ciphers/rc6.o
# a - src/ciphers/safer/safer.o
# a - src/ciphers/safer/safer_tab.o
# a - src/ciphers/safer/saferp.o
# a - src/ciphers/skipjack.o
# a - src/ciphers/twofish/twofish.o
# a - src/ciphers/xtea.o
# a - src/encauth/ccm/ccm_memory.o
# a - src/encauth/ccm/ccm_test.o
# a - src/encauth/eax/eax_addheader.o
# a - src/encauth/eax/eax_decrypt.o
# a - src/encauth/eax/eax_decrypt_verify_memory.o
# a - src/encauth/eax/eax_done.o
# a - src/encauth/eax/eax_encrypt.o
# a - src/encauth/eax/eax_encrypt_authenticate_memory.o
# a - src/encauth/eax/eax_init.o
# a - src/encauth/eax/eax_test.o
# a - src/encauth/gcm/gcm_add_aad.o
# a - src/encauth/gcm/gcm_add_iv.o
# a - src/encauth/gcm/gcm_done.o
# a - src/encauth/gcm/gcm_gf_mult.o
# a - src/encauth/gcm/gcm_init.o
# a - src/encauth/gcm/gcm_memory.o
# a - src/encauth/gcm/gcm_mult_h.o
# a - src/encauth/gcm/gcm_process.o
# a - src/encauth/gcm/gcm_reset.o
# a - src/encauth/gcm/gcm_test.o
# a - src/encauth/ocb/ocb_decrypt.o
# a - src/encauth/ocb/ocb_decrypt_verify_memory.o
# a - src/encauth/ocb/ocb_done_decrypt.o
# a - src/encauth/ocb/ocb_done_encrypt.o
# a - src/encauth/ocb/ocb_encrypt.o
# a - src/encauth/ocb/ocb_encrypt_authenticate_memory.o
# a - src/encauth/ocb/ocb_init.o
# a - src/encauth/ocb/ocb_ntz.o
# a - src/encauth/ocb/ocb_shift_xor.o
# a - src/encauth/ocb/ocb_test.o
# a - src/encauth/ocb/s_ocb_done.o
# a - src/hashes/chc/chc.o
# a - src/hashes/helper/hash_file.o
# a - src/hashes/helper/hash_filehandle.o
# a - src/hashes/helper/hash_memory.o
# a - src/hashes/helper/hash_memory_multi.o
# a - src/hashes/md2.o
# a - src/hashes/md4.o
# a - src/hashes/md5.o
# a - src/hashes/rmd128.o
# a - src/hashes/rmd160.o
# a - src/hashes/rmd256.o
# a - src/hashes/rmd320.o
# a - src/hashes/sha1.o
# a - src/hashes/sha2/sha256.o
# a - src/hashes/sha2/sha512.o
# a - src/hashes/tiger.o
# a - src/hashes/whirl/whirl.o
# a - src/mac/f9/f9_done.o
# a - src/mac/f9/f9_file.o
# a - src/mac/f9/f9_init.o
# a - src/mac/f9/f9_memory.o
# a - src/mac/f9/f9_memory_multi.o
# a - src/mac/f9/f9_process.o
# a - src/mac/f9/f9_test.o
# a - src/mac/hmac/hmac_done.o
# a - src/mac/hmac/hmac_file.o
# a - src/mac/hmac/hmac_init.o
# a - src/mac/hmac/hmac_memory.o
# a - src/mac/hmac/hmac_memory_multi.o
# a - src/mac/hmac/hmac_process.o
# a - src/mac/hmac/hmac_test.o
# a - src/mac/omac/omac_done.o
# a - src/mac/omac/omac_file.o
# a - src/mac/omac/omac_init.o
# a - src/mac/omac/omac_memory.o
# a - src/mac/omac/omac_memory_multi.o
# a - src/mac/omac/omac_process.o
# a - src/mac/omac/omac_test.o
# a - src/mac/pelican/pelican.o
# a - src/mac/pelican/pelican_memory.o
# a - src/mac/pelican/pelican_test.o
# a - src/mac/pmac/pmac_done.o
# a - src/mac/pmac/pmac_file.o
# a - src/mac/pmac/pmac_init.o
# a - src/mac/pmac/pmac_memory.o
# a - src/mac/pmac/pmac_memory_multi.o
# a - src/mac/pmac/pmac_ntz.o
# a - src/mac/pmac/pmac_process.o
# a - src/mac/pmac/pmac_shift_xor.o
# a - src/mac/pmac/pmac_test.o
# a - src/mac/xcbc/xcbc_done.o
# a - src/mac/xcbc/xcbc_file.o
# a - src/mac/xcbc/xcbc_init.o
# a - src/mac/xcbc/xcbc_memory.o
# a - src/mac/xcbc/xcbc_memory_multi.o
# a - src/mac/xcbc/xcbc_process.o
# a - src/mac/xcbc/xcbc_test.o
# a - src/math/fp/ltc_ecc_fp_mulmod.o
# a - src/math/gmp_desc.o
# a - src/math/ltm_desc.o
# a - src/math/multi.o
# a - src/math/rand_prime.o
# a - src/math/tfm_desc.o
# a - src/misc/base64/base64_decode.o
# a - src/misc/base64/base64_encode.o
# a - src/misc/burn_stack.o
# a - src/misc/crypt/crypt.o
# a - src/misc/crypt/crypt_argchk.o
# a - src/misc/crypt/crypt_cipher_descriptor.o
# a - src/misc/crypt/crypt_cipher_is_valid.o
# a - src/misc/crypt/crypt_find_cipher.o
# a - src/misc/crypt/crypt_find_cipher_any.o
# a - src/misc/crypt/crypt_find_cipher_id.o
# a - src/misc/crypt/crypt_find_hash.o
# a - src/misc/crypt/crypt_find_hash_any.o
# a - src/misc/crypt/crypt_find_hash_id.o
# a - src/misc/crypt/crypt_find_hash_oid.o
# a - src/misc/crypt/crypt_find_prng.o
# a - src/misc/crypt/crypt_fsa.o
# a - src/misc/crypt/crypt_hash_descriptor.o
# a - src/misc/crypt/crypt_hash_is_valid.o
# a - src/misc/crypt/crypt_ltc_mp_descriptor.o
# a - src/misc/crypt/crypt_prng_descriptor.o
# a - src/misc/crypt/crypt_prng_is_valid.o
# a - src/misc/crypt/crypt_register_cipher.o
# a - src/misc/crypt/crypt_register_hash.o
# a - src/misc/crypt/crypt_register_prng.o
# a - src/misc/crypt/crypt_unregister_cipher.o
# a - src/misc/crypt/crypt_unregister_hash.o
# a - src/misc/crypt/crypt_unregister_prng.o
# a - src/misc/error_to_string.o
# a - src/misc/pkcs5/pkcs_5_1.o
# a - src/misc/pkcs5/pkcs_5_2.o
# a - src/misc/zeromem.o
# a - src/modes/cbc/cbc_decrypt.o
# a - src/modes/cbc/cbc_done.o
# a - src/modes/cbc/cbc_encrypt.o
# a - src/modes/cbc/cbc_getiv.o
# a - src/modes/cbc/cbc_setiv.o
# a - src/modes/cbc/cbc_start.o
# a - src/modes/cfb/cfb_decrypt.o
# a - src/modes/cfb/cfb_done.o
# a - src/modes/cfb/cfb_encrypt.o
# a - src/modes/cfb/cfb_getiv.o
# a - src/modes/cfb/cfb_setiv.o
# a - src/modes/cfb/cfb_start.o
# a - src/modes/ctr/ctr_decrypt.o
# a - src/modes/ctr/ctr_done.o
# a - src/modes/ctr/ctr_encrypt.o
# a - src/modes/ctr/ctr_getiv.o
# a - src/modes/ctr/ctr_setiv.o
# a - src/modes/ctr/ctr_start.o
# a - src/modes/ctr/ctr_test.o
# a - src/modes/ecb/ecb_decrypt.o
# a - src/modes/ecb/ecb_done.o
# a - src/modes/ecb/ecb_encrypt.o
# a - src/modes/ecb/ecb_start.o
# a - src/modes/f8/f8_decrypt.o
# a - src/modes/f8/f8_done.o
# a - src/modes/f8/f8_encrypt.o
# a - src/modes/f8/f8_getiv.o
# a - src/modes/f8/f8_setiv.o
# a - src/modes/f8/f8_start.o
# a - src/modes/f8/f8_test_mode.o
# a - src/modes/lrw/lrw_decrypt.o
# a - src/modes/lrw/lrw_done.o
# a - src/modes/lrw/lrw_encrypt.o
# a - src/modes/lrw/lrw_getiv.o
# a - src/modes/lrw/lrw_process.o
# a - src/modes/lrw/lrw_setiv.o
# a - src/modes/lrw/lrw_start.o
# a - src/modes/lrw/lrw_test.o
# a - src/modes/ofb/ofb_decrypt.o
# a - src/modes/ofb/ofb_done.o
# a - src/modes/ofb/ofb_encrypt.o
# a - src/modes/ofb/ofb_getiv.o
# a - src/modes/ofb/ofb_setiv.o
# a - src/modes/ofb/ofb_start.o
# a - src/pk/asn1/der/bit/der_decode_bit_string.o
# a - src/pk/asn1/der/bit/der_encode_bit_string.o
# a - src/pk/asn1/der/bit/der_length_bit_string.o
# a - src/pk/asn1/der/boolean/der_decode_boolean.o
# a - src/pk/asn1/der/boolean/der_encode_boolean.o
# a - src/pk/asn1/der/boolean/der_length_boolean.o
# a - src/pk/asn1/der/choice/der_decode_choice.o
# a - src/pk/asn1/der/ia5/der_decode_ia5_string.o
# a - src/pk/asn1/der/ia5/der_encode_ia5_string.o
# a - src/pk/asn1/der/ia5/der_length_ia5_string.o
# a - src/pk/asn1/der/integer/der_decode_integer.o
# a - src/pk/asn1/der/integer/der_encode_integer.o
# a - src/pk/asn1/der/integer/der_length_integer.o
# a - src/pk/asn1/der/object_identifier/der_decode_object_identifier.o
# a - src/pk/asn1/der/object_identifier/der_encode_object_identifier.o
# a - src/pk/asn1/der/object_identifier/der_length_object_identifier.o
# a - src/pk/asn1/der/octet/der_decode_octet_string.o
# a - src/pk/asn1/der/octet/der_encode_octet_string.o
# a - src/pk/asn1/der/octet/der_length_octet_string.o
# a - src/pk/asn1/der/printable_string/der_decode_printable_string.o
# a - src/pk/asn1/der/printable_string/der_encode_printable_string.o
# a - src/pk/asn1/der/printable_string/der_length_printable_string.o
# a - src/pk/asn1/der/sequence/der_decode_sequence_ex.o
# a - src/pk/asn1/der/sequence/der_decode_sequence_flexi.o
# a - src/pk/asn1/der/sequence/der_decode_sequence_multi.o
# a - src/pk/asn1/der/sequence/der_encode_sequence_ex.o
# a - src/pk/asn1/der/sequence/der_encode_sequence_multi.o
# a - src/pk/asn1/der/sequence/der_length_sequence.o
# a - src/pk/asn1/der/sequence/der_sequence_free.o
# a - src/pk/asn1/der/set/der_encode_set.o
# a - src/pk/asn1/der/set/der_encode_setof.o
# a - src/pk/asn1/der/short_integer/der_decode_short_integer.o
# a - src/pk/asn1/der/short_integer/der_encode_short_integer.o
# a - src/pk/asn1/der/short_integer/der_length_short_integer.o
# a - src/pk/asn1/der/utctime/der_decode_utctime.o
# a - src/pk/asn1/der/utctime/der_encode_utctime.o
# a - src/pk/asn1/der/utctime/der_length_utctime.o
# a - src/pk/asn1/der/utf8/der_decode_utf8_string.o
# a - src/pk/asn1/der/utf8/der_encode_utf8_string.o
# a - src/pk/asn1/der/utf8/der_length_utf8_string.o
# a - src/pk/dsa/dsa_decrypt_key.o
# a - src/pk/dsa/dsa_encrypt_key.o
# a - src/pk/dsa/dsa_export.o
# a - src/pk/dsa/dsa_free.o
# a - src/pk/dsa/dsa_import.o
# a - src/pk/dsa/dsa_make_key.o
# a - src/pk/dsa/dsa_shared_secret.o
# a - src/pk/dsa/dsa_sign_hash.o
# a - src/pk/dsa/dsa_verify_hash.o
# a - src/pk/dsa/dsa_verify_key.o
# a - src/pk/ecc/ecc.o
# a - src/pk/ecc/ecc_ansi_x963_export.o
# a - src/pk/ecc/ecc_ansi_x963_import.o
# a - src/pk/ecc/ecc_decrypt_key.o
# a - src/pk/ecc/ecc_encrypt_key.o
# a - src/pk/ecc/ecc_export.o
# a - src/pk/ecc/ecc_free.o
# a - src/pk/ecc/ecc_get_size.o
# a - src/pk/ecc/ecc_import.o
# a - src/pk/ecc/ecc_make_key.o
# a - src/pk/ecc/ecc_shared_secret.o
# a - src/pk/ecc/ecc_sign_hash.o
# a - src/pk/ecc/ecc_sizes.o
# a - src/pk/ecc/ecc_test.o
# a - src/pk/ecc/ecc_verify_hash.o
# a - src/pk/ecc/ltc_ecc_is_valid_idx.o
# a - src/pk/ecc/ltc_ecc_map.o
# a - src/pk/ecc/ltc_ecc_mul2add.o
# a - src/pk/ecc/ltc_ecc_mulmod.o
# a - src/pk/ecc/ltc_ecc_mulmod_timing.o
# a - src/pk/ecc/ltc_ecc_points.o
# a - src/pk/ecc/ltc_ecc_projective_add_point.o
# a - src/pk/ecc/ltc_ecc_projective_dbl_point.o
# a - src/pk/katja/katja_decrypt_key.o
# a - src/pk/katja/katja_encrypt_key.o
# a - src/pk/katja/katja_export.o
# a - src/pk/katja/katja_exptmod.o
# a - src/pk/katja/katja_free.o
# a - src/pk/katja/katja_import.o
# a - src/pk/katja/katja_make_key.o
# a - src/pk/pkcs1/pkcs_1_i2osp.o
# a - src/pk/pkcs1/pkcs_1_mgf1.o
# a - src/pk/pkcs1/pkcs_1_oaep_decode.o
# a - src/pk/pkcs1/pkcs_1_oaep_encode.o
# a - src/pk/pkcs1/pkcs_1_os2ip.o
# a - src/pk/pkcs1/pkcs_1_pss_decode.o
# a - src/pk/pkcs1/pkcs_1_pss_encode.o
# a - src/pk/pkcs1/pkcs_1_v1_5_decode.o
# a - src/pk/pkcs1/pkcs_1_v1_5_encode.o
# a - src/pk/rsa/rsa_decrypt_key.o
# a - src/pk/rsa/rsa_encrypt_key.o
# a - src/pk/rsa/rsa_export.o
# a - src/pk/rsa/rsa_exptmod.o
# a - src/pk/rsa/rsa_free.o
# a - src/pk/rsa/rsa_import.o
# a - src/pk/rsa/rsa_make_key.o
# a - src/pk/rsa/rsa_sign_hash.o
# a - src/pk/rsa/rsa_verify_hash.o
# a - src/prngs/fortuna.o
# a - src/prngs/rc4.o
# a - src/prngs/rng_get_bytes.o
# a - src/prngs/rng_make_prng.o
# a - src/prngs/sober128.o
# a - src/prngs/sprng.o
# a - src/prngs/yarrow.o
# ranlib libtomcrypt.a
# make[1]: Leaving directory '/tmp/dropbear/src/dropbear-2016.73/libtomcrypt'
# cd libtommath && make
# make[1]: Entering directory '/tmp/dropbear/src/dropbear-2016.73/libtommath'
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bncore.o bncore.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_init.o bn_mp_init.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_clear.o bn_mp_clear.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_exch.o bn_mp_exch.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_grow.o bn_mp_grow.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_shrink.o bn_mp_shrink.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_clamp.o bn_mp_clamp.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_zero.o bn_mp_zero.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_set.o bn_mp_set.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_set_int.o bn_mp_set_int.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_init_size.o bn_mp_init_size.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_copy.o bn_mp_copy.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_init_copy.o bn_mp_init_copy.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_abs.o bn_mp_abs.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_neg.o bn_mp_neg.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_cmp.o bn_mp_cmp.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_rshd.o bn_mp_rshd.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_lshd.o bn_mp_lshd.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_div_2d.o bn_mp_div_2d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_div_2.o bn_mp_div_2.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_mul_2.o bn_mp_mul_2.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_s_mp_add.o bn_s_mp_add.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_s_mp_sub.o bn_s_mp_sub.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_add.o bn_mp_add.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_sub.o bn_mp_sub.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_mul.o bn_mp_mul.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_sqr.o bn_mp_sqr.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_div.o bn_mp_div.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_mod.o bn_mp_mod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_add_d.o bn_mp_add_d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_sub_d.o bn_mp_sub_d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_mul_d.o bn_mp_mul_d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_div_d.o bn_mp_div_d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_mod_d.o bn_mp_mod_d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_expt_d.o bn_mp_expt_d.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_addmod.o bn_mp_addmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_submod.o bn_mp_submod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_mulmod.o bn_mp_mulmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_gcd.o bn_mp_gcd.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_lcm.o bn_mp_lcm.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_invmod.o bn_mp_invmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_reduce.o bn_mp_reduce.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_fast_mp_montgomery_reduce.o bn_fast_mp_montgomery_reduce.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_exptmod.o bn_mp_exptmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_2expt.o bn_mp_2expt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_n_root.o bn_mp_n_root.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_jacobi.o bn_mp_jacobi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_reverse.o bn_reverse.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_count_bits.o bn_mp_count_bits.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_read_unsigned_bin.o bn_mp_read_unsigned_bin.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_read_signed_bin.o bn_mp_read_signed_bin.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_to_signed_bin.o bn_mp_to_signed_bin.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_unsigned_bin_size.o bn_mp_unsigned_bin_size.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_signed_bin_size.o bn_mp_signed_bin_size.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_xor.o bn_mp_xor.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_and.o bn_mp_and.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_or.o bn_mp_or.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_rand.o bn_mp_rand.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_calc_normalization.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_prime_is_divisible.o bn_mp_prime_is_divisible.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_prime_tab.o bn_prime_tab.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_prime_miller_rabin.o bn_mp_prime_miller_rabin.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_prime_is_prime.o bn_mp_prime_is_prime.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_prime_next_prime.o bn_mp_prime_next_prime.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_dr_is_modulus.o bn_mp_dr_is_modulus.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_div_3.o bn_mp_div_3.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_l.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_reduce_is_2k_l.o bn_mp_reduce_is_2k_l.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_2k_setup_l.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_read_radix.o bn_mp_read_radix.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_toradix.o bn_mp_toradix.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_radix_size.o bn_mp_radix_size.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_fread.o bn_mp_fread.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_fwrite.o bn_mp_fwrite.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_error.o bn_error.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_init_multi.o bn_mp_init_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_prime_random_ex.o bn_mp_prime_random_ex.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_get_int.o bn_mp_get_int.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_sqrt.o bn_mp_sqrt.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_is_square.o bn_mp_is_square.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_init_set.o bn_mp_init_set.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rabin_miller_trials.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_to_signed_bin_n.o bn_mp_to_signed_bin_n.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I./../libtomcrypt/src/headers/ -I./../ -c -o bn_mp_to_unsigned_bin_n.o bn_mp_to_unsigned_bin_n.c
# ar rv libtommath.a bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o bn_mp_clamp.o bn_mp_zero.o bn_mp_set.o bn_mp_set_int.o bn_mp_init_size.o bn_mp_copy.o bn_mp_init_copy.o bn_mp_abs.o bn_mp_neg.o bn_mp_cmp_mag.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_rshd.o bn_mp_lshd.o bn_mp_mod_2d.o bn_mp_div_2d.o bn_mp_mul_2d.o bn_mp_div_2.o bn_mp_mul_2.o bn_s_mp_add.o bn_s_mp_sub.o bn_fast_s_mp_mul_digs.o bn_s_mp_mul_digs.o bn_fast_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.o bn_fast_s_mp_sqr.o bn_s_mp_sqr.o bn_mp_add.o bn_mp_sub.o bn_mp_karatsuba_mul.o bn_mp_mul.o bn_mp_karatsuba_sqr.o bn_mp_sqr.o bn_mp_div.o bn_mp_mod.o bn_mp_add_d.o bn_mp_sub_d.o bn_mp_mul_d.o bn_mp_div_d.o bn_mp_mod_d.o bn_mp_expt_d.o bn_mp_addmod.o bn_mp_submod.o bn_mp_mulmod.o bn_mp_sqrmod.o bn_mp_gcd.o bn_mp_lcm.o bn_fast_mp_invmod.o bn_mp_invmod.o bn_mp_reduce.o bn_mp_montgomery_setup.o bn_fast_mp_montgomery_reduce.o bn_mp_montgomery_reduce.o bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o bn_mp_count_bits.o bn_mp_read_unsigned_bin.o bn_mp_read_signed_bin.o bn_mp_to_unsigned_bin.o bn_mp_to_signed_bin.o bn_mp_unsigned_bin_size.o bn_mp_signed_bin_size.o bn_mp_xor.o bn_mp_and.o bn_mp_or.o bn_mp_rand.o bn_mp_montgomery_calc_normalization.o bn_mp_prime_is_divisible.o bn_prime_tab.o bn_mp_prime_fermat.o bn_mp_prime_miller_rabin.o bn_mp_prime_is_prime.o bn_mp_prime_next_prime.o bn_mp_dr_reduce.o bn_mp_dr_is_modulus.o bn_mp_dr_setup.o bn_mp_reduce_setup.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_div_3.o bn_s_mp_exptmod.o bn_mp_reduce_2k.o bn_mp_reduce_is_2k.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_l.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_2k_setup_l.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_toradix.o bn_mp_radix_size.o bn_mp_fread.o bn_mp_fwrite.o bn_mp_cnt_lsb.o bn_error.o bn_mp_init_multi.o bn_mp_clear_multi.o bn_mp_exteuclid.o bn_mp_toradix_n.o bn_mp_prime_random_ex.o bn_mp_get_int.o bn_mp_sqrt.o bn_mp_is_square.o bn_mp_init_set.o bn_mp_init_set_int.o bn_mp_invmod_slow.o bn_mp_prime_rabin_miller_trials.o bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o
# ar: creating libtommath.a
# a - bncore.o
# a - bn_mp_init.o
# a - bn_mp_clear.o
# a - bn_mp_exch.o
# a - bn_mp_grow.o
# a - bn_mp_shrink.o
# a - bn_mp_clamp.o
# a - bn_mp_zero.o
# a - bn_mp_set.o
# a - bn_mp_set_int.o
# a - bn_mp_init_size.o
# a - bn_mp_copy.o
# a - bn_mp_init_copy.o
# a - bn_mp_abs.o
# a - bn_mp_neg.o
# a - bn_mp_cmp_mag.o
# a - bn_mp_cmp.o
# a - bn_mp_cmp_d.o
# a - bn_mp_rshd.o
# a - bn_mp_lshd.o
# a - bn_mp_mod_2d.o
# a - bn_mp_div_2d.o
# a - bn_mp_mul_2d.o
# a - bn_mp_div_2.o
# a - bn_mp_mul_2.o
# a - bn_s_mp_add.o
# a - bn_s_mp_sub.o
# a - bn_fast_s_mp_mul_digs.o
# a - bn_s_mp_mul_digs.o
# a - bn_fast_s_mp_mul_high_digs.o
# a - bn_s_mp_mul_high_digs.o
# a - bn_fast_s_mp_sqr.o
# a - bn_s_mp_sqr.o
# a - bn_mp_add.o
# a - bn_mp_sub.o
# a - bn_mp_karatsuba_mul.o
# a - bn_mp_mul.o
# a - bn_mp_karatsuba_sqr.o
# a - bn_mp_sqr.o
# a - bn_mp_div.o
# a - bn_mp_mod.o
# a - bn_mp_add_d.o
# a - bn_mp_sub_d.o
# a - bn_mp_mul_d.o
# a - bn_mp_div_d.o
# a - bn_mp_mod_d.o
# a - bn_mp_expt_d.o
# a - bn_mp_addmod.o
# a - bn_mp_submod.o
# a - bn_mp_mulmod.o
# a - bn_mp_sqrmod.o
# a - bn_mp_gcd.o
# a - bn_mp_lcm.o
# a - bn_fast_mp_invmod.o
# a - bn_mp_invmod.o
# a - bn_mp_reduce.o
# a - bn_mp_montgomery_setup.o
# a - bn_fast_mp_montgomery_reduce.o
# a - bn_mp_montgomery_reduce.o
# a - bn_mp_exptmod_fast.o
# a - bn_mp_exptmod.o
# a - bn_mp_2expt.o
# a - bn_mp_n_root.o
# a - bn_mp_jacobi.o
# a - bn_reverse.o
# a - bn_mp_count_bits.o
# a - bn_mp_read_unsigned_bin.o
# a - bn_mp_read_signed_bin.o
# a - bn_mp_to_unsigned_bin.o
# a - bn_mp_to_signed_bin.o
# a - bn_mp_unsigned_bin_size.o
# a - bn_mp_signed_bin_size.o
# a - bn_mp_xor.o
# a - bn_mp_and.o
# a - bn_mp_or.o
# a - bn_mp_rand.o
# a - bn_mp_montgomery_calc_normalization.o
# a - bn_mp_prime_is_divisible.o
# a - bn_prime_tab.o
# a - bn_mp_prime_fermat.o
# a - bn_mp_prime_miller_rabin.o
# a - bn_mp_prime_is_prime.o
# a - bn_mp_prime_next_prime.o
# a - bn_mp_dr_reduce.o
# a - bn_mp_dr_is_modulus.o
# a - bn_mp_dr_setup.o
# a - bn_mp_reduce_setup.o
# a - bn_mp_toom_mul.o
# a - bn_mp_toom_sqr.o
# a - bn_mp_div_3.o
# a - bn_s_mp_exptmod.o
# a - bn_mp_reduce_2k.o
# a - bn_mp_reduce_is_2k.o
# a - bn_mp_reduce_2k_setup.o
# a - bn_mp_reduce_2k_l.o
# a - bn_mp_reduce_is_2k_l.o
# a - bn_mp_reduce_2k_setup_l.o
# a - bn_mp_radix_smap.o
# a - bn_mp_read_radix.o
# a - bn_mp_toradix.o
# a - bn_mp_radix_size.o
# a - bn_mp_fread.o
# a - bn_mp_fwrite.o
# a - bn_mp_cnt_lsb.o
# a - bn_error.o
# a - bn_mp_init_multi.o
# a - bn_mp_clear_multi.o
# a - bn_mp_exteuclid.o
# a - bn_mp_toradix_n.o
# a - bn_mp_prime_random_ex.o
# a - bn_mp_get_int.o
# a - bn_mp_sqrt.o
# a - bn_mp_is_square.o
# a - bn_mp_init_set.o
# a - bn_mp_init_set_int.o
# a - bn_mp_invmod_slow.o
# a - bn_mp_prime_rabin_miller_trials.o
# a - bn_mp_to_signed_bin_n.o
# a - bn_mp_to_unsigned_bin_n.o
# ranlib libtommath.a
# make[1]: Leaving directory '/tmp/dropbear/src/dropbear-2016.73/libtommath'
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dbutil.o dbutil.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o buffer.o buffer.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dbhelpers.o dbhelpers.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dss.o dss.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o bignum.o bignum.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o signkey.o signkey.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o rsa.o rsa.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dbrandom.o dbrandom.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o queue.o queue.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o atomicio.o atomicio.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o compat.o compat.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o fake-rfc2553.o fake-rfc2553.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o ltc_prng.o ltc_prng.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o ecc.o ecc.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o ecdsa.o ecdsa.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o crypto_desc.o crypto_desc.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o gensignkey.o gensignkey.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o gendss.o gendss.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o genrsa.o genrsa.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-session.o common-session.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o packet.o packet.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-algo.o common-algo.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-kex.o common-kex.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-channel.o common-channel.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-chansession.o common-chansession.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o termcodes.o termcodes.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o loginrec.o loginrec.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o tcp-accept.o tcp-accept.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o listener.o listener.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o process-packet.o process-packet.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dh_groups.o dh_groups.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-runopts.o common-runopts.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o circbuffer.o circbuffer.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o curve25519-donna.o curve25519-donna.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o list.o list.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o netio.o netio.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-kex.o svr-kex.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-auth.o svr-auth.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o sshpty.o sshpty.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-authpasswd.o svr-authpasswd.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-authpubkey.o svr-authpubkey.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-authpubkeyoptions.o svr-authpubkeyoptions.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-session.o svr-session.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-service.o svr-service.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-chansession.o svr-chansession.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-runopts.o svr-runopts.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-agentfwd.o svr-agentfwd.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-main.o svr-main.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-x11fwd.o svr-x11fwd.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-tcpfwd.o svr-tcpfwd.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-authpam.o svr-authpam.c
# clang -o dropbear dbutil.o buffer.o dbhelpers.o dss.o bignum.o signkey.o rsa.o dbrandom.o queue.o atomicio.o compat.o fake-rfc2553.o ltc_prng.o ecc.o ecdsa.o crypto_desc.o gensignkey.o gendss.o genrsa.o common-session.o packet.o common-algo.o common-kex.o common-channel.o common-chansession.o termcodes.o loginrec.o tcp-accept.o listener.o process-packet.o dh_groups.o common-runopts.o circbuffer.o curve25519-donna.o list.o netio.o svr-kex.o svr-auth.o sshpty.o svr-authpasswd.o svr-authpubkey.o svr-authpubkeyoptions.o svr-session.o svr-service.o svr-chansession.o svr-runopts.o svr-agentfwd.o svr-main.o svr-x11fwd.o svr-tcpfwd.o svr-authpam.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a -lutil -lz -lcrypt
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-main.o cli-main.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-auth.o cli-auth.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-authpasswd.o cli-authpasswd.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-kex.o cli-kex.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-session.o cli-session.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-runopts.o cli-runopts.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-chansession.o cli-chansession.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-authpubkey.o cli-authpubkey.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-tcpfwd.o cli-tcpfwd.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-channel.o cli-channel.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-authinteract.o cli-authinteract.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-agentfwd.o cli-agentfwd.c
# clang -o dbclient dbutil.o buffer.o dbhelpers.o dss.o bignum.o signkey.o rsa.o dbrandom.o queue.o atomicio.o compat.o fake-rfc2553.o ltc_prng.o ecc.o ecdsa.o crypto_desc.o gensignkey.o gendss.o genrsa.o common-session.o packet.o common-algo.o common-kex.o common-channel.o common-chansession.o termcodes.o loginrec.o tcp-accept.o listener.o process-packet.o dh_groups.o common-runopts.o circbuffer.o curve25519-donna.o list.o netio.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o cli-session.o cli-runopts.o cli-chansession.o cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o cli-agentfwd.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a -lutil -lz
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dropbearkey.o dropbearkey.c
# clang -o dropbearkey dbutil.o buffer.o dbhelpers.o dss.o bignum.o signkey.o rsa.o dbrandom.o queue.o atomicio.o compat.o fake-rfc2553.o ltc_prng.o ecc.o ecdsa.o crypto_desc.o gensignkey.o gendss.o genrsa.o dropbearkey.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dropbearconvert.o dropbearconvert.c
# clang -I./libtomcrypt/src/headers/ -I. -I. -Os -W -Wall -Wno-pointer-sign -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o keyimport.o keyimport.c
# clang -o dropbearconvert dbutil.o buffer.o dbhelpers.o dss.o bignum.o signkey.o rsa.o dbrandom.o queue.o atomicio.o compat.o fake-rfc2553.o ltc_prng.o ecc.o ecdsa.o crypto_desc.o gensignkey.o gendss.o genrsa.o dropbearconvert.o keyimport.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install -d /tmp/dropbear/pkg/dropbear//usr/bin
# install dropbear /tmp/dropbear/pkg/dropbear//usr/bin
# install -d /tmp/dropbear/pkg/dropbear//usr/share/man/man8
# install -m 644 ./dropbear.8 /tmp/dropbear/pkg/dropbear//usr/share/man/man8/dropbear.8
# install -d /tmp/dropbear/pkg/dropbear//usr/bin
# install dbclient /tmp/dropbear/pkg/dropbear//usr/bin
# install -d /tmp/dropbear/pkg/dropbear//usr/share/man/man1
# if test -e dbclient.1; then install -m 644 dbclient.1 /tmp/dropbear/pkg/dropbear//usr/share/man/man1/dbclient.1; fi
# install -d /tmp/dropbear/pkg/dropbear//usr/bin
# install dropbearkey /tmp/dropbear/pkg/dropbear//usr/bin
# install -d /tmp/dropbear/pkg/dropbear//usr/share/man/man1
# if test -e dropbearkey.1; then install -m 644 dropbearkey.1 /tmp/dropbear/pkg/dropbear//usr/share/man/man1/dropbearkey.1; fi
# install -d /tmp/dropbear/pkg/dropbear//usr/bin
# install dropbearconvert /tmp/dropbear/pkg/dropbear//usr/bin
# install -d /tmp/dropbear/pkg/dropbear//usr/share/man/man1
# if test -e dropbearconvert.1; then install -m 644 dropbearconvert.1 /tmp/dropbear/pkg/dropbear//usr/share/man/man1/dropbearconvert.1; fi
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "dropbear"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: dropbear 2016.73-2 (Thu Apr 13 15:41:50 UTC 2017)

CMD: pacman --query --file dropbear-2016.73-2-x86_64.pkg.tar.xz
# dropbear 2016.73-2

Creating hybrid package for 'dropbear'

Trying to find vanilla package 'dropbear'...

CMD: pacman --query --file /mirror/dropbear-2016.73-2.pkg.tar.xz
# dropbear 2016.73-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/dropbear
# /usr/bin/dbclient
# /usr/bin/dropbearkey
# /usr/bin/dropbearconvert
# /usr/share/man/man8/dropbear.8.gz
# /usr/share/man/man1/dropbearkey.1.gz
# /usr/share/man/man1/dbclient.1.gz
# /usr/share/man/man1/dropbearconvert.1.gz
# /usr/share/licenses/dropbear/LICENSE
# /usr/lib/systemd/system/dropbear.service
# /sysroot/usr/lib/systemd/system/dropbear.service

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Printing config logfiles

CMD: config logfiles '/tmp/dropbear/src/dropbear-2016.73/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 configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 2dc6507ff467
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2314: checking for x86_64-unknown-linux-gcc
# configure:2341: result: clang
# configure:2610: checking for C compiler version
# configure:2619: 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:2630: $? = 0
# configure:2619: 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:2630: $? = 0
# configure:2619: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2630: $? = 1
# configure:2619: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2630: $? = 1
# configure:2650: checking whether the C compiler works
# configure:2672: clang conftest.c >&5
# configure:2676: $? = 0
# configure:2724: result: yes
# configure:2727: checking for C compiler default output file name
# configure:2729: result: a.out
# configure:2735: checking for suffix of executables
# configure:2742: clang -o conftest conftest.c >&5
# configure:2746: $? = 0
# configure:2768: result:
# configure:2790: checking whether we are cross compiling
# configure:2798: clang -o conftest conftest.c >&5
# configure:2802: $? = 0
# configure:2809: ./conftest
# configure:2813: $? = 0
# configure:2828: result: no
# configure:2833: checking for suffix of object files
# configure:2855: clang -c conftest.c >&5
# configure:2859: $? = 0
# configure:2880: result: o
# configure:2884: checking whether we are using the GNU C compiler
# configure:2903: clang -c conftest.c >&5
# configure:2903: $? = 0
# configure:2912: result: yes
# configure:2921: checking whether clang accepts -g
# configure:2941: clang -c -g conftest.c >&5
# configure:2941: $? = 0
# configure:2982: result: yes
# configure:2999: checking for clang option to accept ISO C89
# configure:3062: clang -c conftest.c >&5
# configure:3062: $? = 0
# configure:3075: result: none needed
# configure:3095: checking whether make sets $(MAKE)
# configure:3117: result: yes
# configure:3133: No $CFLAGS set... using "-Os -W -Wall" for GCC
# configure:3147: checking for special C compiler options needed for large files
# configure:3192: result: no
# configure:3198: checking for _FILE_OFFSET_BITS value needed for large files
# configure:3223: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:3223: $? = 0
# configure:3255: result: no
# configure:3376: checking build system type
# configure:3390: result: x86_64-unknown-linux-gnu
# configure:3410: checking host system type
# configure:3423: result: x86_64-unknown-linux-gnu
# configure:3579: checking for x86_64-unknown-linux-ar
# configure:3609: result: no
# configure:3619: checking for ar
# configure:3635: found /usr/bin/ar
# configure:3646: result: ar
# configure:3671: checking for x86_64-unknown-linux-ranlib
# configure:3701: result: no
# configure:3711: checking for ranlib
# configure:3727: found /usr/bin/ranlib
# configure:3738: result: ranlib
# configure:3763: checking for x86_64-unknown-linux-strip
# configure:3793: result: no
# configure:3803: checking for strip
# configure:3819: found /usr/bin/strip
# configure:3830: result: strip
# configure:3855: checking for x86_64-unknown-linux-install
# configure:3885: result: no
# configure:3895: checking for install
# configure:3911: found /usr/bin/install
# configure:3922: result: install
# configure:3950: checking how to run the C preprocessor
# configure:3981: clang -E conftest.c
# configure:3981: $? = 0
# configure:3995: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3995: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4020: result: clang -E
# configure:4040: clang -E conftest.c
# configure:4040: $? = 0
# configure:4054: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4054: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4083: checking for grep that handles long lines and -e
# configure:4141: result: /usr/bin/grep
# configure:4146: checking for egrep
# configure:4208: result: /usr/bin/grep -E
# configure:4213: checking for ANSI C header files
# configure:4233: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4233: $? = 0
# configure:4306: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4306: $? = 0
# configure:4306: ./conftest
# configure:4306: $? = 0
# configure:4317: result: yes
# configure:4330: checking for sys/types.h
# configure:4330: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking for sys/stat.h
# configure:4330: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking for stdlib.h
# configure:4330: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking for string.h
# configure:4330: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking for memory.h
# configure:4330: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking for strings.h
# configure:4330: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking for inttypes.h
# configure:4330: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking for stdint.h
# configure:4330: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking for unistd.h
# configure:4330: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4342: checking whether __UCLIBC__ is declared
# configure:4342: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:59:10: error: use of undeclared identifier '__UCLIBC__'
# (void) __UCLIBC__;
# ^
# 1 error generated.
# configure:4342: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | #ifndef __UCLIBC__
# | #ifdef __cplusplus
# | (void) __UCLIBC__;
# | #else
# | (void) __UCLIBC__;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4342: result: no
# configure:4352: checking for crypt
# configure:4352: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# /tmp/conftest-fe6203.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `crypt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4352: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | /* Define crypt to an innocuous variant, in case declares crypt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define crypt innocuous_crypt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char crypt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef crypt
# |
# | /* 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 ();
# | /* 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_crypt || defined __stub___crypt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:4352: result: no
# configure:4357: checking for crypt in -lcrypt
# configure:4382: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lcrypt >&5
# configure:4382: $? = 0
# configure:4391: result: yes
# configure:4492: checking for deflate in -lz
# configure:4517: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lz >&5
# configure:4517: $? = 0
# configure:4526: result: yes
# configure:4539: Enabling zlib
# configure:4646: Disabling PAM
# configure:4724: Using openpty if available
# configure:4726: checking for library containing openpty
# configure:4757: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lz >&5
# /tmp/conftest-1857c3.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `openpty'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4757: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | /* 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 openpty ();
# | int
# | main ()
# | {
# | return openpty ();
# | ;
# | return 0;
# | }
# configure:4757: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:4757: $? = 0
# configure:4774: result: -lutil
# configure:4805: Enabling syslog
# configure:4839: checking shadow.h usability
# configure:4839: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4839: $? = 0
# configure:4839: result: yes
# configure:4839: checking shadow.h presence
# configure:4839: clang -E conftest.c
# configure:4839: $? = 0
# configure:4839: result: yes
# configure:4839: checking for shadow.h
# configure:4839: result: yes
# configure:4849: Using shadow passwords if available
# configure:4858: checking for ANSI C header files
# configure:4962: result: yes
# configure:4970: checking for sys/wait.h that is POSIX.1 compatible
# configure:4996: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:4996: $? = 0
# configure:5003: result: yes
# configure:5014: checking fcntl.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking fcntl.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for fcntl.h
# configure:5014: result: yes
# configure:5014: checking limits.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking limits.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for limits.h
# configure:5014: result: yes
# configure:5014: checking netinet/in.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking netinet/in.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for netinet/in.h
# configure:5014: result: yes
# configure:5014: checking netinet/tcp.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking netinet/tcp.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for netinet/tcp.h
# configure:5014: result: yes
# configure:5014: checking for stdlib.h
# configure:5014: result: yes
# configure:5014: checking for string.h
# configure:5014: result: yes
# configure:5014: checking sys/socket.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking sys/socket.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for sys/socket.h
# configure:5014: result: yes
# configure:5014: checking sys/time.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking sys/time.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for sys/time.h
# configure:5014: result: yes
# configure:5014: checking termios.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking termios.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for termios.h
# configure:5014: result: yes
# configure:5014: checking for unistd.h
# configure:5014: result: yes
# configure:5014: checking crypt.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking crypt.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for crypt.h
# configure:5014: result: yes
# configure:5014: checking pty.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking pty.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for pty.h
# configure:5014: result: yes
# configure:5014: checking ioctl.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:71:10: fatal error: 'ioctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:5014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_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:5014: result: no
# configure:5014: checking ioctl.h presence
# configure:5014: clang -E conftest.c
# conftest.c:38:10: fatal error: 'ioctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:5014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | /* end confdefs.h. */
# | #include
# configure:5014: result: no
# configure:5014: checking for ioctl.h
# configure:5014: result: no
# configure:5014: checking libutil.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:71:10: fatal error: 'libutil.h' file not found
# #include
# ^
# 1 error generated.
# configure:5014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_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:5014: result: no
# configure:5014: checking libutil.h presence
# configure:5014: clang -E conftest.c
# conftest.c:38:10: fatal error: 'libutil.h' file not found
# #include
# ^
# 1 error generated.
# configure:5014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | /* end confdefs.h. */
# | #include
# configure:5014: result: no
# configure:5014: checking for libutil.h
# configure:5014: result: no
# configure:5014: checking libgen.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking libgen.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for libgen.h
# configure:5014: result: yes
# configure:5014: checking for inttypes.h
# configure:5014: result: yes
# configure:5014: checking stropts.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking stropts.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for stropts.h
# configure:5014: result: yes
# configure:5014: checking utmp.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking utmp.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for utmp.h
# configure:5014: result: yes
# configure:5014: checking utmpx.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking utmpx.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for utmpx.h
# configure:5014: result: yes
# configure:5014: checking lastlog.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking lastlog.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for lastlog.h
# configure:5014: result: yes
# configure:5014: checking paths.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking paths.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for paths.h
# configure:5014: result: yes
# configure:5014: checking util.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:78:10: fatal error: 'util.h' file not found
# #include
# ^
# 1 error generated.
# configure:5014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5014: result: no
# configure:5014: checking util.h presence
# configure:5014: clang -E conftest.c
# conftest.c:45:10: fatal error: 'util.h' file not found
# #include
# ^
# 1 error generated.
# configure:5014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# configure:5014: result: no
# configure:5014: checking for util.h
# configure:5014: result: no
# configure:5014: checking netdb.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking netdb.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for netdb.h
# configure:5014: result: yes
# configure:5014: checking security/pam_appl.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking security/pam_appl.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for security/pam_appl.h
# configure:5014: result: yes
# configure:5014: checking pam/pam_appl.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:80:10: fatal error: 'pam/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:5014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_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:5014: result: no
# configure:5014: checking pam/pam_appl.h presence
# configure:5014: clang -E conftest.c
# conftest.c:47:10: fatal error: 'pam/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:5014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | /* end confdefs.h. */
# | #include
# configure:5014: result: no
# configure:5014: checking for pam/pam_appl.h
# configure:5014: result: no
# configure:5014: checking netinet/in_systm.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking netinet/in_systm.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for netinet/in_systm.h
# configure:5014: result: yes
# configure:5014: checking sys/uio.h usability
# configure:5014: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking sys/uio.h presence
# configure:5014: clang -E conftest.c
# configure:5014: $? = 0
# configure:5014: result: yes
# configure:5014: checking for sys/uio.h
# configure:5014: result: yes
# configure:5026: checking for an ANSI C-conforming const
# configure:5092: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5092: $? = 0
# configure:5099: result: yes
# configure:5107: checking for uid_t in sys/types.h
# configure:5126: result: yes
# configure:5137: checking for mode_t
# configure:5137: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5137: $? = 0
# configure:5137: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:85:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:5137: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5137: result: yes
# configure:5148: checking for pid_t
# configure:5148: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5148: $? = 0
# configure:5148: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:85:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:5148: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5148: result: yes
# configure:5159: checking for size_t
# configure:5159: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5159: $? = 0
# configure:5159: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:85:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5159: result: yes
# configure:5170: checking whether time.h and sys/time.h may both be included
# configure:5190: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5190: $? = 0
# configure:5197: result: yes
# configure:5206: checking for uint8_t
# configure:5206: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5206: $? = 0
# configure:5206: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:86:22: error: expected expression
# if (sizeof ((uint8_t)))
# ^
# 1 error generated.
# configure:5206: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5206: result: yes
# configure:5215: checking for u_int8_t
# configure:5215: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5215: $? = 0
# configure:5215: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:87:23: error: expected expression
# if (sizeof ((u_int8_t)))
# ^
# 1 error generated.
# configure:5215: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((u_int8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5215: result: yes
# configure:5224: checking for uint16_t
# configure:5224: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5224: $? = 0
# configure:5224: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:88:23: error: expected expression
# if (sizeof ((uint16_t)))
# ^
# 1 error generated.
# configure:5224: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5224: result: yes
# configure:5233: checking for u_int16_t
# configure:5233: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5233: $? = 0
# configure:5233: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:89:24: error: expected expression
# if (sizeof ((u_int16_t)))
# ^
# 1 error generated.
# configure:5233: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((u_int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5233: result: yes
# configure:5242: checking for uint32_t
# configure:5242: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5242: $? = 0
# configure:5242: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:90:23: error: expected expression
# if (sizeof ((uint32_t)))
# ^
# 1 error generated.
# configure:5242: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5242: result: yes
# configure:5251: checking for u_int32_t
# configure:5251: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5251: $? = 0
# configure:5251: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:91:24: error: expected expression
# if (sizeof ((u_int32_t)))
# ^
# 1 error generated.
# configure:5251: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((u_int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5251: result: yes
# configure:5261: checking for struct sockaddr_storage
# configure:5261: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:92:5: error: invalid application of 'sizeof' to an incomplete type 'struct sockaddr_storage'
# if (sizeof (struct sockaddr_storage))
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:92:20: note: forward declaration of 'struct sockaddr_storage'
# if (sizeof (struct sockaddr_storage))
# ^
# 1 error generated.
# configure:5261: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (struct sockaddr_storage))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5261: result: no
# configure:5271: checking for socklen_t
# configure:5271: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5271: $? = 0
# configure:5271: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:62:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:5271: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5271: result: yes
# configure:5336: checking for struct sockaddr_storage
# configure:5356: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5356: $? = 0
# configure:5365: result: yes
# configure:5372: checking for struct sockaddr_in6
# configure:5392: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5392: $? = 0
# configure:5401: result: yes
# configure:5409: checking for struct in6_addr
# configure:5429: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5429: $? = 0
# configure:5438: result: yes
# configure:5446: checking for struct addrinfo
# configure:5467: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5467: $? = 0
# configure:5476: result: yes
# configure:5488: checking for gai_strerror
# configure:5488: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5488: $? = 0
# configure:5488: result: yes
# configure:5515: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:74:5: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# str = gai_strerror(0);
# ^ ~~~~~~~~~~~~~~~
# 1 warning generated.
# configure:5515: $? = 0
# configure:5528: checking for struct utmp.ut_host
# configure:5528: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:74:13: warning: address of array 'ac_aggr.ut_host' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_host)
# ~~ ~~~~~~~~^~~~~~~
# 1 warning generated.
# configure:5528: $? = 0
# configure:5528: result: yes
# configure:5543: checking for struct utmp.ut_pid
# configure:5543: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5558: checking for struct utmp.ut_type
# configure:5558: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5558: $? = 0
# configure:5558: result: yes
# configure:5573: checking for struct utmp.ut_tv
# configure:5573: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:77:1: error: statement requires expression of scalar type ('struct (anonymous struct at /usr/include/bits/utmp.h:73:3)' invalid)
# if (ac_aggr.ut_tv)
# ^ ~~~~~~~~~~~~~
# 1 error generated.
# configure:5573: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_UTMP_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct utmp ac_aggr;
# | if (ac_aggr.ut_tv)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5573: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5573: $? = 0
# configure:5573: result: yes
# configure:5588: checking for struct utmp.ut_id
# configure:5588: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:78:13: warning: address of array 'ac_aggr.ut_id' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_id)
# ~~ ~~~~~~~~^~~~~
# 1 warning generated.
# configure:5588: $? = 0
# configure:5588: result: yes
# configure:5603: checking for struct utmp.ut_addr
# configure:5603: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5603: $? = 0
# configure:5603: result: yes
# configure:5618: checking for struct utmp.ut_addr_v6
# configure:5618: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:80:13: warning: address of array 'ac_aggr.ut_addr_v6' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_addr_v6)
# ~~ ~~~~~~~~^~~~~~~~~~
# 1 warning generated.
# configure:5618: $? = 0
# configure:5618: result: yes
# configure:5633: checking for struct utmp.ut_exit
# configure:5633: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:81:1: error: statement requires expression of scalar type ('struct exit_status' invalid)
# if (ac_aggr.ut_exit)
# ^ ~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5633: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | /* end confdefs.h. */
# |
# | #include
# | #if HAVE_UTMP_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct utmp ac_aggr;
# | if (ac_aggr.ut_exit)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5633: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5633: $? = 0
# configure:5633: result: yes
# configure:5648: checking for struct utmp.ut_time
# configure:5648: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5648: $? = 0
# configure:5648: result: yes
# configure:5665: checking for struct utmpx.ut_host
# configure:5665: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:84:13: warning: address of array 'ac_aggr.ut_host' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_host)
# ~~ ~~~~~~~~^~~~~~~
# 1 warning generated.
# configure:5665: $? = 0
# configure:5665: result: yes
# configure:5681: checking for struct utmpx.ut_syslen
# configure:5681: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:85:13: error: no member named 'ut_syslen' in 'struct utmpx'
# if (ac_aggr.ut_syslen)
# ~~~~~~~ ^
# 1 error generated.
# configure:5681: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #if HAVE_UTMPX_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_syslen)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5681: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:85:20: error: no member named 'ut_syslen' in 'struct utmpx'
# if (sizeof ac_aggr.ut_syslen)
# ~~~~~~~ ^
# 1 error generated.
# configure:5681: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #if HAVE_UTMPX_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (sizeof ac_aggr.ut_syslen)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5681: result: no
# configure:5697: checking for struct utmpx.ut_type
# configure:5697: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5697: $? = 0
# configure:5697: result: yes
# configure:5713: checking for struct utmpx.ut_id
# configure:5713: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:86:13: warning: address of array 'ac_aggr.ut_id' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_id)
# ~~ ~~~~~~~~^~~~~
# 1 warning generated.
# configure:5713: $? = 0
# configure:5713: result: yes
# configure:5729: checking for struct utmpx.ut_addr
# configure:5729: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:87:13: error: no member named 'ut_addr' in 'struct utmpx'
# if (ac_aggr.ut_addr)
# ~~~~~~~ ^
# 1 error generated.
# configure:5729: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #if HAVE_UTMPX_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_addr)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5729: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:87:20: error: no member named 'ut_addr' in 'struct utmpx'
# if (sizeof ac_aggr.ut_addr)
# ~~~~~~~ ^
# 1 error generated.
# configure:5729: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #if HAVE_UTMPX_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (sizeof ac_aggr.ut_addr)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5729: result: no
# configure:5745: checking for struct utmpx.ut_addr_v6
# configure:5745: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:87:13: warning: address of array 'ac_aggr.ut_addr_v6' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_addr_v6)
# ~~ ~~~~~~~~^~~~~~~~~~
# 1 warning generated.
# configure:5745: $? = 0
# configure:5745: result: yes
# configure:5761: checking for struct utmpx.ut_time
# configure:5761: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:88:13: error: no member named 'ut_time' in 'struct utmpx'
# if (ac_aggr.ut_time)
# ~~~~~~~ ^
# 1 error generated.
# configure:5761: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #if HAVE_UTMPX_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_time)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5761: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:88:20: error: no member named 'ut_time' in 'struct utmpx'
# if (sizeof ac_aggr.ut_time)
# ~~~~~~~ ^
# 1 error generated.
# configure:5761: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #if HAVE_UTMPX_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (sizeof ac_aggr.ut_time)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5761: result: no
# configure:5777: checking for struct utmpx.ut_tv
# configure:5777: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:88:1: error: statement requires expression of scalar type ('struct (anonymous struct at /usr/include/bits/utmpx.h:71:3)' invalid)
# if (ac_aggr.ut_tv)
# ^ ~~~~~~~~~~~~~
# 1 error generated.
# configure:5777: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #if HAVE_UTMPX_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_tv)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5777: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5777: $? = 0
# configure:5777: result: yes
# configure:5795: checking for struct sockaddr_storage.ss_family
# configure:5795: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:5795: $? = 0
# configure:5795: result: yes
# configure:5813: checking for endutent
# configure:5813: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5813: $? = 0
# configure:5813: result: yes
# configure:5813: checking for getutent
# configure:5813: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5813: $? = 0
# configure:5813: result: yes
# configure:5813: checking for getutid
# configure:5813: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5813: $? = 0
# configure:5813: result: yes
# configure:5813: checking for getutline
# configure:5813: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5813: $? = 0
# configure:5813: result: yes
# configure:5813: checking for pututline
# configure:5813: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5813: $? = 0
# configure:5813: result: yes
# configure:5813: checking for setutent
# configure:5813: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5813: $? = 0
# configure:5813: result: yes
# configure:5824: checking for utmpname
# configure:5824: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5824: $? = 0
# configure:5824: result: yes
# configure:5836: checking for endutxent
# configure:5836: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5836: $? = 0
# configure:5836: result: yes
# configure:5836: checking for getutxent
# configure:5836: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5836: $? = 0
# configure:5836: result: yes
# configure:5836: checking for getutxid
# configure:5836: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5836: $? = 0
# configure:5836: result: yes
# configure:5836: checking for getutxline
# configure:5836: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5836: $? = 0
# configure:5836: result: yes
# configure:5836: checking for pututxline
# configure:5836: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5836: $? = 0
# configure:5836: result: yes
# configure:5848: checking for setutxent
# configure:5848: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5848: $? = 0
# configure:5848: result: yes
# configure:5848: checking for utmpxname
# configure:5848: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5848: $? = 0
# configure:5848: result: yes
# configure:5860: checking for logout
# configure:5860: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5860: $? = 0
# configure:5860: result: yes
# configure:5860: checking for updwtmp
# configure:5860: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5860: $? = 0
# configure:5860: result: yes
# configure:5860: checking for logwtmp
# configure:5860: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:5860: $? = 0
# configure:5860: result: yes
# configure:5873: checking mach/mach_time.h usability
# configure:5873: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:128:10: fatal error: 'mach/mach_time.h' file not found
# #include
# ^
# 1 error generated.
# configure:5873: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 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:5873: result: no
# configure:5873: checking mach/mach_time.h presence
# configure:5873: clang -E conftest.c
# conftest.c:95:10: fatal error: 'mach/mach_time.h' file not found
# #include
# ^
# 1 error generated.
# configure:5873: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | /* end confdefs.h. */
# | #include
# configure:5873: result: no
# configure:5873: checking for mach/mach_time.h
# configure:5873: result: no
# configure:5885: checking for mach_absolute_time
# configure:5885: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# /tmp/conftest-de1618.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `mach_absolute_time'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5885: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | /* end confdefs.h. */
# | /* Define mach_absolute_time to an innocuous variant, in case declares mach_absolute_time.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define mach_absolute_time innocuous_mach_absolute_time
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char mach_absolute_time (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef mach_absolute_time
# |
# | /* 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 mach_absolute_time ();
# | /* 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_mach_absolute_time || defined __stub___mach_absolute_time
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return mach_absolute_time ();
# | ;
# | return 0;
# | }
# configure:5885: result: no
# configure:5898: checking for explicit_bzero
# configure:5898: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# /tmp/conftest-cd2518.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `explicit_bzero'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5898: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 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:5898: result: no
# configure:5898: checking for memset_s
# configure:5898: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# /tmp/conftest-c8e26b.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `memset_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5898: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | /* end confdefs.h. */
# | /* Define memset_s to an innocuous variant, in case declares memset_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define memset_s innocuous_memset_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char memset_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef memset_s
# |
# | /* 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 memset_s ();
# | /* 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_memset_s || defined __stub___memset_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return memset_s ();
# | ;
# | return 0;
# | }
# configure:5898: result: no
# configure:6007: checking for mp_exptmod in -ltommath
# configure:6032: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -ltommath -lutil -lz >&5
# /usr/bin/ld: cannot find -ltommath
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6032: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 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 mp_exptmod ();
# | int
# | main ()
# | {
# | return mp_exptmod ();
# | ;
# | return 0;
# | }
# configure:6041: result: no
# configure:6049: checking for register_cipher in -ltomcrypt
# configure:6074: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -ltomcrypt -lutil -lz >&5
# /usr/bin/ld: cannot find -ltomcrypt
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6074: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 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 register_cipher ();
# | int
# | main ()
# | {
# | return register_cipher ();
# | ;
# | return 0;
# | }
# configure:6083: result: no
# configure:6186: checking for library containing login
# configure:6217: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6217: $? = 0
# configure:6234: result: none required
# configure:6247: checking for logout
# configure:6247: result: yes
# configure:6247: checking for updwtmp
# configure:6247: result: yes
# configure:6247: checking for logwtmp
# configure:6247: result: yes
# configure:6259: checking if your system defines LASTLOG_FILE
# configure:6284: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:116:18: error: use of undeclared identifier 'LASTLOG_FILE'
# char *lastlog = LASTLOG_FILE;
# ^
# 1 error generated.
# configure:6284: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define BUNDLED_LIBTOM /**/
# | #define HAVE_LOGIN /**/
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #ifdef HAVE_LASTLOG_H
# | # include
# | #endif
# | #ifdef HAVE_PATHS_H
# | # include
# | #endif
# | #ifdef HAVE_LOGIN_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | char *lastlog = LASTLOG_FILE;
# | ;
# | return 0;
# | }
# configure:6289: result: no
# configure:6291: checking if your system defines _PATH_LASTLOG
# configure:6313: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:113:8: warning: unused variable 'lastlog' [-Wunused-variable]
# char *lastlog = _PATH_LASTLOG;
# ^
# 1 warning generated.
# configure:6313: $? = 0
# configure:6314: result: yes
# configure:6351: checking if your system defines UTMP_FILE
# configure:6370: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:110:8: warning: unused variable 'utmp' [-Wunused-variable]
# char *utmp = UTMP_FILE;
# ^
# 1 warning generated.
# configure:6370: $? = 0
# configure:6371: result: yes
# configure:6401: checking if your system defines WTMP_FILE
# configure:6422: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:112:8: warning: unused variable 'wtmp' [-Wunused-variable]
# char *wtmp = WTMP_FILE;
# ^
# 1 warning generated.
# configure:6422: $? = 0
# configure:6423: result: yes
# configure:6454: checking if your system defines UTMPX_FILE
# configure:6476: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:113:16: error: use of undeclared identifier 'UTMPX_FILE'
# char *utmpx = UTMPX_FILE;
# ^
# 1 error generated.
# configure:6476: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define BUNDLED_LIBTOM /**/
# | #define HAVE_LOGIN /**/
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #endif
# | #ifdef HAVE_PATHS_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | char *utmpx = UTMPX_FILE;
# | ;
# | return 0;
# | }
# configure:6480: result: no
# configure:6499: checking if your system defines WTMPX_FILE
# configure:6523: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# conftest.c:116:16: error: use of undeclared identifier 'WTMPX_FILE'
# char *wtmpx = WTMPX_FILE;
# ^
# 1 error generated.
# configure:6523: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define BUNDLED_LIBTOM /**/
# | #define HAVE_LOGIN /**/
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define DISABLE_UTMPX 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UTMP_H
# | # include
# | #endif
# | #ifdef HAVE_UTMPX_H
# | # include
# | #endif
# | #ifdef HAVE_PATHS_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | char *wtmpx = WTMPX_FILE;
# | ;
# | return 0;
# | }
# configure:6527: result: no
# configure:6548: checking whether clang needs -traditional
# configure:6582: result: no
# configure:6589: checking for working memcmp
# configure:6632: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6632: $? = 0
# configure:6632: ./conftest
# configure:6632: $? = 0
# configure:6642: result: yes
# configure:6654: checking sys/select.h usability
# configure:6654: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:6654: $? = 0
# configure:6654: result: yes
# configure:6654: checking sys/select.h presence
# configure:6654: clang -E conftest.c
# configure:6654: $? = 0
# configure:6654: result: yes
# configure:6654: checking for sys/select.h
# configure:6654: result: yes
# configure:6654: checking for sys/socket.h
# configure:6654: result: yes
# configure:6664: checking types of arguments for select
# configure:6692: clang -c -Os -W -Wall -Wno-pointer-sign conftest.c >&5
# configure:6692: $? = 0
# configure:6703: result: int,fd_set *,struct timeval *
# configure:6729: checking for dup2
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for getpass
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for getspnam
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for getusershell
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for memset
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# conftest.c:134:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:134:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for putenv
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for select
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for socket
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for strdup
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# conftest.c:138:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:138:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for clearenv
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for strlcpy
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# conftest.c:140:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:140:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-2b99d7.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6729: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define BUNDLED_LIBTOM /**/
# | #define HAVE_LOGIN /**/
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define DISABLE_UTMPX 1
# | #define DISABLE_WTMPX 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_DUP2 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_GETUSERSHELL 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_CLEARENV 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:6729: result: no
# configure:6729: checking for strlcat
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# conftest.c:140:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:140:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-37f0e9.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6729: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define BUNDLED_LIBTOM /**/
# | #define HAVE_LOGIN /**/
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define DISABLE_UTMPX 1
# | #define DISABLE_WTMPX 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_DUP2 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_GETUSERSHELL 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_CLEARENV 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:6729: result: no
# configure:6729: checking for daemon
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for basename
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for _getpty
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# /tmp/conftest-032164.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `_getpty'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6729: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_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_CRYPT 1
# | #define HAVE_LIBZ 1
# | #define DISABLE_PAM /**/
# | #define HAVE_OPENPTY 1
# | #define HAVE_SHADOW_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_LASTLOG_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_U_INT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# | #define HAVE_STRUCT_IN6_ADDR /**/
# | #define HAVE_STRUCT_ADDRINFO /**/
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_CONST_GAI_STRERROR_PROTO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_PID 1
# | #define HAVE_STRUCT_UTMP_UT_TYPE 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMP_UT_ID 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR 1
# | #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMP_UT_EXIT 1
# | #define HAVE_STRUCT_UTMP_UT_TIME 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# | #define HAVE_STRUCT_UTMPX_UT_ID 1
# | #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_ENDUTENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTID 1
# | #define HAVE_GETUTLINE 1
# | #define HAVE_PUTUTLINE 1
# | #define HAVE_SETUTENT 1
# | #define HAVE_UTMPNAME 1
# | #define HAVE_ENDUTXENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_GETUTXID 1
# | #define HAVE_GETUTXLINE 1
# | #define HAVE_PUTUTXLINE 1
# | #define HAVE_SETUTXENT 1
# | #define HAVE_UTMPXNAME 1
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define BUNDLED_LIBTOM /**/
# | #define HAVE_LOGIN /**/
# | #define HAVE_LOGOUT 1
# | #define HAVE_UPDWTMP 1
# | #define HAVE_LOGWTMP 1
# | #define DISABLE_UTMPX 1
# | #define DISABLE_WTMPX 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_DUP2 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GETSPNAM 1
# | #define HAVE_GETUSERSHELL 1
# | #define HAVE_MEMSET 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRDUP 1
# | #define HAVE_CLEARENV 1
# | #define HAVE_DAEMON 1
# | #define HAVE_BASENAME 1
# | /* end confdefs.h. */
# | /* Define _getpty to an innocuous variant, in case declares _getpty.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _getpty innocuous__getpty
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _getpty (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _getpty
# |
# | /* 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 _getpty ();
# | /* 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__getpty || defined __stub____getpty
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _getpty ();
# | ;
# | return 0;
# | }
# configure:6729: result: no
# configure:6729: checking for getaddrinfo
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for freeaddrinfo
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for getnameinfo
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for fork
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6729: checking for writev
# configure:6729: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6729: $? = 0
# configure:6729: result: yes
# configure:6739: checking for library containing basename
# configure:6770: clang -o conftest -Os -W -Wall -Wno-pointer-sign conftest.c -lutil -lz >&5
# configure:6770: $? = 0
# configure:6787: result: none required
# configure:6998: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 2dc6507ff467
#
# config.status:921: creating Makefile
# config.status:921: creating libtomcrypt/Makefile
# config.status:921: creating libtommath/Makefile
# config.status:921: creating config.h
# configure:8158:
# configure:8161: Using bundled libtomcrypt and libtommath
# configure:8183:
# configure:8185: Now edit options.h to choose features.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__getpty=no
# ac_cv_func_basename=yes
# ac_cv_func_clearenv=yes
# ac_cv_func_crypt=no
# ac_cv_func_daemon=yes
# ac_cv_func_dup2=yes
# ac_cv_func_endutent=yes
# ac_cv_func_endutxent=yes
# ac_cv_func_explicit_bzero=no
# ac_cv_func_fork=yes
# ac_cv_func_freeaddrinfo=yes
# ac_cv_func_gai_strerror=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_getpass=yes
# ac_cv_func_getspnam=yes
# ac_cv_func_getusershell=yes
# ac_cv_func_getutent=yes
# ac_cv_func_getutid=yes
# ac_cv_func_getutline=yes
# ac_cv_func_getutxent=yes
# ac_cv_func_getutxid=yes
# ac_cv_func_getutxline=yes
# ac_cv_func_logout=yes
# ac_cv_func_logwtmp=yes
# ac_cv_func_mach_absolute_time=no
# ac_cv_func_memcmp_working=yes
# ac_cv_func_memset=yes
# ac_cv_func_memset_s=no
# ac_cv_func_putenv=yes
# ac_cv_func_pututline=yes
# ac_cv_func_pututxline=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_setutent=yes
# ac_cv_func_setutxent=yes
# ac_cv_func_socket=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_updwtmp=yes
# ac_cv_func_utmpname=yes
# ac_cv_func_utmpxname=yes
# ac_cv_func_writev=yes
# ac_cv_have_decl___UCLIBC__=no
# ac_cv_have_struct_addrinfo=yes
# ac_cv_have_struct_in6_addr=yes
# ac_cv_have_struct_sockaddr_in6=yes
# ac_cv_have_struct_sockaddr_storage=yes
# ac_cv_header_crypt_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_ioctl_h=no
# ac_cv_header_lastlog_h=yes
# ac_cv_header_libgen_h=yes
# ac_cv_header_libutil_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_mach_mach_time_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_pam_pam_appl_h=no
# ac_cv_header_paths_h=yes
# ac_cv_header_pty_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_stropts_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_uio_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_util_h=no
# ac_cv_header_utmp_h=yes
# ac_cv_header_utmpx_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_crypt_crypt=yes
# ac_cv_lib_tomcrypt_register_cipher=no
# ac_cv_lib_tommath_mp_exptmod=no
# ac_cv_lib_z_deflate=yes
# ac_cv_member_struct_sockaddr_storage_ss_family=yes
# ac_cv_member_struct_utmp_ut_addr=yes
# ac_cv_member_struct_utmp_ut_addr_v6=yes
# ac_cv_member_struct_utmp_ut_exit=yes
# ac_cv_member_struct_utmp_ut_host=yes
# ac_cv_member_struct_utmp_ut_id=yes
# ac_cv_member_struct_utmp_ut_pid=yes
# ac_cv_member_struct_utmp_ut_time=yes
# ac_cv_member_struct_utmp_ut_tv=yes
# ac_cv_member_struct_utmp_ut_type=yes
# ac_cv_member_struct_utmpx_ut_addr=no
# ac_cv_member_struct_utmpx_ut_addr_v6=yes
# ac_cv_member_struct_utmpx_ut_host=yes
# ac_cv_member_struct_utmpx_ut_id=yes
# ac_cv_member_struct_utmpx_ut_syslen=no
# ac_cv_member_struct_utmpx_ut_time=no
# ac_cv_member_struct_utmpx_ut_tv=yes
# ac_cv_member_struct_utmpx_ut_type=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_INSTALL=install
# 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_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_basename='none required'
# ac_cv_search_login='none required'
# ac_cv_search_openpty=-lutil
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_mode_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_struct_sockaddr_storage=no
# ac_cv_type_u_int16_t=yes
# ac_cv_type_u_int32_t=yes
# ac_cv_type_u_int8_t=yes
# ac_cv_type_uid_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint8_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='ar'
# BUNDLED_LIBTOM='1'
# CC='clang'
# CFLAGS='-Os -W -Wall -Wno-pointer-sign'
# CPP='clang -E'
# CPPFLAGS=''
# CRYPTLIB='-lcrypt'
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL='install'
# LD='clang'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lutil -lz '
# LIBTOM_LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# ac_ct_CC=''
# bindir='/usr/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}'
# 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'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_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_CRYPT 1
# #define HAVE_LIBZ 1
# #define DISABLE_PAM /**/
# #define HAVE_OPENPTY 1
# #define HAVE_SHADOW_H 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_CRYPT_H 1
# #define HAVE_PTY_H 1
# #define HAVE_LIBGEN_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STROPTS_H 1
# #define HAVE_UTMP_H 1
# #define HAVE_UTMPX_H 1
# #define HAVE_LASTLOG_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_SECURITY_PAM_APPL_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_SYS_UIO_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_UINT8_T 1
# #define HAVE_U_INT8_T 1
# #define HAVE_UINT16_T 1
# #define HAVE_U_INT16_T 1
# #define HAVE_UINT32_T 1
# #define HAVE_U_INT32_T 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define HAVE_STRUCT_SOCKADDR_IN6 /**/
# #define HAVE_STRUCT_IN6_ADDR /**/
# #define HAVE_STRUCT_ADDRINFO /**/
# #define HAVE_GAI_STRERROR 1
# #define HAVE_GAI_STRERROR 1
# #define HAVE_CONST_GAI_STRERROR_PROTO 1
# #define HAVE_STRUCT_UTMP_UT_HOST 1
# #define HAVE_STRUCT_UTMP_UT_PID 1
# #define HAVE_STRUCT_UTMP_UT_TYPE 1
# #define HAVE_STRUCT_UTMP_UT_TV 1
# #define HAVE_STRUCT_UTMP_UT_ID 1
# #define HAVE_STRUCT_UTMP_UT_ADDR 1
# #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
# #define HAVE_STRUCT_UTMP_UT_EXIT 1
# #define HAVE_STRUCT_UTMP_UT_TIME 1
# #define HAVE_STRUCT_UTMPX_UT_HOST 1
# #define HAVE_STRUCT_UTMPX_UT_TYPE 1
# #define HAVE_STRUCT_UTMPX_UT_ID 1
# #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
# #define HAVE_STRUCT_UTMPX_UT_TV 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# #define HAVE_ENDUTENT 1
# #define HAVE_GETUTENT 1
# #define HAVE_GETUTID 1
# #define HAVE_GETUTLINE 1
# #define HAVE_PUTUTLINE 1
# #define HAVE_SETUTENT 1
# #define HAVE_UTMPNAME 1
# #define HAVE_ENDUTXENT 1
# #define HAVE_GETUTXENT 1
# #define HAVE_GETUTXID 1
# #define HAVE_GETUTXLINE 1
# #define HAVE_PUTUTXLINE 1
# #define HAVE_SETUTXENT 1
# #define HAVE_UTMPXNAME 1
# #define HAVE_LOGOUT 1
# #define HAVE_UPDWTMP 1
# #define HAVE_LOGWTMP 1
# #define BUNDLED_LIBTOM /**/
# #define HAVE_LOGIN /**/
# #define HAVE_LOGOUT 1
# #define HAVE_UPDWTMP 1
# #define HAVE_LOGWTMP 1
# #define DISABLE_UTMPX 1
# #define DISABLE_WTMPX 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define HAVE_DUP2 1
# #define HAVE_GETPASS 1
# #define HAVE_GETSPNAM 1
# #define HAVE_GETUSERSHELL 1
# #define HAVE_MEMSET 1
# #define HAVE_PUTENV 1
# #define HAVE_SELECT 1
# #define HAVE_SOCKET 1
# #define HAVE_STRDUP 1
# #define HAVE_CLEARENV 1
# #define HAVE_DAEMON 1
# #define HAVE_BASENAME 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_FREEADDRINFO 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_FORK 1
# #define HAVE_WRITEV 1
# #define HAVE_BASENAME 1
#
# configure: exit 0