The build took 00h 02m 28s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
38,129 |
ansic |
11,154 |
cpp |
7,488 |
sh |
366 |
makefile |
57,137 |
total |
The process tree of the build process is here.
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:
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: ncrack 0.4a-5 (Thu Apr 13 16:51:02 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: if you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used
checking for x86_64-unknown-linux-strip... no
checking for strip... /usr/bin/strip
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for inline... inline
checking for x86_64-unknown-linux-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the compiler is gcc 4 or greater... yes
checking for __func__... yes
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 pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking if sockaddr{} has sa_len member... no
checking whether byte ordering is bigendian... no
checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
checking for strerror... yes
checking for signal... yes
checking for type of 6th argument to recvfrom()... socklen_t
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating modules/Makefile
config.status: creating ncrack_config.h
=== configuring in nbase (/tmp/ncrack/src/ncrack-0.4ALPHA/nbase)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS=' '--without-pcap' --cache-file=/dev/null --srcdir=.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for inline... inline
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 for string.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for strings.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/stat.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for inttypes.h... (cached) yes
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for sys/socket.h... (cached) yes
checking for net/if.h... yes
checking for __attribute__... yes
checking whether byte ordering is bigendian... no
checking for int8_t... no
checking for int16_t... no
checking for int32_t... no
checking for int64_t... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for nanosleep... yes
checking for strerror... yes
checking for strcasestr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for signal... yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for asprintf... yes
checking for asnprintf... no
checking for vasprintf... yes
checking for vasnprintf... no
checking for getopt... yes
checking for getopt_long_only... yes
checking for usleep... yes
checking for gettimeofday... yes
checking for sleep... yes
checking for getopt_long_only... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for working getaddrinfo... yes
checking for library containing inet_addr... none required
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking for sockaddr_storage... yes
checking for AF_INET6 definition... yes
checking for IPv6 support... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/rand.h usability... yes
checking openssl/rand.h presence... yes
checking for openssl/rand.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for /proc/self/exe... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating nbase_config.h
=== configuring in nsock/src (/tmp/ncrack/src/ncrack-0.4ALPHA/nsock/src)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS=' '--without-pcap' --cache-file=/dev/null --srcdir=.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for gethostent... yes
checking for setsockopt... yes
checking for nanosleep... yes
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 net/bpf.h usability... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for library containing dlopen... -ldl
checking for SSL_set_tlsext_host_name... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ../include/nsock_config.h
=== configuring in opensshlib (/tmp/ncrack/src/ncrack-0.4ALPHA/opensshlib)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS=' '--without-pcap' --cache-file=/dev/null --srcdir=.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for x86_64-unknown-linux-gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 byte ordering is bigendian... no
checking for gawk... gawk
checking how to run the C preprocessor... clang -E
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for egrep... (cached) /usr/bin/grep -E
checking for ar... /usr/bin/ar
checking for cat... /usr/bin/cat
checking for kill... /usr/bin/kill
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sed... /usr/bin/sed
checking for ent... no
checking for bash... /usr/bin/bash
checking for ksh... (cached) /usr/bin/bash
checking for sh... (cached) /usr/bin/bash
checking for sh... /usr/bin/sh
checking for groupadd... /usr/sbin/groupadd
checking for useradd... /usr/sbin/useradd
checking for pkgmk... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for login... /usr/bin/login
checking for passwd... /usr/bin/passwd
checking for inline... inline
checking whether LLONG_MAX is declared... yes
checking if clang accepts -fno-builtin-memset... yes
checking if clang supports -fstack-protector-all... yes
checking if -fstack-protector-all works... yes
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking crypto/sha2.h usability... no
checking crypto/sha2.h presence... no
checking for crypto/sha2.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking floatingpoint.h usability... no
checking floatingpoint.h presence... no
checking for floatingpoint.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking ia.h usability... no
checking ia.h presence... no
checking for ia.h... no
checking iaf.h usability... no
checking iaf.h presence... no
checking for iaf.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking login.h usability... no
checking login.h presence... no
checking for login.h... no
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking net/if_tun.h usability... no
checking net/if_tun.h presence... no
checking for net/if_tun.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
checking pam/pam_appl.h usability... no
checking pam/pam_appl.h presence... no
checking for pam/pam_appl.h... no
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking readpassphrase.h usability... no
checking readpassphrase.h presence... no
checking for readpassphrase.h... no
checking rpc/types.h usability... yes
checking rpc/types.h presence... yes
checking for rpc/types.h... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking sha2.h usability... no
checking sha2.h presence... no
checking for sha2.h... no
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/audit.h usability... no
checking sys/audit.h presence... no
checking for sys/audit.h... no
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking sys/bsdtty.h usability... no
checking sys/bsdtty.h presence... no
checking for sys/bsdtty.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/ndir.h usability... no
checking sys/ndir.h presence... no
checking for sys/ndir.h... no
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking sys/strtio.h usability... no
checking sys/strtio.h presence... no
checking for sys/strtio.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timers.h usability... no
checking sys/timers.h presence... no
checking for sys/timers.h... no
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tmpdir.h usability... no
checking tmpdir.h presence... no
checking for tmpdir.h... no
checking ttyent.h usability... yes
checking ttyent.h presence... yes
checking for ttyent.h... yes
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking for unistd.h... (cached) yes
checking usersec.h usability... no
checking usersec.h presence... no
checking for usersec.h... no
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking 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 vis.h usability... no
checking vis.h presence... no
checking for vis.h... no
checking for lastlog.h... yes
checking for sys/ptms.h... no
checking for login_cap.h... no
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking compiler and flags for sanity... yes
checking for yp_match... no
checking for yp_match in -lnsl... yes
checking for setsockopt... yes
checking for dirname... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getspnam... yes
checking for library containing basename... none required
checking for deflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for possibly buggy zlib... no
checking for strcasecmp... yes
checking for utimes... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking for library containing login... -lutil
checking for fmt_scaled... no
checking for logout... yes
checking for updwtmp... yes
checking for logwtmp... yes
checking for strftime... yes
checking for GLOB_ALTDIRFUNC support... yes
checking for gl_matchc field in glob_t... no
checking whether GLOB_NOMATCH is declared... yes
checking whether struct dirent allocates space for d_name... yes
checking for /proc/pid/fd directory... yes
checking for arc4random... no
checking for arc4random_buf... no
checking for arc4random_uniform... no
checking for asprintf... yes
checking for b64_ntop... no
checking for __b64_ntop... no
checking for b64_pton... no
checking for __b64_pton... no
checking for bcopy... yes
checking for bindresvport_sa... no
checking for clock... yes
checking for closefrom... no
checking for dirfd... yes
checking for fchmod... yes
checking for fchown... yes
checking for freeaddrinfo... yes
checking for fstatvfs... yes
checking for futimes... yes
checking for getaddrinfo... yes
checking for getcwd... yes
checking for getgrouplist... yes
checking for getnameinfo... yes
checking for getopt... yes
checking for getpeereid... no
checking for getpeerucred... no
checking for _getpty... no
checking for getrlimit... yes
checking for getttyent... yes
checking for glob... yes
checking for inet_aton... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for innetgr... yes
checking for login_getcapbool... no
checking for md5_crypt... no
checking for memmove... yes
checking for mkdtemp... yes
checking for mmap... yes
checking for ngetaddrinfo... no
checking for nsleep... no
checking for ogetaddrinfo... no
checking for openlog_r... no
checking for openpty... yes
checking for poll... yes
checking for prctl... yes
checking for pstat... no
checking for readpassphrase... no
checking for realpath... yes
checking for recvmsg... yes
checking for rresvport_af... yes
checking for sendmsg... yes
checking for setdtablesize... no
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgroups... yes
checking for setlogin... no
checking for setpcred... no
checking for setproctitle... no
checking for setregid... yes
checking for setreuid... yes
checking for setrlimit... yes
checking for setsid... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for sigvec... no
checking for snprintf... yes
checking for socketpair... yes
checking for statfs... yes
checking for statvfs... yes
checking for strdup... yes
checking for strlcat... no
checking for strlcpy... no
checking for strmode... no
checking for strtoll... yes
checking for strtoul... yes
checking for swap32... no
checking for sysconf... yes
checking for truncate... yes
checking for unsetenv... yes
checking for updwtmpx... yes
checking for vasprintf... yes
checking for vhangup... yes
checking for vsnprintf... yes
checking for gai_strerror... yes
checking for library containing nanosleep... none required
checking whether getrusage is declared... no
checking whether strsep is declared... yes
checking for strsep... yes
checking whether h_errno is declared... yes
checking whether SHUT_RD is declared... yes
checking whether O_NONBLOCK is declared... yes
checking whether MAXSYMLINKS is declared... yes
checking whether offsetof is declared... yes
checking for gettimeofday... yes
checking for time... 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 getlastlogxbyname... no
checking whether snprintf correctly terminates long strings... yes
checking whether snprintf can declare const char *fmt... yes
checking whether system supports SO_PEERCRED getsockopt... yes
checking whether getpgrp requires zero arguments... yes
checking OpenSSL header version... 1000208f (OpenSSL 1.0.2h 3 May 2016)
checking OpenSSL library version... 1000208f (OpenSSL 1.0.2h 3 May 2016)
checking whether OpenSSL's headers match the library... yes
checking if programs using OpenSSL functions will link... yes
checking whether OpenSSL has crippled AES support... no
checking if EVP_DigestUpdate returns an int... yes
checking for crypt in -lcrypt... yes
checking for SHA256_Update... yes
checking for EVP_sha256... yes
checking for ia_openinfo in -liaf... no
checking whether OpenSSL's PRNG is internally seeded... yes
checking for ls... /usr/bin/ls
checking for netstat... no
checking for arp... no
checking for ifconfig... no
checking for jstat... /usr/bin/jstat
checking for ps... /usr/bin/ps
checking for sar... no
checking for w... /usr/bin/w
checking for who... /usr/bin/who
checking for last... /usr/bin/last
checking for lastlog... /usr/bin/lastlog
checking for df... /usr/bin/df
checking for vmstat... /usr/bin/vmstat
checking for uptime... /usr/bin/uptime
checking for ipcs... /usr/bin/ipcs
checking for tail... /usr/bin/tail
checking for long long... yes
checking for unsigned long long... yes
checking for long double... yes
checking size of char... 1
checking size of short int... 2
checking size of int... 4
checking size of long int... 8
checking size of long long int... 8
checking for u_int type... yes
checking for intXX_t types... yes
checking for int64_t type... yes
checking for u_intXX_t types... yes
checking for u_int64_t types... yes
checking for uintXX_t types in stdint.h... yes
checking for u_char... yes
checking for socklen_t... yes
checking for sig_atomic_t... yes
checking for fsblkcnt_t... yes
checking for fsfilcnt_t... yes
checking for in_addr_t... yes
checking for in_port_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for clock_t... yes
checking for sa_family_t... yes
checking for pid_t... yes
checking for mode_t... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
checking for struct sockaddr_in6.sin6_scope_id... yes
checking for struct addrinfo... yes
checking for struct timeval... yes
checking for struct timespec... yes
checking for ut_host field in utmp.h... yes
checking for ut_host field in utmpx.h... yes
checking for syslen field in utmpx.h... no
checking for ut_pid field in utmp.h... yes
checking for ut_type field in utmp.h... yes
checking for ut_type field in utmpx.h... yes
checking for ut_tv field in utmp.h... yes
checking for ut_id field in utmp.h... yes
checking for ut_id field in utmpx.h... yes
checking for ut_addr field in utmp.h... yes
checking for ut_addr field in utmpx.h... yes
checking for ut_addr_v6 field in utmp.h... yes
checking for ut_addr_v6 field in utmpx.h... yes
checking for ut_exit field in utmp.h... yes
checking for ut_time field in utmp.h... no
checking for ut_time field in utmpx.h... no
checking for ut_tv field in utmpx.h... yes
checking for struct stat.st_blksize... yes
checking for struct __res_state.retrans... yes
checking for ss_family field in struct sockaddr_storage... yes
checking for __ss_family field in struct sockaddr_storage... no
checking for pw_class field in struct passwd... no
checking for pw_expire field in struct passwd... no
checking for pw_change field in struct passwd... no
checking for msg_accrights field in struct msghdr... no
checking if f_fsid has val members... no
checking for msg_control field in struct msghdr... yes
checking if libc defines __progname... yes
checking whether clang implements __FUNCTION__... yes
checking whether clang implements __func__... yes
checking whether va_copy exists... yes
checking whether __va_copy exists... yes
checking whether getopt has optreset support... no
checking if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking for library containing getrrsetbyname... no
checking for library containing res_query... no
checking for library containing dn_expand... no
checking if res_query will link... no
checking for res_query in -lresolv... yes
checking for _getshort... yes
checking for _getlong... yes
checking whether _getshort is declared... no
checking whether _getlong is declared... no
checking for HEADER.ad... yes
checking if struct __res_state _res is an extern... yes
checking for xauth... no
checking for "/dev/ptc"... no
checking for nroff... /usr/bin/nroff
checking if the systems has expire shadow information... yes
checking for "/etc/default/login"... no
checking if we need to convert IPv4 in IPv6-mapped addresses... yes (default)
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
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
~00000
00000000
,000$ 0$+~
$=0= .0+0
000 000
:000 0~0
0000. 0
00000 .
.000000
0?= +.,.
,?00.$000
00000~.:~0
.$+00~?~000
:00000.=0000
?00?00+=: ,0,
00000..0000~ 000000. $0
00..0~0?0::00,?0::?$0. 00 ~
.0. ,0?00000.0$,+,000.00 $00
0. 00.?00=00000~0+0:0000?0,~0?.
.0 +00 0+0000 0000=?~0000?00 00
.: .~~ .000=00000~00=000000+0.0~0$$.
00 , ?00.. 000~000000000000.:0.0:0~ 0$00.+
00.0 00 00?~000~000000000+00 + ~0000000000=$0000
$ 00 00. .00,000000000000$.00000. .0000+$+~00
0 00 .0 000000000?~0000000. 0. .0$000000+$0
0 0 0 000:$~0000=0.0000,$. 00 0000000000
0 00 ?.0000 $0 0 . .0000
. $ ?000. 0 0
0 +~?000
0. :000000?0 |=------=[ Ncrack ]=------=|
0000$?+00
00+0:~0$0+
.0$000?00
0?000000
.000~0
Configuration complete. Type make (or gmake on some *BSD machines) to compile.
clang++ -MM -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 ncrack.cc utils.cc TargetGroup.cc Target.cc targets.cc NcrackOps.cc Service.cc ServiceGroup.cc Connection.h services.cc timing.cc ncrack_error.cc output.cc ncrack_tty.cc Buf.cc NcrackOutputTable.cc ncrack_input.cc ncrack_resume.cc crypto.cc > makefile.dep
clang-3.8: warning: treating 'c-header' input as 'c++-header' when in C++ mode, this behavior is deprecated
In file included from ncrack.cc:93:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from utils.cc:93:
In file included from ./utils.h:96:
In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/stdlib.h:36:
In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cstdlib:41:
In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from TargetGroup.cc:94:
In file included from ./NcrackOps.h:95:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from Target.cc:94:
In file included from ./NcrackOps.h:95:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from targets.cc:96:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from NcrackOps.cc:91:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from Service.cc:93:
In file included from ./Service.h:97:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from ServiceGroup.cc:94:
In file included from ./ServiceGroup.h:97:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from services.cc:92:
In file included from ./services.h:95:
In file included from ./global_structures.h:95:
In file included from nsock/include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from timing.cc:93:
In file included from ./timing.h:96:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from ncrack_error.cc:91:
In file included from ./ncrack_error.h:107:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from output.cc:92:
In file included from ./output.h:96:
In file included from /usr/include/time.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from ncrack_tty.cc:94:
In file included from /usr/include/sys/types.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from Buf.cc:91:
In file included from ./Buf.h:95:
In file included from ./utils.h:96:
In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/stdlib.h:36:
In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cstdlib:41:
In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from NcrackOutputTable.cc:98:
In file included from ./NcrackOutputTable.h:96:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from ncrack_input.cc:92:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from ncrack_resume.cc:92:
In file included from ./ncrack_resume.h:92:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from crypto.cc:90:
In file included from ./ncrack.h:118:
In file included from nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
Compiling libnbase
cd nbase && make
make[1]: Entering directory '/tmp/ncrack/src/ncrack-0.4ALPHA/nbase'
clang -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o snprintf.o snprintf.c
In file included from snprintf.c:55:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
snprintf.c:51:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[] =
^
2 warnings generated.
clang -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_str.o nbase_str.c
In file included from nbase_str.c:93:
In file included from ./nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_misc.o nbase_misc.c
In file included from nbase_misc.c:93:
In file included from ./nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_memalloc.o nbase_memalloc.c
In file included from nbase_memalloc.c:96:
In file included from ./nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_rnd.o nbase_rnd.c
In file included from nbase_rnd.c:99:
In file included from ./nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
rm -f libnbase.a
ar cr libnbase.a snprintf.o nbase_str.o nbase_misc.o nbase_memalloc.o nbase_rnd.o
ranlib libnbase.a
make[1]: Leaving directory '/tmp/ncrack/src/ncrack-0.4ALPHA/nbase'
Compiling libnsock
cd nsock/src && make
make[1]: Entering directory '/tmp/ncrack/src/ncrack-0.4ALPHA/nsock/src'
clang -MM -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap error.c filespace.c gh_list.c nsock_connect.c nsock_core.c nsock_iod.c nsock_read.c nsock_timers.c nsock_write.c nsock_ssl.c nsock_event.c nsock_pool.c netutils.c nsock_pcap.c > makefile.dep
In file included from error.c:59:
In file included from ./error.h:72:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from filespace.c:59:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from gh_list.c:59:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_connect.c:58:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_core.c:58:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_iod.c:61:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_read.c:59:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_timers.c:59:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_write.c:59:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_ssl.c:62:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_event.c:61:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_pool.c:61:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from netutils.c:60:
In file included from ./error.h:72:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
In file included from nsock_pcap.c:1:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall error.c -o error.o
In file included from error.c:59:
In file included from ./error.h:72:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall filespace.c -o filespace.o
In file included from filespace.c:59:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall gh_list.c -o gh_list.o
In file included from gh_list.c:59:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_connect.c -o nsock_connect.o
In file included from nsock_connect.c:58:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_core.c -o nsock_core.o
In file included from nsock_core.c:58:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
nsock_core.c:1314:66: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
nse->id, inet_ntop_ez(&nsi->peer, nsi->peerlen), nsi_peerport(nsi));
^~~~~~~~~~~~~~~~~
nsock_core.c:1323:19: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
nsi_peerport(nsi));
^~~~~~~~~~~~~~~~~
nsock_core.c:1344:21: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
nsi_peerport(nsi), nse_eof(nse)? "[EOF]" : "", strlength,
^~~~~~~~~~~~~~~~~
nsock_core.c:1358:19: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
nsi_peerport(nsi));
^~~~~~~~~~~~~~~~~
5 warnings generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_iod.c -o nsock_iod.o
In file included from nsock_iod.c:61:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_read.c -o nsock_read.o
In file included from nsock_read.c:59:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
nsock_read.c:81:47: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
inet_ntop_ez(&nsi->peer, nsi->peerlen), nsi_peerport(nsi), nse->id);
^~~~~~~~~~~~~~~~~
nsock_read.c:111:47: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
inet_ntop_ez(&nsi->peer, nsi->peerlen), nsi_peerport(nsi), nse->id);
^~~~~~~~~~~~~~~~~
nsock_read.c:142:130: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
nsock_trace(ms, "Read request from IOD #%li [%s:%hu] (timeout: %dms) EID %li", nsi->id, inet_ntop_ez(&nsi->peer, nsi->peerlen), nsi_peerport(nsi), timeout_msecs, nse->id);
~~~ ^~~~~~~~~~~~~~~~~
%d
4 warnings generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_timers.c -o nsock_timers.o
In file included from nsock_timers.c:59:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_write.c -o nsock_write.o
In file included from nsock_write.c:59:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
nsock_write.c:154:54: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
nse->id, inet_ntop_ez(&nsi->peer, nsi->peerlen), nsi_peerport(nsi), displaystr);
^~~~~~~~~~~~~~~~~
nsock_write.c:227:54: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
nse->id, inet_ntop_ez(&nsi->peer, nsi->peerlen), nsi_peerport(nsi), displaystr);
^~~~~~~~~~~~~~~~~
3 warnings generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_ssl.c -o nsock_ssl.o
In file included from nsock_ssl.c:62:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_event.c -o nsock_event.o
In file included from nsock_event.c:61:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_pool.c -o nsock_pool.o
In file included from nsock_pool.c:61:
In file included from ./nsock_internal.h:63:
In file included from ../../nbase/nbase.h:140:
In file included from /usr/include/sys/stat.h:25:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall netutils.c -o netutils.o
In file included from netutils.c:60:
In file included from ./error.h:72:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
clang -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -Wall nsock_pcap.c -o nsock_pcap.o
In file included from nsock_pcap.c:1:
In file included from ../include/nsock.h:76:
In file included from /usr/include/stdio.h:27:
/usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
1 warning generated.
rm -f libnsock.a
ar cr libnsock.a error.o filespace.o gh_list.o nsock_connect.o nsock_core.o nsock_iod.o nsock_read.o nsock_timers.o nsock_write.o nsock_ssl.o nsock_event.o nsock_pool.o netutils.o nsock_pcap.o
ranlib libnsock.a
make[1]: Leaving directory '/tmp/ncrack/src/ncrack-0.4ALPHA/nsock/src'
Compiling openssh lib
cd opensshlib && make
make[1]: Entering directory '/tmp/ncrack/src/ncrack-0.4ALPHA/opensshlib'
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c strlcpy.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c strlcat.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c bsd-snprintf.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c bsd-asprintf.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c sha2.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c acss.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c bufaux.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c bufbn.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c buffer.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c cipher.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c cipher-acss.c
cipher-acss.c:78:24: warning: incompatible pointer types assigning to 'int (*)(EVP_CIPHER_CTX *, unsigned char *, const unsigned char *, size_t)' (aka 'int (*)(struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned long)') from 'int (EVP_CIPHER_CTX *, unsigned char *, const unsigned char *, unsigned int)' (aka 'int (struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned int)') [-Wincompatible-pointer-types]
acss_cipher.do_cipher = acss_ciph;
^ ~~~~~~~~~
1 warning generated.
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c cipher-aes.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c cipher-bf1.c
cipher-bf1.c:98:10: warning: incompatible pointer types assigning to 'int (*)(EVP_CIPHER_CTX *, u_char *, const u_char *, u_int)' (aka 'int (*)(struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned int)') from 'int (*)(EVP_CIPHER_CTX *, unsigned char *, const unsigned char *, size_t)' (aka 'int (*)(struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned long)') [-Wincompatible-pointer-types]
orig_bf = ssh1_bf.do_cipher;
^ ~~~~~~~~~~~~~~~~~
cipher-bf1.c:103:20: warning: incompatible pointer types assigning to 'int (*)(EVP_CIPHER_CTX *, unsigned char *, const unsigned char *, size_t)' (aka 'int (*)(struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned long)') from 'int (EVP_CIPHER_CTX *, u_char *, const u_char *, u_int)' (aka 'int (struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned int)') [-Wincompatible-pointer-types]
ssh1_bf.do_cipher = bf_ssh1_cipher;
^ ~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c cipher-ctr.c
cipher-ctr.c:140:20: warning: incompatible pointer types assigning to 'int (*)(EVP_CIPHER_CTX *, unsigned char *, const unsigned char *, size_t)' (aka 'int (*)(struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned long)') from 'int (EVP_CIPHER_CTX *, u_char *, const u_char *, u_int)' (aka 'int (struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned int)') [-Wincompatible-pointer-types]
aes_ctr.do_cipher = ssh_aes_ctr;
^ ~~~~~~~~~~~
1 warning generated.
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c cipher-3des1.c
cipher-3des1.c:177:22: warning: incompatible pointer types assigning to 'int (*)(EVP_CIPHER_CTX *, unsigned char *, const unsigned char *, size_t)' (aka 'int (*)(struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned long)') from 'int (EVP_CIPHER_CTX *, u_char *, const u_char *, u_int)' (aka 'int (struct evp_cipher_ctx_st *, unsigned char *, const unsigned char *, unsigned int)') [-Wincompatible-pointer-types]
ssh1_3des.do_cipher = ssh1_3des_cbc;
^ ~~~~~~~~~~~~~
1 warning generated.
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c cleanup.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c compat.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c crc32.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c deattack.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c fatal.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c log.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c match.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c md-sha256.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c moduli.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c packet.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c rsa.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c xmalloc.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c key.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c kex.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c mac.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c misc.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c rijndael.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c ssh-dss.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c ssh-rsa.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c dh.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c kexdh.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c kexgex.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c kexdhc.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c kexgexc.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c umac.c
clang -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -I. -DHAVE_CONFIG_H -c sshconnect2.c
/usr/bin/ar cr libopenssh.a strlcpy.o strlcat.o bsd-snprintf.o bsd-asprintf.o sha2.o acss.o bufaux.o bufbn.o buffer.o cipher.o cipher-acss.o cipher-aes.o cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o compat.o crc32.o deattack.o fatal.o log.o match.o md-sha256.o moduli.o packet.o rsa.o xmalloc.o key.o kex.o mac.o misc.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o kexgex.o kexdhc.o kexgexc.o umac.o sshconnect2.o
ranlib libopenssh.a
make[1]: Leaving directory '/tmp/ncrack/src/ncrack-0.4ALPHA/opensshlib'
Compiling modules
cd modules && make
make[1]: Entering directory '/tmp/ncrack/src/ncrack-0.4ALPHA/modules'
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -I.. -I../nsock/include -I../nbase -I../opensshlib -DHAVE_CONFIG_H -O2 -Wall -Wextra -fno-strict-aliasing ncrack_ssh.cc -o ncrack_ssh.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -I.. -I../nsock/include -I../nbase -I../opensshlib -DHAVE_CONFIG_H -O2 -Wall -Wextra -fno-strict-aliasing ncrack_smb.cc -o ncrack_smb.o
ncrack_smb.cc:616:12: warning: unused variable 'serv' [-Wunused-variable]
Service *serv = con->service;
^
ncrack_smb.cc:617:9: warning: unused variable 'ioptr' [-Wunused-variable]
void *ioptr;
^
ncrack_smb.cc:700:22: warning: unused parameter 'con' [-Wunused-parameter]
smb_free(Connection *con)
^
3 warnings generated.
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -I.. -I../nsock/include -I../nbase -I../opensshlib -DHAVE_CONFIG_H -O2 -Wall -Wextra -fno-strict-aliasing ncrack_rdp.cc -o ncrack_rdp.o
ncrack_rdp.cc:643:5: warning: expression result unused [-Wunused-value]
order;
^~~~~
ncrack_rdp.cc:1901:67: warning: unused parameter 'delta' [-Wunused-parameter]
rdp_parse_text2(Connection *con, u_char *p, uint32_t params, bool delta)
^
ncrack_rdp.cc:1947:16: warning: comparison of constant 256 with expression of type 'uint8_t' (aka 'unsigned char') is always true [-Wtautological-constant-out-of-range-compare]
if (length <= sizeof(text))
~~~~~~ ^ ~~~~~~~~~~~~
ncrack_rdp.cc:1950:16: warning: comparison of constant 256 with expression of type 'uint8_t' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare]
if (length > sizeof(text)) {
~~~~~~ ^ ~~~~~~~~~~~~
ncrack_rdp.cc:2717:14: warning: unused variable 'info' [-Wunused-variable]
rdp_state *info = (rdp_state *)con->misc_info;
^
ncrack_rdp.cc:2799:8: warning: unused variable 'disc' [-Wunused-variable]
bool disc = false;
^
ncrack_rdp.cc:3022:14: warning: unused variable 'info' [-Wunused-variable]
rdp_state *info = (rdp_state *)con->misc_info;
^
ncrack_rdp.cc:3113:14: warning: unused variable 'info' [-Wunused-variable]
rdp_state *info = (rdp_state *)con->misc_info;
^
ncrack_rdp.cc:3224:45: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
" packet. %d more bytes specified", end - real_end);
~~ ^~~~~~~~~~~~~~
%ld
ncrack_rdp.cc:3862:12: warning: unused variable 'serv' [-Wunused-variable]
Service *serv = con->service;
^
ncrack_rdp.cc:3863:9: warning: unused variable 'ioptr' [-Wunused-variable]
void *ioptr;
^
ncrack_rdp.cc:3673:1: warning: unused function 'rdp_scancode_msg' [-Wunused-function]
rdp_scancode_msg(Connection *con, uint32_t time, uint16_t flags,
^
ncrack_rdp.cc:207:13: warning: unused function 'rdp_parse_second_order' [-Wunused-function]
static void rdp_parse_second_order(u_char *p);
^
13 warnings generated.
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -I.. -I../nsock/include -I../nbase -I../opensshlib -DHAVE_CONFIG_H -O2 -Wall -Wextra -fno-strict-aliasing ncrack_ftp.cc -o ncrack_ftp.o
ncrack_ftp.cc:106:12: warning: unused function 'ftp_loop_read' [-Wunused-function]
static int ftp_loop_read(nsock_pool nsp, Connection *con);
^
1 warning generated.
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -I.. -I../nsock/include -I../nbase -I../opensshlib -DHAVE_CONFIG_H -O2 -Wall -Wextra -fno-strict-aliasing ncrack_telnet.cc -o ncrack_telnet.o
ncrack_telnet.cc:172:64: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
&& ((recvbufptr - (char *)con->inbuf->get_dataptr()) < recvbuflen)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
ncrack_telnet.cc:227:67: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
&& (recvbufptr - (char *)con->inbuf->get_dataptr()) < recvbuflen)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
ncrack_telnet.cc:316:44: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
&& (info->userptr - con->user) != strlen(con->user)) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
ncrack_telnet.cc:337:39: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
if (info->userptr - con->user == strlen(con->user)) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
4 warnings generated.
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -I.. -I../nsock/include -I../nbase -I../opensshlib -DHAVE_CONFIG_H -O2 -Wall -Wextra -fno-strict-aliasing ncrack_http.cc -o ncrack_http.o
ncrack_http.cc:225:50: warning: comparison of integers of different signs: 'int' and 'u_int' (aka 'unsigned int') [-Wsign-compare]
while (*end != '\n' && *end != '\r' && i != con->inbuf->get_len()) {
~ ^ ~~~~~~~~~~~~~~~~~~~~~
ncrack_http.cc:252:31: warning: comparison of integers of different signs: 'int' and 'u_int' (aka 'unsigned int') [-Wsign-compare]
while (*end != ' ' && i != con->inbuf->get_len()) {
~ ^ ~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -I.. -I../nsock/include -I../nbase -I../opensshlib -DHAVE_CONFIG_H -O2 -Wall -Wextra -fno-strict-aliasing ncrack_pop3.cc -o ncrack_pop3.o
ncrack_pop3.cc:117:9: warning: unused variable 'p' [-Wunused-variable]
char *p;
^
ncrack_pop3.cc:118:7: warning: unused variable 'i' [-Wunused-variable]
int i;
^
2 warnings generated.
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -I.. -I../nsock/include -I../nbase -I../opensshlib -DHAVE_CONFIG_H -O2 -Wall -Wextra -fno-strict-aliasing ncrack_vnc.cc -o ncrack_vnc.o
ncrack_vnc.cc:131:15: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
if (i < strlen(passwd)) {
~ ^ ~~~~~~~~~~~~~~
ncrack_vnc.cc:159:23: warning: when type is in parentheses, array cannot have dynamic size
retme = new(uint8_t[str_length]);
~ ^~~~~~~~~~ ~
2 warnings generated.
make[1]: Leaving directory '/tmp/ncrack/src/ncrack-0.4ALPHA/modules'
make ncrack
make[1]: Entering directory '/tmp/ncrack/src/ncrack-0.4ALPHA'
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing ncrack.cc -o ncrack.o
ncrack.cc:896:22: warning: incrementing expression of type bool is deprecated and incompatible with C++1z [-Wdeprecated-increment-bool]
o.list_only++;
~~~~~~~~~~~^
1 warning generated.
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing utils.cc -o utils.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing TargetGroup.cc -o TargetGroup.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing Target.cc -o Target.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing targets.cc -o targets.o
targets.cc:110:19: warning: unused function 'gethostnum' [-Wunused-function]
static inline int gethostnum(Target *hostbatch[], Target *target) {
^
1 warning generated.
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing NcrackOps.cc -o NcrackOps.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing Service.cc -o Service.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing ServiceGroup.cc -o ServiceGroup.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing Connection.cc -o Connection.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing services.cc -o services.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing timing.cc -o timing.o
In file included from timing.cc:93:
./timing.h:186:9: warning: private field 'scantypestr' is not used [-Wunused-private-field]
char *scantypestr;
^
1 warning generated.
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing ncrack_error.cc -o ncrack_error.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing output.cc -o output.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing ncrack_tty.cc -o ncrack_tty.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing Buf.cc -o Buf.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing NcrackOutputTable.cc -o NcrackOutputTable.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing ncrack_input.cc -o ncrack_input.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing ncrack_resume.cc -o ncrack_resume.o
clang++ -c -Inbase -Insock/include -Iopensshlib -Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\" -DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -O2 -Wall -Wextra -fno-strict-aliasing crypto.cc -o crypto.o
Compiling Ncrack...
rm -f ncrack
clang++ -Lnbase -Lnsock/src -Lopensshlib -o ncrack ncrack.o utils.o TargetGroup.o Target.o targets.o NcrackOps.o Service.o ServiceGroup.o Connection.o services.o timing.o ncrack_error.o output.o ncrack_tty.o Buf.o NcrackOutputTable.o ncrack_input.o ncrack_resume.o crypto.o modules/ncrack_ssh.o modules/ncrack_smb.o modules/ncrack_rdp.o modules/ncrack_ftp.o modules/ncrack_telnet.o modules/ncrack_http.o modules/ncrack_pop3.o modules/ncrack_vnc.o -lnsock -lnbase -lssl -lcrypto -lopenssh
Ncrack compiled successfully!
make[1]: Leaving directory '/tmp/ncrack/src/ncrack-0.4ALPHA'
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/install -c -d /tmp/ncrack/pkg/ncrack/usr/bin /tmp/ncrack/pkg/ncrack/usr/share/man/man1 /tmp/ncrack/pkg/ncrack/usr/share/ncrack
/usr/bin/install -c -c -m 755 ncrack /tmp/ncrack/pkg/ncrack/usr/bin/ncrack
/usr/bin/strip /tmp/ncrack/pkg/ncrack/usr/bin/ncrack
/usr/bin/install -c -c -m 644 docs/ncrack.1 /tmp/ncrack/pkg/ncrack/usr/share/man/man1/
/usr/bin/install -c -c -m 644 ncrack-services /tmp/ncrack/pkg/ncrack/usr/share/ncrack/
/usr/bin/install -c -c -m 644 lists/* /tmp/ncrack/pkg/ncrack/usr/share/ncrack/
NCRACK SUCCESSFULLY INSTALLED
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "ncrack"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ncrack 0.4a-5 (Thu Apr 13 16:52:24 UTC 2017)
CMD: pacman --query --file ncrack-0.4a-5-x86_64.pkg.tar.xz
Creating hybrid package for 'ncrack'
Trying to find vanilla package 'ncrack'...
CMD: pacman --query --file /mirror/ncrack-0.4a-5.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/bin/ncrack
/usr/share/man/man1/ncrack.1.gz
/usr/share/ncrack/ncrack-services
/usr/share/ncrack/common.usr
/usr/share/ncrack/default.pwd
/usr/share/ncrack/default.usr
/usr/share/ncrack/jtr.pwd
/usr/share/ncrack/minimal.usr
/usr/share/ncrack/myspace.pwd
/usr/share/ncrack/phpbb.pwd
/usr/share/ncrack/top50000.pwd
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf ncrack.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/ncrack.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ncrack.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/ncrack.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/ncrack/src/ncrack-0.4ALPHA/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.68. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = b95224a7bd38
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:2198: checking for x86_64-unknown-linux-strip
configure:2231: result: no
configure:2241: checking for strip
configure:2259: found /usr/bin/strip
configure:2271: result: /usr/bin/strip
configure:2328: checking build system type
configure:2342: result: x86_64-unknown-linux-gnu
configure:2362: checking host system type
configure:2375: result: x86_64-unknown-linux-gnu
configure:2403: checking for x86_64-unknown-linux-gcc
configure:2430: result: clang
configure:2699: checking for C compiler version
configure:2708: 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:2719: $? = 0
configure:2708: 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:2719: $? = 0
configure:2708: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2719: $? = 1
configure:2708: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2719: $? = 1
configure:2739: checking whether the C compiler works
configure:2761: clang conftest.c >&5
configure:2765: $? = 0
configure:2813: result: yes
configure:2816: checking for C compiler default output file name
configure:2818: result: a.out
configure:2824: checking for suffix of executables
configure:2831: clang -o conftest conftest.c >&5
configure:2835: $? = 0
configure:2857: result:
configure:2879: checking whether we are cross compiling
configure:2887: clang -o conftest conftest.c >&5
configure:2891: $? = 0
configure:2898: ./conftest
configure:2902: $? = 0
configure:2917: result: no
configure:2922: checking for suffix of object files
configure:2944: clang -c conftest.c >&5
configure:2948: $? = 0
configure:2969: result: o
configure:2973: checking whether we are using the GNU C compiler
configure:2992: clang -c conftest.c >&5
configure:2992: $? = 0
configure:3001: result: yes
configure:3010: checking whether clang accepts -g
configure:3030: clang -c -g conftest.c >&5
configure:3030: $? = 0
configure:3071: result: yes
configure:3088: checking for clang option to accept ISO C89
configure:3152: clang -c conftest.c >&5
configure:3152: $? = 0
configure:3165: result: none needed
configure:3186: checking for inline
configure:3202: clang -c conftest.c >&5
configure:3202: $? = 0
configure:3210: result: inline
configure:3237: checking for x86_64-unknown-linux-gcc
configure:3264: result: clang
configure:3533: checking for C compiler version
configure:3542: 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:3553: $? = 0
configure:3542: 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:3553: $? = 0
configure:3542: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3553: $? = 1
configure:3542: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3553: $? = 1
configure:3557: checking whether we are using the GNU C compiler
configure:3585: result: yes
configure:3594: checking whether clang accepts -g
configure:3655: result: yes
configure:3672: checking for clang option to accept ISO C89
configure:3749: result: none needed
configure:3881: checking for C++ compiler version
configure:3890: 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:3901: $? = 0
configure:3890: 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:3901: $? = 0
configure:3890: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3901: $? = 1
configure:3890: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3901: $? = 1
configure:3905: checking whether we are using the GNU C++ compiler
configure:3924: clang++ -c -O2 conftest.cpp >&5
configure:3924: $? = 0
configure:3933: result: yes
configure:3942: checking whether clang++ accepts -g
configure:3962: clang++ -c -g conftest.cpp >&5
configure:3962: $? = 0
configure:4003: result: yes
configure:4040: checking for a BSD-compatible install
configure:4108: result: /usr/bin/install -c
configure:4124: checking whether the compiler is gcc 4 or greater
configure:4145: result: yes
configure:4157: checking for __func__
configure:4172: clang -c conftest.c >&5
configure:4172: $? = 0
configure:4179: result: yes
configure:4224: checking how to run the C preprocessor
configure:4255: clang -E conftest.c
configure:4255: $? = 0
configure:4269: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4269: $? = 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:4294: result: clang -E
configure:4314: clang -E conftest.c
configure:4314: $? = 0
configure:4328: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4328: $? = 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:4357: checking for grep that handles long lines and -e
configure:4415: result: /usr/bin/grep
configure:4420: checking for egrep
configure:4482: result: /usr/bin/grep -E
configure:4487: checking for ANSI C header files
configure:4507: clang -c conftest.c >&5
configure:4507: $? = 0
configure:4580: clang -o conftest conftest.c >&5
configure:4580: $? = 0
configure:4580: ./conftest
configure:4580: $? = 0
configure:4591: result: yes
configure:4604: checking for sys/types.h
configure:4604: clang -c conftest.c >&5
configure:4604: $? = 0
configure:4604: result: yes
configure:4604: checking for sys/stat.h
configure:4604: clang -c conftest.c >&5
configure:4604: $? = 0
configure:4604: result: yes
configure:4604: checking for stdlib.h
configure:4604: clang -c conftest.c >&5
configure:4604: $? = 0
configure:4604: result: yes
configure:4604: checking for string.h
configure:4604: clang -c conftest.c >&5
configure:4604: $? = 0
configure:4604: result: yes
configure:4604: checking for memory.h
configure:4604: clang -c conftest.c >&5
configure:4604: $? = 0
configure:4604: result: yes
configure:4604: checking for strings.h
configure:4604: clang -c conftest.c >&5
configure:4604: $? = 0
configure:4604: result: yes
configure:4604: checking for inttypes.h
configure:4604: clang -c conftest.c >&5
configure:4604: $? = 0
configure:4604: result: yes
configure:4604: checking for stdint.h
configure:4604: clang -c conftest.c >&5
configure:4604: $? = 0
configure:4604: result: yes
configure:4604: checking for unistd.h
configure:4604: clang -c conftest.c >&5
configure:4604: $? = 0
configure:4604: result: yes
configure:4619: checking pwd.h usability
configure:4619: clang -c conftest.c >&5
configure:4619: $? = 0
configure:4619: result: yes
configure:4619: checking pwd.h presence
configure:4619: clang -E conftest.c
configure:4619: $? = 0
configure:4619: result: yes
configure:4619: checking for pwd.h
configure:4619: result: yes
configure:4619: checking termios.h usability
configure:4619: clang -c conftest.c >&5
configure:4619: $? = 0
configure:4619: result: yes
configure:4619: checking termios.h presence
configure:4619: clang -E conftest.c
configure:4619: $? = 0
configure:4619: result: yes
configure:4619: checking for termios.h
configure:4619: result: yes
configure:4619: checking sys/sockio.h usability
configure:4619: clang -c conftest.c >&5
conftest.c:54:10: fatal error: 'sys/sockio.h' file not found
#include
^
1 error generated.
configure:4619: $? = 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_PWD_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:4619: result: no
configure:4619: checking sys/sockio.h presence
configure:4619: clang -E conftest.c
conftest.c:21:10: fatal error: 'sys/sockio.h' file not found
#include
^
1 error generated.
configure:4619: $? = 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_PWD_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include
configure:4619: result: no
configure:4619: checking for sys/sockio.h
configure:4619: result: no
configure:4630: checking for library containing setsockopt
configure:4661: clang -o conftest conftest.c >&5
configure:4661: $? = 0
configure:4678: result: none required
configure:4686: checking for library containing gethostbyname
configure:4717: clang -o conftest conftest.c >&5
configure:4717: $? = 0
configure:4734: result: none required
configure:4745: checking if sockaddr{} has sa_len member
configure:4763: clang -c conftest.c >&5
conftest.c:27:49: error: no member named 'sa_len' in 'struct sockaddr'
unsigned int i = sizeof(((struct sockaddr *)0)->sa_len)
~~~~~~~~~~~~~~~~~~~~~~ ^
1 error generated.
configure:4763: $? = 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_PWD_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
|
| #include
| #include
| int
| main ()
| {
| unsigned int i = sizeof(((struct sockaddr *)0)->sa_len)
| ;
| return 0;
| }
configure:4770: result: no
configure:4778: checking whether byte ordering is bigendian
configure:4793: clang -c conftest.c >&5
conftest.c:22:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:22:14: error: expected ';' after top level declarator
not a universal capable compiler
^
;
2 errors generated.
configure:4793: $? = 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_PWD_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:4838: clang -c conftest.c >&5
configure:4838: $? = 0
configure:4856: clang -c conftest.c >&5
conftest.c:28:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:4856: $? = 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_PWD_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:4984: result: no
configure:5003: checking if struct in_addr is a wacky huge structure (some Sun boxes)
configure:5017: clang -c conftest.c >&5
conftest.c:25:21: error: no member named '_S_un' in 'struct in_addr'
struct in_addr i; i._S_un._S_addr;
~ ^
1 error generated.
configure:5017: $? = 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_PWD_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| struct in_addr i; i._S_un._S_addr;
| ;
| return 0;
| }
configure:5037: clang -c conftest.c >&5
conftest.c:26:21: error: no member named 'S_un' in 'struct in_addr'
struct in_addr i; i.S_un.S_addr;
~ ^
1 error generated.
configure:5037: $? = 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_PWD_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include
| #include
| int
| main ()
| {
| struct in_addr i; i.S_un.S_addr;
| ;
| return 0;
| }
configure:5045: result: no
configure:5055: checking for strerror
configure:5055: clang -o conftest conftest.c >&5
conftest.c:44:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:44:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:5055: $? = 0
configure:5055: result: yes
configure:5066: checking for signal
configure:5066: clang -o conftest conftest.c >&5
configure:5066: $? = 0
configure:5066: result: yes
configure:5087: checking for type of 6th argument to recvfrom()
configure:5108: clang++ -c -O2 -Wall -Wextra -fno-strict-aliasing conftest.cpp >&5
configure:5108: $? = 0
configure:5122: result: socklen_t
configure:5162: checking openssl/ssl.h usability
configure:5162: clang -c conftest.c >&5
configure:5162: $? = 0
configure:5162: result: yes
configure:5162: checking openssl/ssl.h presence
configure:5162: clang -E conftest.c
configure:5162: $? = 0
configure:5162: result: yes
configure:5162: checking for openssl/ssl.h
configure:5162: result: yes
configure:5179: checking for BIO_int_ctrl in -lcrypto
configure:5204: clang -o conftest conftest.c -lcrypto >&5
configure:5204: $? = 0
configure:5213: result: yes
configure:5230: checking for SSL_new in -lssl
configure:5255: clang -o conftest conftest.c -lssl -lcrypto >&5
configure:5255: $? = 0
configure:5264: result: yes
configure:5529: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on b95224a7bd38
config.status:846: creating Makefile
config.status:949: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status:846: creating modules/Makefile
config.status:846: creating ncrack_config.h
configure:6772: === configuring in nbase (/tmp/ncrack/src/ncrack-0.4ALPHA/nbase)
configure:6835: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS=' '--without-pcap' --cache-file=/dev/null --srcdir=.
configure:6772: === configuring in nsock/src (/tmp/ncrack/src/ncrack-0.4ALPHA/nsock/src)
configure:6835: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS=' '--without-pcap' --cache-file=/dev/null --srcdir=.
configure:6772: === configuring in opensshlib (/tmp/ncrack/src/ncrack-0.4ALPHA/opensshlib)
configure:6835: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=clang++' 'CXXFLAGS=' '--without-pcap' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_signal=yes
ac_cv_func_strerror=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_crypto_BIO_int_ctrl=yes
ac_cv_lib_ssl_SSL_new=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ac_pt_STRIP=/usr/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_gethostbyname='none required'
ac_cv_search_setsockopt='none required'
ac_cv_sockaddr_has_sa_len=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='clang'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=' -Inbase -Insock/include -Iopensshlib -Imodules'
CXX='clang++'
CXXFLAGS=' -O2 -Wall -Wextra -fno-strict-aliasing'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=' -Lnbase -Lnsock/src -Lopensshlib'
LIBNBASE_LIBS='-lnbase'
LIBNSOCK_LIBS='-lnsock'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MODULES_BUILD='modules_build'
MODULES_OBJS='ncrack_ssh.o ncrack_smb.o ncrack_rdp.o ncrack_ftp.o ncrack_telnet.o ncrack_http.o ncrack_pop3.o ncrack_vnc.o'
MODULES_SRCS='ncrack_ssh.cc ncrack_smb.cc ncrack_rdp.cc ncrack_ftp.cc ncrack_telnet.cc ncrack_http.cc ncrack_pop3.cc ncrack_vnc.cc'
NBASEDIR='nbase'
NBASE_BUILD='nbase_build'
NSOCKDIR='nsock'
NSOCK_BUILD='nsock_build'
OBJEXT='o'
OPENSSHLIB_BUILD='opensshlib_build'
OPENSSHLIB_DIR='opensshlib'
OPENSSH_LIB='-lopenssh'
OPENSSL_LIBS='-lssl -lcrypto'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
STRIP='/usr/bin/strip'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
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='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' nbase nsock/src opensshlib'
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_PWD_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_STRERROR 1
#define HAVE_SIGNAL 1
#define recvfrom6_t socklen_t
#define HAVE_OPENSSL 1
configure: exit 0
CMD: config logfiles '/tmp/ncrack/src/ncrack-0.4ALPHA/nsock/src/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.63. Invocation command line was
$ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= CXX=clang++ CXXFLAGS= --without-pcap --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
## --------- ##
hostname = b95224a7bd38
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:1836: checking build system type
configure:1854: result: x86_64-unknown-linux-gnu
configure:1876: checking host system type
configure:1891: result: x86_64-unknown-linux-gnu
configure:2081: checking for x86_64-unknown-linux-gcc
configure:2108: result: clang
configure:2380: checking for C compiler version
configure:2388: 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:2392: $? = 0
configure:2399: 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
Selected multilib: .;@m64
configure:2403: $? = 0
configure:2410: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2414: $? = 1
configure:2437: checking for C compiler default output file name
configure:2459: clang conftest.c >&5
configure:2463: $? = 0
configure:2501: result: a.out
configure:2520: checking whether the C compiler works
configure:2530: ./a.out
configure:2534: $? = 0
configure:2553: result: yes
configure:2560: checking whether we are cross compiling
configure:2562: result: no
configure:2565: checking for suffix of executables
configure:2572: clang -o conftest conftest.c >&5
configure:2576: $? = 0
configure:2602: result:
configure:2608: checking for suffix of object files
configure:2634: clang -c conftest.c >&5
configure:2638: $? = 0
configure:2663: result: o
configure:2667: checking whether we are using the GNU C compiler
configure:2696: clang -c conftest.c >&5
configure:2703: $? = 0
configure:2720: result: yes
configure:2729: checking whether clang accepts -g
configure:2759: clang -c -g conftest.c >&5
configure:2766: $? = 0
configure:2867: result: yes
configure:2884: checking for clang option to accept ISO C89
configure:2958: clang -c conftest.c >&5
configure:2965: $? = 0
configure:2988: result: none needed
configure:3012: checking for x86_64-unknown-linux-ranlib
configure:3042: result: no
configure:3052: checking for ranlib
configure:3068: found /usr/bin/ranlib
configure:3079: result: ranlib
configure:3106: checking for gethostent
configure:3162: clang -o conftest -Wall conftest.c >&5
configure:3169: $? = 0
configure:3189: result: yes
configure:3272: checking for setsockopt
configure:3328: clang -o conftest -Wall conftest.c >&5
configure:3335: $? = 0
configure:3355: result: yes
configure:3438: checking for nanosleep
configure:3494: clang -o conftest -Wall conftest.c >&5
configure:3501: $? = 0
configure:3521: result: yes
configure:3609: checking how to run the C preprocessor
configure:3649: clang -E conftest.c
configure:3656: $? = 0
configure:3687: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3694: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LINUX 1
| /* end confdefs.h. */
| #include
configure:3727: result: clang -E
configure:3756: clang -E conftest.c
configure:3763: $? = 0
configure:3794: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3801: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LINUX 1
| /* end confdefs.h. */
| #include
configure:3841: checking for grep that handles long lines and -e
configure:3901: result: /usr/bin/grep
configure:3906: checking for egrep
configure:3970: result: /usr/bin/grep -E
configure:3975: checking for ANSI C header files
configure:4005: clang -c -Wall conftest.c >&5
configure:4012: $? = 0
configure:4111: clang -o conftest -Wall conftest.c >&5
configure:4115: $? = 0
configure:4121: ./conftest
configure:4125: $? = 0
configure:4143: result: yes
configure:4167: checking for sys/types.h
configure:4188: clang -c -Wall conftest.c >&5
configure:4195: $? = 0
configure:4212: result: yes
configure:4167: checking for sys/stat.h
configure:4188: clang -c -Wall conftest.c >&5
configure:4195: $? = 0
configure:4212: result: yes
configure:4167: checking for stdlib.h
configure:4188: clang -c -Wall conftest.c >&5
configure:4195: $? = 0
configure:4212: result: yes
configure:4167: checking for string.h
configure:4188: clang -c -Wall conftest.c >&5
configure:4195: $? = 0
configure:4212: result: yes
configure:4167: checking for memory.h
configure:4188: clang -c -Wall conftest.c >&5
configure:4195: $? = 0
configure:4212: result: yes
configure:4167: checking for strings.h
configure:4188: clang -c -Wall conftest.c >&5
configure:4195: $? = 0
configure:4212: result: yes
configure:4167: checking for inttypes.h
configure:4188: clang -c -Wall conftest.c >&5
configure:4195: $? = 0
configure:4212: result: yes
configure:4167: checking for stdint.h
configure:4188: clang -c -Wall conftest.c >&5
configure:4195: $? = 0
configure:4212: result: yes
configure:4167: checking for unistd.h
configure:4188: clang -c -Wall conftest.c >&5
configure:4195: $? = 0
configure:4212: result: yes
configure:4243: checking net/bpf.h usability
configure:4260: clang -c -Wall conftest.c >&5
configure:4267: $? = 0
configure:4281: result: yes
configure:4285: checking net/bpf.h presence
configure:4300: clang -E conftest.c
configure:4307: $? = 0
configure:4321: result: yes
configure:4349: checking for net/bpf.h
configure:4358: result: yes
configure:4243: checking sys/ioctl.h usability
configure:4260: clang -c -Wall conftest.c >&5
configure:4267: $? = 0
configure:4281: result: yes
configure:4285: checking sys/ioctl.h presence
configure:4300: clang -E conftest.c
configure:4307: $? = 0
configure:4321: result: yes
configure:4349: checking for sys/ioctl.h
configure:4358: result: yes
configure:4408: checking openssl/ssl.h usability
configure:4425: clang -c -Wall conftest.c >&5
configure:4432: $? = 0
configure:4446: result: yes
configure:4450: checking openssl/ssl.h presence
configure:4465: clang -E conftest.c
configure:4472: $? = 0
configure:4486: result: yes
configure:4514: checking for openssl/ssl.h
configure:4521: result: yes
configure:4543: checking for BIO_int_ctrl in -lcrypto
configure:4578: clang -o conftest -Wall conftest.c -lcrypto >&5
configure:4585: $? = 0
configure:4606: result: yes
configure:4625: checking for SSL_new in -lssl
configure:4660: clang -o conftest -Wall conftest.c -lssl -lcrypto >&5
configure:4667: $? = 0
configure:4688: result: yes
configure:4707: checking for library containing dlopen
configure:4748: clang -o conftest -Wall conftest.c >&5
/tmp/conftest-987a93.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `dlopen'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4755: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LINUX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_SYS_IOCTL_H 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 dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:4748: clang -o conftest -Wall conftest.c -ldl >&5
configure:4755: $? = 0
configure:4786: result: -ldl
configure:4807: checking for SSL_set_tlsext_host_name
configure:4830: clang -o conftest -Wall conftest.c -ldl -lssl -lcrypto >&5
configure:4837: $? = 0
configure:4845: result: yes
configure:4992: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on b95224a7bd38
config.status:740: creating Makefile
config.status:740: creating ../include/nsock_config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=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_gethostent=yes
ac_cv_func_nanosleep=yes
ac_cv_func_setsockopt=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_bpf_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_crypto_BIO_int_ctrl=yes
ac_cv_lib_ssl_SSL_new=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_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_search_dlopen=-ldl
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='clang'
CFLAGS=' -Wall '
COMPAT_OBJS=''
COMPAT_SRCS=''
CPP='clang -E'
CPPFLAGS=' -I../../nbase'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
LDFLAGS=' -L../../nbase'
LIBNBASE_LIBS='-ldl -lssl -lcrypto -lnbase'
LIBOBJS=''
LIBS='-ldl -lssl -lcrypto'
LTLIBOBJS=''
NBASEDIR='../../nbase'
OBJEXT='o'
OPENSSL_LIBS='-lssl -lcrypto'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
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='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define LINUX 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_NET_BPF_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_OPENSSL 1
#define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
configure: exit 0
CMD: config logfiles '/tmp/ncrack/src/ncrack-0.4ALPHA/nbase/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.65. Invocation command line was
$ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= CXX=clang++ CXXFLAGS= --without-pcap --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
## --------- ##
hostname = b95224a7bd38
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:2247: checking for x86_64-unknown-linux-gcc
configure:2274: result: clang
configure:2543: checking for C compiler version
configure:2552: 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:2563: $? = 0
configure:2552: 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:2563: $? = 0
configure:2552: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2563: $? = 1
configure:2552: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2563: $? = 1
configure:2583: checking whether the C compiler works
configure:2605: clang conftest.c >&5
configure:2609: $? = 0
configure:2658: result: yes
configure:2661: checking for C compiler default output file name
configure:2663: result: a.out
configure:2669: checking for suffix of executables
configure:2676: clang -o conftest conftest.c >&5
configure:2680: $? = 0
configure:2702: result:
configure:2724: checking whether we are cross compiling
configure:2732: clang -o conftest conftest.c >&5
configure:2736: $? = 0
configure:2743: ./conftest
configure:2747: $? = 0
configure:2762: result: no
configure:2767: checking for suffix of object files
configure:2789: clang -c conftest.c >&5
configure:2793: $? = 0
configure:2814: result: o
configure:2818: checking whether we are using the GNU C compiler
configure:2837: clang -c conftest.c >&5
configure:2837: $? = 0
configure:2846: result: yes
configure:2855: checking whether clang accepts -g
configure:2875: clang -c -g conftest.c >&5
configure:2875: $? = 0
configure:2916: result: yes
configure:2933: checking for clang option to accept ISO C89
configure:2997: clang -c conftest.c >&5
configure:2997: $? = 0
configure:3010: result: none needed
configure:3037: checking for x86_64-unknown-linux-ranlib
configure:3067: result: no
configure:3077: checking for ranlib
configure:3093: found /usr/bin/ranlib
configure:3104: result: ranlib
configure:3157: checking build system type
configure:3171: result: x86_64-unknown-linux-gnu
configure:3191: checking host system type
configure:3204: result: x86_64-unknown-linux-gnu
configure:3226: checking for inline
configure:3242: clang -c -Wall conftest.c >&5
conftest.c:11:21: warning: unused function 'static_foo' [-Wunused-function]
static inline foo_t static_foo () {return 0; }
^
1 warning generated.
configure:3242: $? = 0
configure:3250: result: inline
configure:3283: checking how to run the C preprocessor
configure:3314: clang -E conftest.c
configure:3314: $? = 0
configure:3328: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3328: $? = 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:3353: result: clang -E
configure:3373: clang -E conftest.c
configure:3373: $? = 0
configure:3387: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3387: $? = 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:3416: checking for grep that handles long lines and -e
configure:3474: result: /usr/bin/grep
configure:3479: checking for egrep
configure:3541: result: /usr/bin/grep -E
configure:3546: checking for ANSI C header files
configure:3566: clang -c -Wall conftest.c >&5
configure:3566: $? = 0
configure:3639: clang -o conftest -Wall conftest.c >&5
configure:3639: $? = 0
configure:3639: ./conftest
configure:3639: $? = 0
configure:3650: result: yes
configure:3663: checking for sys/types.h
configure:3663: clang -c -Wall conftest.c >&5
configure:3663: $? = 0
configure:3663: result: yes
configure:3663: checking for sys/stat.h
configure:3663: clang -c -Wall conftest.c >&5
configure:3663: $? = 0
configure:3663: result: yes
configure:3663: checking for stdlib.h
configure:3663: clang -c -Wall conftest.c >&5
configure:3663: $? = 0
configure:3663: result: yes
configure:3663: checking for string.h
configure:3663: clang -c -Wall conftest.c >&5
configure:3663: $? = 0
configure:3663: result: yes
configure:3663: checking for memory.h
configure:3663: clang -c -Wall conftest.c >&5
configure:3663: $? = 0
configure:3663: result: yes
configure:3663: checking for strings.h
configure:3663: clang -c -Wall conftest.c >&5
configure:3663: $? = 0
configure:3663: result: yes
configure:3663: checking for inttypes.h
configure:3663: clang -c -Wall conftest.c >&5
configure:3663: $? = 0
configure:3663: result: yes
configure:3663: checking for stdint.h
configure:3663: clang -c -Wall conftest.c >&5
configure:3663: $? = 0
configure:3663: result: yes
configure:3663: checking for unistd.h
configure:3663: clang -c -Wall conftest.c >&5
configure:3663: $? = 0
configure:3663: result: yes
configure:3679: checking for string.h
configure:3679: result: yes
configure:3679: checking getopt.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking getopt.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for getopt.h
configure:3679: result: yes
configure:3679: checking for strings.h
configure:3679: result: yes
configure:3679: checking sys/param.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking sys/param.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for sys/param.h
configure:3679: result: yes
configure:3679: checking sys/time.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking sys/time.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for sys/time.h
configure:3679: result: yes
configure:3679: checking for unistd.h
configure:3679: result: yes
configure:3679: checking errno.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking errno.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for errno.h
configure:3679: result: yes
configure:3679: checking for sys/types.h
configure:3679: result: yes
configure:3679: checking sys/socket.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking sys/socket.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for sys/socket.h
configure:3679: result: yes
configure:3679: checking netinet/in.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking netinet/in.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for netinet/in.h
configure:3679: result: yes
configure:3679: checking arpa/inet.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking arpa/inet.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for arpa/inet.h
configure:3679: result: yes
configure:3679: checking for sys/stat.h
configure:3679: result: yes
configure:3679: checking netdb.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking netdb.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for netdb.h
configure:3679: result: yes
configure:3679: checking sys/wait.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking sys/wait.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for sys/wait.h
configure:3679: result: yes
configure:3679: checking fcntl.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking fcntl.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for fcntl.h
configure:3679: result: yes
configure:3679: checking sys/resource.h usability
configure:3679: clang -c -Wall conftest.c >&5
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking sys/resource.h presence
configure:3679: clang -E conftest.c
configure:3679: $? = 0
configure:3679: result: yes
configure:3679: checking for sys/resource.h
configure:3679: result: yes
configure:3679: checking for inttypes.h
configure:3679: result: yes
configure:3679: checking mach-o/dyld.h usability
configure:3679: clang -c -Wall conftest.c >&5
conftest.c:69:10: fatal error: 'mach-o/dyld.h' file not found
#include
^
1 error generated.
configure:3679: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:3679: result: no
configure:3679: checking mach-o/dyld.h presence
configure:3679: clang -E conftest.c
conftest.c:36:10: fatal error: 'mach-o/dyld.h' file not found
#include
^
1 error generated.
configure:3679: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include
configure:3679: result: no
configure:3679: checking for mach-o/dyld.h
configure:3679: result: no
configure:3690: checking whether time.h and sys/time.h may both be included
configure:3710: clang -c -Wall conftest.c >&5
configure:3710: $? = 0
configure:3717: result: yes
configure:3727: checking for sys/socket.h
configure:3727: result: yes
configure:3739: checking for net/if.h
configure:3739: clang -c -Wall conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3763: checking for __attribute__
configure:3792: clang -c -Wall conftest.c >&5
configure:3792: $? = 0
configure:3807: result: yes
configure:3812: checking whether byte ordering is bigendian
configure:3827: clang -c -Wall conftest.c >&5
conftest.c:41:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:41:14: error: expected ';' after top level declarator
not a universal capable compiler
^
;
2 errors generated.
configure:3827: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:3872: clang -c -Wall conftest.c >&5
configure:3872: $? = 0
configure:3890: clang -c -Wall conftest.c >&5
conftest.c:47:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:3890: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:4018: result: no
configure:4037: checking for int8_t
configure:4037: clang -c -Wall conftest.c >&5
conftest.c:76:56: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:56: error: expected expression
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:77:60: error: expected ';' after expression
0 < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:60: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4037: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
| 0 < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4037: clang -c -Wall conftest.c >&5
conftest.c:76:56: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:56: error: expected expression
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:77:54: error: expected ';' after expression
0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:54: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4037: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
| 0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4037: clang -c -Wall conftest.c >&5
conftest.c:76:56: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:56: error: expected expression
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:77:64: error: expected ';' after expression
0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:64: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4037: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
| 0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4037: clang -c -Wall conftest.c >&5
conftest.c:76:56: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:56: error: expected expression
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:77:74: error: expected ';' after expression
0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:74: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4037: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
| 0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4037: clang -c -Wall conftest.c >&5
conftest.c:76:56: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:56: error: expected expression
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:77:66: error: expected ';' after expression
0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:66: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4037: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
| 0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4037: clang -c -Wall conftest.c >&5
conftest.c:76:56: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:76:56: error: expected expression
static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
^
conftest.c:77:70: error: expected ';' after expression
0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:70: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4037: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 8 / 2 - 1 };
| 0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4037: result: no
configure:4048: checking for int16_t
configure:4048: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:77:62: error: expected ';' after expression
0 < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:62: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4048: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
| 0 < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4048: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:77:54: error: expected ';' after expression
0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:54: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4048: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
| 0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4048: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:77:64: error: expected ';' after expression
0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:64: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4048: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
| 0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4048: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:77:74: error: expected ';' after expression
0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:74: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4048: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
| 0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4048: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:77:66: error: expected ';' after expression
0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:66: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4048: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
| 0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4048: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
^
conftest.c:77:70: error: expected ';' after expression
0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:70: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4048: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 16 / 2 - 1 };
| 0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4048: result: no
configure:4059: checking for int32_t
configure:4059: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:77:62: error: expected ';' after expression
0 < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:62: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4059: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
| 0 < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4059: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:77:54: error: expected ';' after expression
0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:54: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4059: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
| 0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4059: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:77:64: error: expected ';' after expression
0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:64: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4059: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
| 0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4059: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:77:74: error: expected ';' after expression
0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:74: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4059: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
| 0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4059: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:77:66: error: expected ';' after expression
0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:66: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4059: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
| 0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4059: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
^
conftest.c:77:70: error: expected ';' after expression
0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:70: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4059: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 32 / 2 - 1 };
| 0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4059: result: no
configure:4070: checking for int64_t
configure:4070: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:77:62: error: expected ';' after expression
0 < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:62: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4070: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
| 0 < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4070: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:77:54: error: expected ';' after expression
0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:54: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:77:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
~~~~~~~~~~~~~~ ^
2 warnings and 4 errors generated.
configure:4070: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
| 0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4070: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:77:64: error: expected ';' after expression
0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:64: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4070: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
| 0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4070: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:77:74: error: expected ';' after expression
0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:74: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 4 errors generated.
configure:4070: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
| 0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4070: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:77:66: error: expected ';' after expression
0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:66: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:77:47: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
~~~~~~~~~~~~~~~~~~~~ ^
2 warnings and 4 errors generated.
configure:4070: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
| 0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4070: clang -c -Wall conftest.c >&5
conftest.c:76:57: error: expected ')'
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:33: note: to match this '('
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:76:57: error: expected expression
static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
^
conftest.c:77:70: error: expected ';' after expression
0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
^
;
conftest.c:77:70: error: expected expression
conftest.c:77:9: warning: relational comparison result unused [-Wunused-comparison]
0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:77:51: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
~~~~~~~~~~~~~~~~~~~~~~ ^
2 warnings and 4 errors generated.
configure:4070: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 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 ()
| {
| static int test_array [1 - 2 * !(enum { N = 64 / 2 - 1 };
| 0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4070: result: no
configure:4081: checking for uint8_t
configure:4081: clang -c -Wall conftest.c >&5
configure:4081: $? = 0
configure:4081: result: yes
configure:4095: checking for uint16_t
configure:4095: clang -c -Wall conftest.c >&5
configure:4095: $? = 0
configure:4095: result: yes
configure:4107: checking for uint32_t
configure:4107: clang -c -Wall conftest.c >&5
configure:4107: $? = 0
configure:4107: result: yes
configure:4121: checking for uint64_t
configure:4121: clang -c -Wall conftest.c >&5
configure:4121: $? = 0
configure:4121: result: yes
configure:4139: checking for snprintf
configure:4139: clang -o conftest -Wall conftest.c >&5
conftest.c:63:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:63:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:4139: $? = 0
configure:4139: result: yes
configure:4139: checking for vsnprintf
configure:4139: clang -o conftest -Wall conftest.c >&5
conftest.c:64:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:64:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
1 warning generated.
configure:4139: $? = 0
configure:4139: result: yes
configure:4139: checking for nanosleep
configure:4139: clang -o conftest -Wall conftest.c >&5
configure:4139: $? = 0
configure:4139: result: yes
configure:4139: checking for strerror
configure:4139: clang -o conftest -Wall conftest.c >&5
conftest.c:66:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:66:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:4139: $? = 0
configure:4139: result: yes
configure:4139: checking for strcasestr
configure:4139: clang -o conftest -Wall conftest.c >&5
configure:4139: $? = 0
configure:4139: result: yes
configure:4139: checking for strcasecmp
configure:4139: clang -o conftest -Wall conftest.c >&5
conftest.c:68:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:68:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:4139: $? = 0
configure:4139: result: yes
configure:4139: checking for strncasecmp
configure:4139: clang -o conftest -Wall conftest.c >&5
conftest.c:69:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
char strncasecmp ();
^
conftest.c:69:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:4139: $? = 0
configure:4139: result: yes
configure:4139: checking for signal
configure:4139: clang -o conftest -Wall conftest.c >&5
configure:4139: $? = 0
configure:4139: result: yes
configure:4154: checking for vsnprintf
configure:4154: result: yes
configure:4154: checking for snprintf
configure:4154: result: yes
configure:4154: checking for asprintf
configure:4154: clang -o conftest -Wall conftest.c >&5
conftest.c:84:18: warning: format string missing [-Wformat]
return asprintf ();
~~~~~~~~ ^
1 warning generated.
configure:4154: $? = 0
configure:4154: result: yes
configure:4154: checking for asnprintf
configure:4154: clang -o conftest -Wall conftest.c >&5
/tmp/conftest-5d5b45.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `asnprintf'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4154: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ASPRINTF 1
| /* end confdefs.h. */
| /* Define asnprintf to an innocuous variant, in case declares asnprintf.
| For example, HP-UX 11i declares gettimeofday. */
| #define asnprintf innocuous_asnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char asnprintf (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef asnprintf
|
| /* 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 asnprintf ();
| /* 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_asnprintf || defined __stub___asnprintf
| choke me
| #endif
|
| int
| main ()
| {
| return asnprintf ();
| ;
| return 0;
| }
configure:4154: result: no
configure:4154: checking for vasprintf
configure:4154: clang -o conftest -Wall conftest.c >&5
conftest.c:85:19: warning: format string missing [-Wformat]
return vasprintf ();
~~~~~~~~~ ^
1 warning generated.
configure:4154: $? = 0
configure:4154: result: yes
configure:4154: checking for vasnprintf
configure:4154: clang -o conftest -Wall conftest.c >&5
/tmp/conftest-347518.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `vasnprintf'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4154: $? = 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_STRING_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| /* end confdefs.h. */
| /* Define vasnprintf to an innocuous variant, in case declares vasnprintf.
| For example, HP-UX 11i declares gettimeofday. */
| #define vasnprintf innocuous_vasnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vasnprintf (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef vasnprintf
|
| /* 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 vasnprintf ();
| /* 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_vasnprintf || defined __stub___vasnprintf
| choke me
| #endif
|
| int
| main ()
| {
| return vasnprintf ();
| ;
| return 0;
| }
configure:4154: result: no
configure:4178: checking for getopt
configure:4178: clang -o conftest -Wall conftest.c >&5
configure:4178: $? = 0
configure:4178: result: yes
configure:4178: checking for getopt_long_only
configure:4178: clang -o conftest -Wall conftest.c >&5
configure:4178: $? = 0
configure:4178: result: yes
configure:4192: checking for usleep
configure:4192: clang -o conftest -Wall conftest.c >&5
configure:4192: $? = 0
configure:4192: result: yes
configure:4192: checking for gettimeofday
configure:4192: clang -o conftest -Wall conftest.c >&5
configure:4192: $? = 0
configure:4192: result: yes
configure:4192: checking for sleep
configure:4192: clang -o conftest -Wall conftest.c >&5
configure:4192: $? = 0
configure:4192: result: yes
configure:4210: checking for getopt_long_only
configure:4210: result: yes
configure:4226: checking for strcasecmp
configure:4226: result: yes
configure:4226: checking for strncasecmp
configure:4226: result: yes
configure:4281: checking for library containing getaddrinfo
configure:4312: clang -o conftest -Wall conftest.c >&5
configure:4312: $? = 0
configure:4329: result: none required
configure:4337: checking for library containing gai_strerror
configure:4368: clang -o conftest -Wall conftest.c >&5
configure:4368: $? = 0
configure:4385: result: none required
configure:4393: checking for library containing getnameinfo
configure:4424: clang -o conftest -Wall conftest.c >&5
configure:4424: $? = 0
configure:4441: result: none required
configure:4451: checking for gai_strerror
configure:4451: clang -o conftest -Wall conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4463: checking for inet_ntop
configure:4463: clang -o conftest -Wall conftest.c >&5
configure:4463: $? = 0
configure:4463: result: yes
configure:4463: checking for inet_pton
configure:4463: clang -o conftest -Wall conftest.c >&5
configure:4463: $? = 0
configure:4463: result: yes
configure:4482: checking for working getaddrinfo
configure:4527: clang -o conftest -Wall conftest.c >&5
conftest.c:76:1: warning: return type of 'main' is not 'int' [-Wmain-return-type]
void main(void) {
^
conftest.c:76:1: note: change return type to 'int'
void main(void) {
^~~~
int
conftest.c:85:9: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:85:9: note: include the header or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:4527: $? = 0
configure:4527: ./conftest
configure:4527: $? = 0
configure:4541: result: yes
configure:4554: checking for library containing inet_addr
configure:4585: clang -o conftest -Wall conftest.c >&5
configure:4585: $? = 0
configure:4602: result: none required
configure:4611: checking for working getnameinfo
configure:4664: clang -o conftest -Wall conftest.c >&5
conftest.c:80:1: warning: return type of 'main' is not 'int' [-Wmain-return-type]
void main(void) {
^
conftest.c:80:1: note: change return type to 'int'
void main(void) {
^~~~
int
conftest.c:87:26: warning: implicit declaration of function 'inet_addr' is invalid in C99 [-Wimplicit-function-declaration]
sa.sin_addr.s_addr = inet_addr("127.0.0.1");
^
conftest.c:96:9: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:96:9: note: include the header or explicitly provide a declaration for 'exit'
3 warnings generated.
configure:4664: $? = 0
configure:4664: ./conftest
configure:4664: $? = 0
configure:4678: result: yes
configure:4687: checking for sockaddr_in6
configure:4713: clang -c -Wall conftest.c >&5
conftest.c:76:21: warning: unused variable 'sa' [-Wunused-variable]
struct sockaddr_in6 sa;
^
1 warning generated.
configure:4713: $? = 0
configure:4725: result: yes
configure:4737: checking for sockaddr_storage
configure:4766: clang -c -Wall conftest.c >&5
conftest.c:80:25: warning: unused variable 'sa' [-Wunused-variable]
struct sockaddr_storage sa;
^
1 warning generated.
configure:4766: $? = 0
configure:4778: result: yes
configure:4790: checking for AF_INET6 definition
configure:4819: clang -c -Wall conftest.c >&5
conftest.c:81:5: warning: unused variable 'af' [-Wunused-variable]
int af = AF_INET6;
^
1 warning generated.
configure:4819: $? = 0
configure:4831: result: yes
configure:4843: checking for IPv6 support
configure:4854: result: yes
configure:4917: checking openssl/ssl.h usability
configure:4917: clang -c -Wall conftest.c >&5
configure:4917: $? = 0
configure:4917: result: yes
configure:4917: checking openssl/ssl.h presence
configure:4917: clang -E conftest.c
configure:4917: $? = 0
configure:4917: result: yes
configure:4917: checking for openssl/ssl.h
configure:4917: result: yes
configure:4931: checking openssl/err.h usability
configure:4931: clang -c -Wall conftest.c >&5
configure:4931: $? = 0
configure:4931: result: yes
configure:4931: checking openssl/err.h presence
configure:4931: clang -E conftest.c
configure:4931: $? = 0
configure:4931: result: yes
configure:4931: checking for openssl/err.h
configure:4931: result: yes
configure:4946: checking openssl/rand.h usability
configure:4946: clang -c -Wall conftest.c >&5
configure:4946: $? = 0
configure:4946: result: yes
configure:4946: checking openssl/rand.h presence
configure:4946: clang -E conftest.c
configure:4946: $? = 0
configure:4946: result: yes
configure:4946: checking for openssl/rand.h
configure:4946: result: yes
configure:4961: checking for BIO_int_ctrl in -lcrypto
configure:4986: clang -o conftest -Wall conftest.c -lcrypto >&5
configure:4986: $? = 0
configure:4995: result: yes
configure:5013: checking for SSL_new in -lssl
configure:5038: clang -o conftest -Wall conftest.c -lssl -lcrypto >&5
configure:5038: $? = 0
configure:5047: result: yes
configure:5074: checking for /proc/self/exe
configure:5087: result: yes
configure:5216: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on b95224a7bd38
config.status:865: creating Makefile
config.status:964: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status:865: creating nbase_config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv___attribute__=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=no
ac_cv_c_int32_t=no
ac_cv_c_int64_t=no
ac_cv_c_int8_t=no
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_define_af_inet6=yes
ac_cv_define_sockaddr_in6=yes
ac_cv_define_sockaddr_storage=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_file__proc_self_exe=yes
ac_cv_func_asnprintf=no
ac_cv_func_asprintf=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_nanosleep=yes
ac_cv_func_signal=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcasestr=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_usleep=yes
ac_cv_func_vasnprintf=no
ac_cv_func_vasprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_openssl_err_h=yes
ac_cv_header_openssl_rand_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_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_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_crypto_BIO_int_ctrl=yes
ac_cv_lib_ssl_SSL_new=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_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_search_gai_strerror='none required'
ac_cv_search_getaddrinfo='none required'
ac_cv_search_getnameinfo='none required'
ac_cv_search_inet_addr='none required'
ac_cv_working_getaddrinfo=yes
ac_cv_working_getnameinfo=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='clang'
CFLAGS=' -Wall '
COMPAT_OBJS=''
COMPAT_SRCS=''
CPP='clang -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}snprintf$U.o ${LIBOBJDIR}nbase_str$U.o ${LIBOBJDIR}nbase_misc$U.o ${LIBOBJDIR}nbase_memalloc$U.o ${LIBOBJDIR}nbase_rnd$U.o'
LIBS='-lssl -lcrypto '
LTLIBOBJS=' ${LIBOBJDIR}snprintf$U.lo ${LIBOBJDIR}nbase_str$U.lo ${LIBOBJDIR}nbase_misc$U.lo ${LIBOBJDIR}nbase_memalloc$U.lo ${LIBOBJDIR}nbase_rnd$U.lo'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
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='${exec_prefix}/sbin'
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_STRING_H 1
#define HAVE_GETOPT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_INTTYPES_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE___ATTRIBUTE__ 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_NANOSLEEP 1
#define HAVE_STRERROR 1
#define HAVE_STRCASESTR 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_SIGNAL 1
#define HAVE_VSNPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_ASPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_GETOPT 1
#define HAVE_GETOPT_LONG_ONLY 1
#define HAVE_USLEEP 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_SLEEP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_GAI_STRERROR 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_SOCKADDR_IN6 1
#define HAVE_SOCKADDR_STORAGE 1
#define HAVE_AF_INET6 1
#define HAVE_IPV6 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_OPENSSL 1
#define HAVE__PROC_SELF_EXE 1
#define HAVE_PROC_SELF_EXE 1
configure: exit 0
CMD: config logfiles '/tmp/ncrack/src/ncrack-0.4ALPHA/opensshlib/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 OpenSSH configure Portable, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= CXX=clang++ CXXFLAGS= --without-pcap --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
## --------- ##
hostname = b95224a7bd38
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:1966: checking for x86_64-unknown-linux-gcc
configure:1993: result: clang
configure:2265: checking for C compiler version
configure:2273: 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:2277: $? = 0
configure:2284: 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
Selected multilib: .;@m64
configure:2288: $? = 0
configure:2295: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2299: $? = 1
configure:2322: checking for C compiler default output file name
configure:2344: clang conftest.c >&5
configure:2348: $? = 0
configure:2386: result: a.out
configure:2405: checking whether the C compiler works
configure:2415: ./a.out
configure:2419: $? = 0
configure:2438: result: yes
configure:2445: checking whether we are cross compiling
configure:2447: result: no
configure:2450: checking for suffix of executables
configure:2457: clang -o conftest conftest.c >&5
configure:2461: $? = 0
configure:2487: result:
configure:2493: checking for suffix of object files
configure:2519: clang -c conftest.c >&5
configure:2523: $? = 0
configure:2548: result: o
configure:2552: checking whether we are using the GNU C compiler
configure:2581: clang -c conftest.c >&5
configure:2588: $? = 0
configure:2605: result: yes
configure:2614: checking whether clang accepts -g
configure:2644: clang -c -g conftest.c >&5
configure:2651: $? = 0
configure:2752: result: yes
configure:2769: checking for clang option to accept ISO C89
configure:2843: clang -c conftest.c >&5
configure:2850: $? = 0
configure:2873: result: none needed
configure:2928: checking build system type
configure:2946: result: x86_64-unknown-linux-gnu
configure:2968: checking host system type
configure:2983: result: x86_64-unknown-linux-gnu
configure:3011: checking how to run the C preprocessor
configure:3051: clang -E conftest.c
configure:3058: $? = 0
configure:3089: clang -E conftest.c
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3096: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| /* end confdefs.h. */
| #include
configure:3129: result: clang -E
configure:3158: clang -E conftest.c
configure:3165: $? = 0
configure:3196: clang -E conftest.c
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3203: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| /* end confdefs.h. */
| #include
configure:3243: checking for grep that handles long lines and -e
configure:3303: result: /usr/bin/grep
configure:3308: checking for egrep
configure:3372: result: /usr/bin/grep -E
configure:3377: checking for ANSI C header files
configure:3407: clang -c conftest.c >&5
configure:3414: $? = 0
configure:3513: clang -o conftest conftest.c >&5
configure:3517: $? = 0
configure:3523: ./conftest
configure:3527: $? = 0
configure:3545: result: yes
configure:3569: checking for sys/types.h
configure:3590: clang -c conftest.c >&5
configure:3597: $? = 0
configure:3614: result: yes
configure:3569: checking for sys/stat.h
configure:3590: clang -c conftest.c >&5
configure:3597: $? = 0
configure:3614: result: yes
configure:3569: checking for stdlib.h
configure:3590: clang -c conftest.c >&5
configure:3597: $? = 0
configure:3614: result: yes
configure:3569: checking for string.h
configure:3590: clang -c conftest.c >&5
configure:3597: $? = 0
configure:3614: result: yes
configure:3569: checking for memory.h
configure:3590: clang -c conftest.c >&5
configure:3597: $? = 0
configure:3614: result: yes
configure:3569: checking for strings.h
configure:3590: clang -c conftest.c >&5
configure:3597: $? = 0
configure:3614: result: yes
configure:3569: checking for inttypes.h
configure:3590: clang -c conftest.c >&5
configure:3597: $? = 0
configure:3614: result: yes
configure:3569: checking for stdint.h
configure:3590: clang -c conftest.c >&5
configure:3597: $? = 0
configure:3614: result: yes
configure:3569: checking for unistd.h
configure:3590: clang -c conftest.c >&5
configure:3597: $? = 0
configure:3614: result: yes
configure:3629: checking whether byte ordering is bigendian
configure:3654: clang -c conftest.c >&5
conftest.c:19:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:19:14: error: expected ';' after top level declarator
not a universal capable compiler
^
;
2 errors generated.
configure:3661: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:3711: clang -c conftest.c >&5
configure:3718: $? = 0
configure:3750: clang -c conftest.c >&5
conftest.c:25:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:3757: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define 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
| #include
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:4009: result: no
configure:4040: checking for gawk
configure:4056: found /usr/bin/gawk
configure:4067: result: gawk
configure:4083: checking how to run the C preprocessor
configure:4201: result: clang -E
configure:4230: clang -E conftest.c
configure:4237: $? = 0
configure:4268: clang -E conftest.c
conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
configure:4317: checking for x86_64-unknown-linux-ranlib
configure:4347: result: no
configure:4357: checking for ranlib
configure:4373: found /usr/bin/ranlib
configure:4384: result: ranlib
configure:4420: checking for a BSD-compatible install
configure:4488: result: /usr/bin/install -c
configure:4499: checking for egrep
configure:4563: result: /usr/bin/grep -E
configure:4570: checking for ar
configure:4588: found /usr/bin/ar
configure:4600: result: /usr/bin/ar
configure:4610: checking for cat
configure:4628: found /usr/bin/cat
configure:4640: result: /usr/bin/cat
configure:4650: checking for kill
configure:4668: found /usr/bin/kill
configure:4680: result: /usr/bin/kill
configure:4692: checking for perl5
configure:4725: result: no
configure:4692: checking for perl
configure:4710: found /usr/bin/perl
configure:4722: result: /usr/bin/perl
configure:4735: checking for sed
configure:4753: found /usr/bin/sed
configure:4765: result: /usr/bin/sed
configure:4776: checking for ent
configure:4809: result: no
configure:4817: checking for bash
configure:4835: found /usr/bin/bash
configure:4847: result: /usr/bin/bash
configure:4857: checking for ksh
configure:4887: result: /usr/bin/bash
configure:4897: checking for sh
configure:4927: result: /usr/bin/bash
configure:4937: checking for sh
configure:4955: found /usr/bin/sh
configure:4967: result: /usr/bin/sh
configure:4980: checking for groupadd
configure:4998: found /usr/sbin/groupadd
configure:5011: result: /usr/sbin/groupadd
configure:5021: checking for useradd
configure:5039: found /usr/sbin/useradd
configure:5052: result: /usr/sbin/useradd
configure:5062: checking for pkgmk
configure:5090: result: no
configure:5114: checking for special C compiler options needed for large files
configure:5209: result: no
configure:5215: checking for _FILE_OFFSET_BITS value needed for large files
configure:5250: clang -c conftest.c >&5
configure:5257: $? = 0
configure:5326: result: no
configure:5481: checking for login
configure:5499: found /usr/bin/login
configure:5511: result: /usr/bin/login
configure:5529: checking for passwd
configure:5547: found /usr/bin/passwd
configure:5559: result: /usr/bin/passwd
configure:5580: checking for inline
configure:5606: clang -c conftest.c >&5
configure:5613: $? = 0
configure:5631: result: inline
configure:5651: checking whether LLONG_MAX is declared
configure:5681: clang -c conftest.c >&5
configure:5688: $? = 0
configure:5703: result: yes
configure:5736: checking if clang accepts -fno-builtin-memset
configure:5757: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset conftest.c >&5
configure:5764: $? = 0
configure:5772: result: yes
configure:5793: checking if clang supports -fstack-protector-all
configure:5816: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -Werror -fstack-protector-all -Werror conftest.c >&5
configure:5823: $? = 0
configure:5831: result: yes
configure:5835: checking if -fstack-protector-all works
configure:5860: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c >&5
configure:5864: $? = 0
configure:5870: ./conftest
configure:5874: $? = 0
configure:5876: result: yes
configure:6211: checking bstring.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:54:10: fatal error: 'bstring.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 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:6249: result: no
configure:6253: checking bstring.h presence
configure:6268: clang -E conftest.c
conftest.c:21:10: fatal error: 'bstring.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for bstring.h
configure:6331: result: no
configure:6211: checking crypt.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking crypt.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for crypt.h
configure:6331: result: yes
configure:6211: checking crypto/sha2.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:55:10: fatal error: 'crypto/sha2.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_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:6249: result: no
configure:6253: checking crypto/sha2.h presence
configure:6268: clang -E conftest.c
conftest.c:22:10: fatal error: 'crypto/sha2.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for crypto/sha2.h
configure:6331: result: no
configure:6211: checking dirent.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking dirent.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for dirent.h
configure:6331: result: yes
configure:6211: checking endian.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking endian.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for endian.h
configure:6331: result: yes
configure:6211: checking features.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking features.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for features.h
configure:6331: result: yes
configure:6211: checking fcntl.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking fcntl.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for fcntl.h
configure:6331: result: yes
configure:6211: checking floatingpoint.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:59:10: fatal error: 'floatingpoint.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_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:6249: result: no
configure:6253: checking floatingpoint.h presence
configure:6268: clang -E conftest.c
conftest.c:26:10: fatal error: 'floatingpoint.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for floatingpoint.h
configure:6331: result: no
configure:6211: checking getopt.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking getopt.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for getopt.h
configure:6331: result: yes
configure:6211: checking glob.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking glob.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for glob.h
configure:6331: result: yes
configure:6211: checking ia.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:61:10: fatal error: 'ia.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_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:6249: result: no
configure:6253: checking ia.h presence
configure:6268: clang -E conftest.c
conftest.c:28:10: fatal error: 'ia.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for ia.h
configure:6331: result: no
configure:6211: checking iaf.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:61:10: fatal error: 'iaf.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_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:6249: result: no
configure:6253: checking iaf.h presence
configure:6268: clang -E conftest.c
conftest.c:28:10: fatal error: 'iaf.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for iaf.h
configure:6331: result: no
configure:6211: checking limits.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking limits.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for limits.h
configure:6331: result: yes
configure:6211: checking login.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:62:10: fatal error: 'login.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking login.h presence
configure:6268: clang -E conftest.c
conftest.c:29:10: fatal error: 'login.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for login.h
configure:6331: result: no
configure:6211: checking maillock.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:62:10: fatal error: 'maillock.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking maillock.h presence
configure:6268: clang -E conftest.c
conftest.c:29:10: fatal error: 'maillock.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for maillock.h
configure:6331: result: no
configure:6211: checking ndir.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:62:10: fatal error: 'ndir.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking ndir.h presence
configure:6268: clang -E conftest.c
conftest.c:29:10: fatal error: 'ndir.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for ndir.h
configure:6331: result: no
configure:6211: checking net/if_tun.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:62:10: fatal error: 'net/if_tun.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking net/if_tun.h presence
configure:6268: clang -E conftest.c
conftest.c:29:10: fatal error: 'net/if_tun.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for net/if_tun.h
configure:6331: result: no
configure:6211: checking netdb.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking netdb.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for netdb.h
configure:6331: result: yes
configure:6211: checking netgroup.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:63:10: fatal error: 'netgroup.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking netgroup.h presence
configure:6268: clang -E conftest.c
conftest.c:30:10: fatal error: 'netgroup.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for netgroup.h
configure:6331: result: no
configure:6211: checking pam/pam_appl.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:63:10: fatal error: 'pam/pam_appl.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking pam/pam_appl.h presence
configure:6268: clang -E conftest.c
conftest.c:30:10: fatal error: 'pam/pam_appl.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for pam/pam_appl.h
configure:6331: result: no
configure:6211: checking paths.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking paths.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for paths.h
configure:6331: result: yes
configure:6211: checking poll.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking poll.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for poll.h
configure:6331: result: yes
configure:6211: checking pty.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking pty.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for pty.h
configure:6331: result: yes
configure:6211: checking readpassphrase.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:66:10: fatal error: 'readpassphrase.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_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:6249: result: no
configure:6253: checking readpassphrase.h presence
configure:6268: clang -E conftest.c
conftest.c:33:10: fatal error: 'readpassphrase.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for readpassphrase.h
configure:6331: result: no
configure:6211: checking rpc/types.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking rpc/types.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for rpc/types.h
configure:6331: result: yes
configure:6211: checking security/pam_appl.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking security/pam_appl.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for security/pam_appl.h
configure:6331: result: yes
configure:6211: checking sha2.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:68:10: error: 'sha2.h' file not found with include; use "quotes" instead
#include
^~~~~~~~
"sha2.h"
In file included from conftest.c:68:
In file included from ./sha2.h:42:
./includes.h:20:11: fatal error: 'config.h' file not found
#include "config.h"
^
2 errors generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_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:6249: result: no
configure:6253: checking sha2.h presence
configure:6268: clang -E conftest.c
conftest.c:35:10: error: 'sha2.h' file not found with include; use "quotes" instead
#include
^~~~~~~~
"sha2.h"
In file included from conftest.c:35:
In file included from ./sha2.h:42:
./includes.h:20:11: fatal error: 'config.h' file not found
#include "config.h"
^
2 errors generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for sha2.h
configure:6331: result: no
configure:6211: checking shadow.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking shadow.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for shadow.h
configure:6331: result: yes
configure:6211: checking stddef.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking stddef.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for stddef.h
configure:6331: result: yes
configure:6200: checking for stdint.h
configure:6207: result: yes
configure:6200: checking for string.h
configure:6207: result: yes
configure:6200: checking for strings.h
configure:6207: result: yes
configure:6211: checking sys/audit.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:73:10: fatal error: 'sys/audit.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_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:6249: result: no
configure:6253: checking sys/audit.h presence
configure:6268: clang -E conftest.c
conftest.c:40:10: fatal error: 'sys/audit.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for sys/audit.h
configure:6331: result: no
configure:6211: checking sys/bitypes.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/bitypes.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/bitypes.h
configure:6331: result: yes
configure:6211: checking sys/bsdtty.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:74:10: fatal error: 'sys/bsdtty.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_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:6249: result: no
configure:6253: checking sys/bsdtty.h presence
configure:6268: clang -E conftest.c
conftest.c:41:10: fatal error: 'sys/bsdtty.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for sys/bsdtty.h
configure:6331: result: no
configure:6211: checking sys/cdefs.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/cdefs.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/cdefs.h
configure:6331: result: yes
configure:6211: checking sys/dir.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/dir.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/dir.h
configure:6331: result: yes
configure:6211: checking sys/mman.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/mman.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/mman.h
configure:6331: result: yes
configure:6211: checking sys/mount.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/mount.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/mount.h
configure:6331: result: yes
configure:6211: checking sys/ndir.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:78:10: fatal error: 'sys/ndir.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking sys/ndir.h presence
configure:6268: clang -E conftest.c
conftest.c:45:10: fatal error: 'sys/ndir.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for sys/ndir.h
configure:6331: result: no
configure:6211: checking sys/poll.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/poll.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/poll.h
configure:6331: result: yes
configure:6211: checking sys/prctl.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/prctl.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/prctl.h
configure:6331: result: yes
configure:6211: checking sys/pstat.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:80:10: fatal error: 'sys/pstat.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_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:6249: result: no
configure:6253: checking sys/pstat.h presence
configure:6268: clang -E conftest.c
conftest.c:47:10: fatal error: 'sys/pstat.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for sys/pstat.h
configure:6331: result: no
configure:6211: checking sys/select.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/select.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/select.h
configure:6331: result: yes
configure:6200: checking for sys/stat.h
configure:6207: result: yes
configure:6211: checking sys/stream.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:82:10: fatal error: 'sys/stream.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking sys/stream.h presence
configure:6268: clang -E conftest.c
conftest.c:49:10: fatal error: 'sys/stream.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for sys/stream.h
configure:6331: result: no
configure:6211: checking sys/stropts.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/stropts.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/stropts.h
configure:6331: result: yes
configure:6211: checking sys/strtio.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:83:10: fatal error: 'sys/strtio.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking sys/strtio.h presence
configure:6268: clang -E conftest.c
conftest.c:50:10: fatal error: 'sys/strtio.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for sys/strtio.h
configure:6331: result: no
configure:6211: checking sys/statvfs.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/statvfs.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/statvfs.h
configure:6331: result: yes
configure:6211: checking sys/sysmacros.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/sysmacros.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/sysmacros.h
configure:6331: result: yes
configure:6211: checking sys/time.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/time.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/time.h
configure:6331: result: yes
configure:6211: checking sys/timers.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:86:10: fatal error: 'sys/timers.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking sys/timers.h presence
configure:6268: clang -E conftest.c
conftest.c:53:10: fatal error: 'sys/timers.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for sys/timers.h
configure:6331: result: no
configure:6211: checking sys/un.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking sys/un.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for sys/un.h
configure:6331: result: yes
configure:6211: checking time.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking time.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for time.h
configure:6331: result: yes
configure:6211: checking tmpdir.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:88:10: fatal error: 'tmpdir.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking tmpdir.h presence
configure:6268: clang -E conftest.c
conftest.c:55:10: fatal error: 'tmpdir.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for tmpdir.h
configure:6331: result: no
configure:6211: checking ttyent.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking ttyent.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for ttyent.h
configure:6331: result: yes
configure:6211: checking ucred.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:89:10: fatal error: 'ucred.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_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:6249: result: no
configure:6253: checking ucred.h presence
configure:6268: clang -E conftest.c
conftest.c:56:10: fatal error: 'ucred.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for ucred.h
configure:6331: result: no
configure:6200: checking for unistd.h
configure:6207: result: yes
configure:6211: checking usersec.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:90:10: fatal error: 'usersec.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking usersec.h presence
configure:6268: clang -E conftest.c
conftest.c:57:10: fatal error: 'usersec.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for usersec.h
configure:6331: result: no
configure:6211: checking util.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:90:10: fatal error: 'util.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking util.h presence
configure:6268: clang -E conftest.c
conftest.c:57:10: fatal error: 'util.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for util.h
configure:6331: result: no
configure:6211: checking utime.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking utime.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for utime.h
configure:6331: result: yes
configure:6211: checking utmp.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking utmp.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for utmp.h
configure:6331: result: yes
configure:6211: checking utmpx.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6235: $? = 0
configure:6249: result: yes
configure:6253: checking utmpx.h presence
configure:6268: clang -E conftest.c
configure:6275: $? = 0
configure:6289: result: yes
configure:6322: checking for utmpx.h
configure:6331: result: yes
configure:6211: checking vis.h usability
configure:6228: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:93:10: fatal error: 'vis.h' file not found
#include
^
1 error generated.
configure:6235: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:6249: result: no
configure:6253: checking vis.h presence
configure:6268: clang -E conftest.c
conftest.c:60:10: fatal error: 'vis.h' file not found
#include
^
1 error generated.
configure:6275: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| /* end confdefs.h. */
| #include
configure:6289: result: no
configure:6322: checking for vis.h
configure:6331: result: no
configure:6352: checking for lastlog.h
configure:6377: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:6384: $? = 0
configure:6401: result: yes
configure:6420: checking for sys/ptms.h
configure:6445: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:67:10: fatal error: 'sys/ptms.h' file not found
#include
^
1 error generated.
configure:6452: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_STREAM_H
| # include
| #endif
|
|
| #include
configure:6469: result: no
configure:6488: checking for login_cap.h
configure:6511: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:65:10: fatal error: 'login_cap.h' file not found
#include
^
1 error generated.
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| /* end confdefs.h. */
|
| #include
|
|
| #include
configure:6535: result: no
configure:8161: checking linux/if_tun.h usability
configure:8178: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:8185: $? = 0
configure:8199: result: yes
configure:8203: checking linux/if_tun.h presence
configure:8218: clang -E conftest.c
configure:8225: $? = 0
configure:8239: result: yes
configure:8272: checking for linux/if_tun.h
configure:8281: result: yes
configure:9821: checking compiler and flags for sanity
configure:9845: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c >&5
conftest.c:73:12: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
int main(){exit(0);}
^
conftest.c:73:12: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
configure:9849: $? = 0
configure:9855: ./conftest
configure:9859: $? = 0
configure:9861: result: yes
configure:9884: checking for yp_match
configure:9940: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c >&5
/tmp/conftest-379cd9.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `yp_match'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9947: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| /* end confdefs.h. */
| /* Define yp_match to an innocuous variant, in case declares yp_match.
| For example, HP-UX 11i declares gettimeofday. */
| #define yp_match innocuous_yp_match
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char yp_match (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef yp_match
|
| /* 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 yp_match ();
| /* 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_yp_match || defined __stub___yp_match
| choke me
| #endif
|
| int
| main ()
| {
| return yp_match ();
| ;
| return 0;
| }
configure:9967: result: no
configure:9973: checking for yp_match in -lnsl
configure:10008: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lnsl >&5
configure:10015: $? = 0
configure:10036: result: yes
configure:10049: checking for setsockopt
configure:10105: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lnsl >&5
configure:10112: $? = 0
configure:10132: result: yes
configure:10219: checking for dirname
configure:10275: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lnsl >&5
configure:10282: $? = 0
configure:10304: result: yes
configure:10328: checking libgen.h usability
configure:10345: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:10352: $? = 0
configure:10366: result: yes
configure:10370: checking libgen.h presence
configure:10385: clang -E conftest.c
configure:10392: $? = 0
configure:10406: result: yes
configure:10439: checking for libgen.h
configure:10448: result: yes
configure:10773: checking for getspnam
configure:10829: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lnsl >&5
configure:10836: $? = 0
configure:10856: result: yes
configure:10932: checking for library containing basename
configure:10973: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lnsl >&5
configure:10980: $? = 0
configure:11011: result: none required
configure:11056: checking for deflate in -lz
configure:11091: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lz -lnsl >&5
configure:11098: $? = 0
configure:11119: result: yes
configure:11216: checking zlib.h usability
configure:11233: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:11240: $? = 0
configure:11254: result: yes
configure:11258: checking zlib.h presence
configure:11273: clang -E conftest.c
configure:11280: $? = 0
configure:11294: result: yes
configure:11327: checking for zlib.h
configure:11334: result: yes
configure:11359: checking for possibly buggy zlib
configure:11402: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lz -lnsl >&5
conftest.c:84:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:84:3: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
configure:11406: $? = 0
configure:11412: ./conftest
found zlib version 1.2.8 (1020800)
configure:11416: $? = 0
configure:11418: result: no
configure:11456: checking for strcasecmp
configure:11512: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lz -lnsl >&5
conftest.c:99:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:99:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:11519: $? = 0
configure:11539: result: yes
configure:11620: checking for utimes
configure:11676: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lz -lnsl >&5
configure:11683: $? = 0
configure:11705: result: yes
configure:11809: checking libutil.h usability
configure:11826: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:110:10: fatal error: 'libutil.h' file not found
#include
^
1 error generated.
configure:11833: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 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:11847: result: no
configure:11851: checking libutil.h presence
configure:11866: clang -E conftest.c
conftest.c:77:10: fatal error: 'libutil.h' file not found
#include
^
1 error generated.
configure:11873: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| /* end confdefs.h. */
| #include
configure:11887: result: no
configure:11920: checking for libutil.h
configure:11929: result: no
configure:11944: checking for library containing login
configure:11985: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lz -lnsl >&5
/tmp/conftest-42d81e.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `login'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11992: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char login ();
| int
| main ()
| {
| return login ();
| ;
| return 0;
| }
configure:11985: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:11992: $? = 0
configure:12023: result: -lutil
configure:12042: checking for fmt_scaled
configure:12098: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-2cf7a0.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `fmt_scaled'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12105: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| /* end confdefs.h. */
| /* Define fmt_scaled to an innocuous variant, in case declares fmt_scaled.
| For example, HP-UX 11i declares gettimeofday. */
| #define fmt_scaled innocuous_fmt_scaled
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fmt_scaled (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef fmt_scaled
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fmt_scaled ();
| /* 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_fmt_scaled || defined __stub___fmt_scaled
| choke me
| #endif
|
| int
| main ()
| {
| return fmt_scaled ();
| ;
| return 0;
| }
configure:12127: result: no
configure:12042: checking for logout
configure:12098: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:12105: $? = 0
configure:12127: result: yes
configure:12042: checking for updwtmp
configure:12098: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:12105: $? = 0
configure:12127: result: yes
configure:12042: checking for logwtmp
configure:12098: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:12105: $? = 0
configure:12127: result: yes
configure:12144: checking for strftime
configure:12200: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:12207: $? = 0
configure:12229: result: yes
configure:12318: checking for GLOB_ALTDIRFUNC support
configure:12341: result: yes
configure:12355: checking for gl_matchc field in glob_t
configure:12378: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:87:13: error: no member named 'gl_matchc' in 'glob_t'; did you mean 'gl_pathc'?
glob_t g; g.gl_matchc = 1;
^~~~~~~~~
gl_pathc
/usr/include/glob.h:84:14: note: 'gl_pathc' declared here
__size_t gl_pathc; /* Count of paths matched by the pattern. */
^
1 error generated.
configure:12385: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| glob_t g; g.gl_matchc = 1;
| ;
| return 0;
| }
configure:12404: result: no
configure:12412: checking whether GLOB_NOMATCH is declared
configure:12442: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:12449: $? = 0
configure:12464: result: yes
configure:12483: checking whether struct dirent allocates space for d_name
configure:12514: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:87:32: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
int main(void){struct dirent d;exit(sizeof(d.d_name)<=sizeof(char));}
^
conftest.c:87:32: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
configure:12518: $? = 0
configure:12524: ./conftest
configure:12528: $? = 0
configure:12530: result: yes
configure:12554: checking for /proc/pid/fd directory
configure:12562: result: yes
configure:13535: checking for arc4random
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-c8a57a.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `arc4random'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| /* end confdefs.h. */
| /* Define arc4random to an innocuous variant, in case declares arc4random.
| For example, HP-UX 11i declares gettimeofday. */
| #define arc4random innocuous_arc4random
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef arc4random
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char arc4random ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_arc4random || defined __stub___arc4random
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for arc4random_buf
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-5b01d8.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `arc4random_buf'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| /* end confdefs.h. */
| /* Define arc4random_buf to an innocuous variant, in case declares arc4random_buf.
| For example, HP-UX 11i declares gettimeofday. */
| #define arc4random_buf innocuous_arc4random_buf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random_buf (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef arc4random_buf
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char arc4random_buf ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_arc4random_buf || defined __stub___arc4random_buf
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random_buf ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for arc4random_uniform
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-76c991.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `arc4random_uniform'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| /* end confdefs.h. */
| /* Define arc4random_uniform to an innocuous variant, in case declares arc4random_uniform.
| For example, HP-UX 11i declares gettimeofday. */
| #define arc4random_uniform innocuous_arc4random_uniform
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random_uniform (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef arc4random_uniform
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char arc4random_uniform ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_arc4random_uniform || defined __stub___arc4random_uniform
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random_uniform ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for asprintf
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:119:18: warning: format string missing [-Wformat]
return asprintf ();
~~~~~~~~ ^
1 warning generated.
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for b64_ntop
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-2894bd.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `b64_ntop'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| /* end confdefs.h. */
| /* Define b64_ntop to an innocuous variant, in case declares b64_ntop.
| For example, HP-UX 11i declares gettimeofday. */
| #define b64_ntop innocuous_b64_ntop
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char b64_ntop (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef b64_ntop
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char b64_ntop ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_b64_ntop || defined __stub___b64_ntop
| choke me
| #endif
|
| int
| main ()
| {
| return b64_ntop ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for __b64_ntop
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-d926e4.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `__b64_ntop'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| /* end confdefs.h. */
| /* Define __b64_ntop to an innocuous variant, in case declares __b64_ntop.
| For example, HP-UX 11i declares gettimeofday. */
| #define __b64_ntop innocuous___b64_ntop
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __b64_ntop (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef __b64_ntop
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __b64_ntop ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub___b64_ntop || defined __stub_____b64_ntop
| choke me
| #endif
|
| int
| main ()
| {
| return __b64_ntop ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for b64_pton
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-bc879b.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `b64_pton'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| /* end confdefs.h. */
| /* Define b64_pton to an innocuous variant, in case declares b64_pton.
| For example, HP-UX 11i declares gettimeofday. */
| #define b64_pton innocuous_b64_pton
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char b64_pton (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef b64_pton
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char b64_pton ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_b64_pton || defined __stub___b64_pton
| choke me
| #endif
|
| int
| main ()
| {
| return b64_pton ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for __b64_pton
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-b35bec.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `__b64_pton'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| /* end confdefs.h. */
| /* Define __b64_pton to an innocuous variant, in case declares __b64_pton.
| For example, HP-UX 11i declares gettimeofday. */
| #define __b64_pton innocuous___b64_pton
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __b64_pton (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef __b64_pton
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __b64_pton ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub___b64_pton || defined __stub_____b64_pton
| choke me
| #endif
|
| int
| main ()
| {
| return __b64_pton ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for bcopy
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for bindresvport_sa
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-b1880c.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `bindresvport_sa'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| /* end confdefs.h. */
| /* Define bindresvport_sa to an innocuous variant, in case declares bindresvport_sa.
| For example, HP-UX 11i declares gettimeofday. */
| #define bindresvport_sa innocuous_bindresvport_sa
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char bindresvport_sa (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef bindresvport_sa
|
| /* 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 bindresvport_sa ();
| /* 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_bindresvport_sa || defined __stub___bindresvport_sa
| choke me
| #endif
|
| int
| main ()
| {
| return bindresvport_sa ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for clock
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for closefrom
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-363a36.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `closefrom'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| /* end confdefs.h. */
| /* Define closefrom to an innocuous variant, in case declares closefrom.
| For example, HP-UX 11i declares gettimeofday. */
| #define closefrom innocuous_closefrom
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char closefrom (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef closefrom
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char closefrom ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_closefrom || defined __stub___closefrom
| choke me
| #endif
|
| int
| main ()
| {
| return closefrom ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for dirfd
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for fchmod
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for fchown
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for freeaddrinfo
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for fstatvfs
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for futimes
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for getaddrinfo
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for getcwd
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for getgrouplist
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for getnameinfo
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for getopt
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for getpeereid
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-e0b1cc.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `getpeereid'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| /* end confdefs.h. */
| /* Define getpeereid to an innocuous variant, in case declares getpeereid.
| For example, HP-UX 11i declares gettimeofday. */
| #define getpeereid innocuous_getpeereid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getpeereid (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef getpeereid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeereid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getpeereid || defined __stub___getpeereid
| choke me
| #endif
|
| int
| main ()
| {
| return getpeereid ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for getpeerucred
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-338a51.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `getpeerucred'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| /* end confdefs.h. */
| /* Define getpeerucred to an innocuous variant, in case declares getpeerucred.
| For example, HP-UX 11i declares gettimeofday. */
| #define getpeerucred innocuous_getpeerucred
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getpeerucred (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef getpeerucred
|
| /* 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 getpeerucred ();
| /* 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_getpeerucred || defined __stub___getpeerucred
| choke me
| #endif
|
| int
| main ()
| {
| return getpeerucred ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for _getpty
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-af897a.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `_getpty'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 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:13620: result: no
configure:13535: checking for getrlimit
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for getttyent
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for glob
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for inet_aton
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for inet_ntoa
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for inet_ntop
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for innetgr
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for login_getcapbool
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-7b86b8.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `login_getcapbool'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| /* end confdefs.h. */
| /* Define login_getcapbool to an innocuous variant, in case declares login_getcapbool.
| For example, HP-UX 11i declares gettimeofday. */
| #define login_getcapbool innocuous_login_getcapbool
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char login_getcapbool (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef login_getcapbool
|
| /* 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 login_getcapbool ();
| /* 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_login_getcapbool || defined __stub___login_getcapbool
| choke me
| #endif
|
| int
| main ()
| {
| return login_getcapbool ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for md5_crypt
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-f90493.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `md5_crypt'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| /* end confdefs.h. */
| /* Define md5_crypt to an innocuous variant, in case declares md5_crypt.
| For example, HP-UX 11i declares gettimeofday. */
| #define md5_crypt innocuous_md5_crypt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char md5_crypt (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef md5_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 md5_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_md5_crypt || defined __stub___md5_crypt
| choke me
| #endif
|
| int
| main ()
| {
| return md5_crypt ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for memmove
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:129:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:129:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for mkdtemp
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for mmap
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for ngetaddrinfo
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-db2b0b.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `ngetaddrinfo'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| /* Define ngetaddrinfo to an innocuous variant, in case declares ngetaddrinfo.
| For example, HP-UX 11i declares gettimeofday. */
| #define ngetaddrinfo innocuous_ngetaddrinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ngetaddrinfo (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef ngetaddrinfo
|
| /* 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 ngetaddrinfo ();
| /* 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_ngetaddrinfo || defined __stub___ngetaddrinfo
| choke me
| #endif
|
| int
| main ()
| {
| return ngetaddrinfo ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for nsleep
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-879fe7.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `nsleep'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| /* Define nsleep to an innocuous variant, in case declares nsleep.
| For example, HP-UX 11i declares gettimeofday. */
| #define nsleep innocuous_nsleep
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char nsleep (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef nsleep
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nsleep ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_nsleep || defined __stub___nsleep
| choke me
| #endif
|
| int
| main ()
| {
| return nsleep ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for ogetaddrinfo
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-6699ce.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `ogetaddrinfo'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| /* Define ogetaddrinfo to an innocuous variant, in case declares ogetaddrinfo.
| For example, HP-UX 11i declares gettimeofday. */
| #define ogetaddrinfo innocuous_ogetaddrinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ogetaddrinfo (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef ogetaddrinfo
|
| /* 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 ogetaddrinfo ();
| /* 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_ogetaddrinfo || defined __stub___ogetaddrinfo
| choke me
| #endif
|
| int
| main ()
| {
| return ogetaddrinfo ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for openlog_r
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-027970.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `openlog_r'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| /* Define openlog_r to an innocuous variant, in case declares openlog_r.
| For example, HP-UX 11i declares gettimeofday. */
| #define openlog_r innocuous_openlog_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char openlog_r (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef openlog_r
|
| /* 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 openlog_r ();
| /* 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_openlog_r || defined __stub___openlog_r
| choke me
| #endif
|
| int
| main ()
| {
| return openlog_r ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for openpty
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for poll
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for prctl
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for pstat
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-c72167.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `pstat'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| /* end confdefs.h. */
| /* Define pstat to an innocuous variant, in case declares pstat.
| For example, HP-UX 11i declares gettimeofday. */
| #define pstat innocuous_pstat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pstat (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef pstat
|
| /* 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 pstat ();
| /* 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_pstat || defined __stub___pstat
| choke me
| #endif
|
| int
| main ()
| {
| return pstat ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for readpassphrase
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-ff5fa1.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `readpassphrase'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| /* end confdefs.h. */
| /* Define readpassphrase to an innocuous variant, in case declares readpassphrase.
| For example, HP-UX 11i declares gettimeofday. */
| #define readpassphrase innocuous_readpassphrase
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char readpassphrase (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef readpassphrase
|
| /* 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 readpassphrase ();
| /* 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_readpassphrase || defined __stub___readpassphrase
| choke me
| #endif
|
| int
| main ()
| {
| return readpassphrase ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for realpath
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for recvmsg
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for rresvport_af
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for sendmsg
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for setdtablesize
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-4c06b2.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `setdtablesize'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| /* end confdefs.h. */
| /* Define setdtablesize to an innocuous variant, in case declares setdtablesize.
| For example, HP-UX 11i declares gettimeofday. */
| #define setdtablesize innocuous_setdtablesize
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setdtablesize (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef setdtablesize
|
| /* 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 setdtablesize ();
| /* 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_setdtablesize || defined __stub___setdtablesize
| choke me
| #endif
|
| int
| main ()
| {
| return setdtablesize ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for setegid
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for setenv
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for seteuid
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for setgroups
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for setlogin
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:148:1: error: unknown type name 'choke'
choke me
^
conftest.c:148:9: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| /* end confdefs.h. */
| /* Define setlogin to an innocuous variant, in case declares setlogin.
| For example, HP-UX 11i declares gettimeofday. */
| #define setlogin innocuous_setlogin
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setlogin (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef setlogin
|
| /* 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 setlogin ();
| /* 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_setlogin || defined __stub___setlogin
| choke me
| #endif
|
| int
| main ()
| {
| return setlogin ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for setpcred
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-2fb544.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `setpcred'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| /* end confdefs.h. */
| /* Define setpcred to an innocuous variant, in case declares setpcred.
| For example, HP-UX 11i declares gettimeofday. */
| #define setpcred innocuous_setpcred
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setpcred (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef setpcred
|
| /* 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 setpcred ();
| /* 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_setpcred || defined __stub___setpcred
| choke me
| #endif
|
| int
| main ()
| {
| return setpcred ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for setproctitle
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-2a997c.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `setproctitle'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| /* end confdefs.h. */
| /* Define setproctitle to an innocuous variant, in case declares setproctitle.
| For example, HP-UX 11i declares gettimeofday. */
| #define setproctitle innocuous_setproctitle
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setproctitle (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef setproctitle
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_setproctitle || defined __stub___setproctitle
| choke me
| #endif
|
| int
| main ()
| {
| return setproctitle ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for setregid
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for setreuid
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for setrlimit
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for setsid
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for setvbuf
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for sigaction
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for sigvec
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-c528bb.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `sigvec'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
| /* Define sigvec to an innocuous variant, in case declares sigvec.
| For example, HP-UX 11i declares gettimeofday. */
| #define sigvec innocuous_sigvec
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigvec (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef sigvec
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sigvec ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sigvec || defined __stub___sigvec
| choke me
| #endif
|
| int
| main ()
| {
| return sigvec ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for snprintf
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:149:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:149:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for socketpair
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for statfs
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for statvfs
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for strdup
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:153:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
conftest.c:153:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for strlcat
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:154:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
char strlcat ();
^
conftest.c:154:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
/tmp/conftest-8f4563.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `strlcat'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 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:13620: result: no
configure:13535: checking for strlcpy
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:154:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
^
conftest.c:154:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
/tmp/conftest-f18562.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `strlcpy'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 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:13620: result: no
configure:13535: checking for strmode
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-6d5fa3.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `strmode'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define strmode to an innocuous variant, in case declares strmode.
| For example, HP-UX 11i declares gettimeofday. */
| #define strmode innocuous_strmode
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strmode (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef strmode
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strmode ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strmode || defined __stub___strmode
| choke me
| #endif
|
| int
| main ()
| {
| return strmode ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for strtoll
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for strtoul
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for swap32
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-9dc8e0.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `swap32'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h. */
| /* Define swap32 to an innocuous variant, in case declares swap32.
| For example, HP-UX 11i declares gettimeofday. */
| #define swap32 innocuous_swap32
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char swap32 (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef swap32
|
| /* 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 swap32 ();
| /* 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_swap32 || defined __stub___swap32
| choke me
| #endif
|
| int
| main ()
| {
| return swap32 ();
| ;
| return 0;
| }
configure:13620: result: no
configure:13535: checking for sysconf
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for truncate
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for unsetenv
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for updwtmpx
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for vasprintf
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:171:19: warning: format string missing [-Wformat]
return vasprintf ();
~~~~~~~~~ ^
1 warning generated.
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for vhangup
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13598: $? = 0
configure:13620: result: yes
configure:13535: checking for vsnprintf
configure:13591: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:162:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:162:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
1 warning generated.
configure:13598: $? = 0
configure:13620: result: yes
configure:13638: checking for gai_strerror
configure:13694: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13701: $? = 0
configure:13723: result: yes
configure:13765: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:154:5: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
str = gai_strerror(0);
^ ~~~~~~~~~~~~~~~
1 warning generated.
configure:13772: $? = 0
configure:13795: checking for library containing nanosleep
configure:13836: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:13843: $? = 0
configure:13874: result: none required
configure:13887: checking whether getrusage is declared
configure:13916: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:181:10: error: use of undeclared identifier 'getrusage'
(void) getrusage;
^
1 error generated.
configure:13923: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 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 getrusage
| (void) getrusage;
| #endif
|
| ;
| return 0;
| }
configure:13938: result: no
configure:14044: checking whether strsep is declared
configure:14078: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:14085: $? = 0
configure:14100: result: yes
configure:14107: checking for strsep
configure:14163: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14170: $? = 0
configure:14192: result: yes
configure:14208: checking whether h_errno is declared
configure:14238: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:14245: $? = 0
configure:14260: result: yes
configure:14279: checking whether SHUT_RD is declared
configure:14312: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:14319: $? = 0
configure:14334: result: yes
configure:14353: checking whether O_NONBLOCK is declared
configure:14391: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:14398: $? = 0
configure:14413: result: yes
configure:14433: checking whether MAXSYMLINKS is declared
configure:14465: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:14472: $? = 0
configure:14487: result: yes
configure:14506: checking whether offsetof is declared
configure:14538: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:14545: $? = 0
configure:14560: result: yes
configure:14585: checking for gettimeofday
configure:14641: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14648: $? = 0
configure:14670: result: yes
configure:14585: checking for time
configure:14641: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14648: $? = 0
configure:14670: result: yes
configure:14691: checking for endutent
configure:14747: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14754: $? = 0
configure:14776: result: yes
configure:14691: checking for getutent
configure:14747: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14754: $? = 0
configure:14776: result: yes
configure:14691: checking for getutid
configure:14747: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14754: $? = 0
configure:14776: result: yes
configure:14691: checking for getutline
configure:14747: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14754: $? = 0
configure:14776: result: yes
configure:14691: checking for pututline
configure:14747: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14754: $? = 0
configure:14776: result: yes
configure:14691: checking for setutent
configure:14747: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14754: $? = 0
configure:14776: result: yes
configure:14792: checking for utmpname
configure:14848: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14855: $? = 0
configure:14877: result: yes
configure:14897: checking for endutxent
configure:14953: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14960: $? = 0
configure:14982: result: yes
configure:14897: checking for getutxent
configure:14953: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14960: $? = 0
configure:14982: result: yes
configure:14897: checking for getutxid
configure:14953: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14960: $? = 0
configure:14982: result: yes
configure:14897: checking for getutxline
configure:14953: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14960: $? = 0
configure:14982: result: yes
configure:14897: checking for pututxline
configure:14953: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:14960: $? = 0
configure:14982: result: yes
configure:14999: checking for setutxent
configure:15055: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:15062: $? = 0
configure:15084: result: yes
configure:14999: checking for utmpxname
configure:15055: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
configure:15062: $? = 0
configure:15084: result: yes
configure:15100: checking for getlastlogxbyname
configure:15156: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
/tmp/conftest-8a04a7.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `getlastlogxbyname'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15163: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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
| /* end confdefs.h. */
| /* Define getlastlogxbyname to an innocuous variant, in case declares getlastlogxbyname.
| For example, HP-UX 11i declares gettimeofday. */
| #define getlastlogxbyname innocuous_getlastlogxbyname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getlastlogxbyname (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef getlastlogxbyname
|
| /* 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 getlastlogxbyname ();
| /* 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_getlastlogxbyname || defined __stub___getlastlogxbyname
| choke me
| #endif
|
| int
| main ()
| {
| return getlastlogxbyname ();
| ;
| return 0;
| }
configure:15185: result: no
configure:15201: checking whether snprintf correctly terminates long strings
configure:15225: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lutil -lz -lnsl >&5
conftest.c:168:52: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
int main(void){char b[5];snprintf(b,5,"123456789");exit(b[4]!='\0');}
^
conftest.c:168:52: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
configure:15229: $? = 0
configure:15235: ./conftest
configure:15239: $? = 0
configure:15241: result: yes
configure:15355: checking whether snprintf can declare const char *fmt
configure:15374: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:15381: $? = 0
configure:15386: result: yes
configure:15410: checking whether system supports SO_PEERCRED getsockopt
configure:15434: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:172:5: warning: unused variable 'i' [-Wunused-variable]
int i = SO_PEERCRED;
^
1 warning generated.
configure:15441: $? = 0
configure:15446: result: yes
configure:15753: checking whether getpgrp requires zero arguments
configure:15780: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:204:10: error: too many arguments to function call, expected 0, have 1
getpgrp (0);
~~~~~~~ ^
/usr/include/unistd.h:637:1: note: 'getpgrp' declared here
extern __pid_t getpgrp (void) __THROW;
^
1 error generated.
configure:15787: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 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 ()
| {
| getpgrp (0);
| ;
| return 0;
| }
configure:15803: result: yes
configure:15878: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl >&5
configure:15885: $? = 0
configure:15980: checking OpenSSL header version
configure:16021: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl >&5
conftest.c:181:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:181:3: note: include the header or explicitly provide a declaration for 'exit'
conftest.c:183:37: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat]
if ((rc = fprintf(fd ,"%x (%s)\n", OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT)) <0)
~~ ^~~~~~~~~~~~~~~~~~~~~~
%lx
/usr/include/openssl/opensslv.h:33:34: note: expanded from macro 'OPENSSL_VERSION_NUMBER'
# define OPENSSL_VERSION_NUMBER 0x1000208fL
^~~~~~~~~~~
2 warnings generated.
configure:16025: $? = 0
configure:16031: ./conftest
configure:16035: $? = 0
configure:16039: result: 1000208f (OpenSSL 1.0.2h 3 May 2016)
configure:16063: checking OpenSSL library version
configure:16105: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl >&5
conftest.c:184:37: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
if ((rc = fprintf(fd ,"%x (%s)\n", SSLeay(), SSLeay_version(SSLEAY_VERSION))) <0)
~~ ^~~~~~~~
%lx
1 warning generated.
configure:16109: $? = 0
configure:16115: ./conftest
configure:16119: $? = 0
configure:16123: result: 1000208f (OpenSSL 1.0.2h 3 May 2016)
configure:16158: checking whether OpenSSL's headers match the library
configure:16185: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl >&5
conftest.c:173:18: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
int main(void) { exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1); }
^
conftest.c:173:18: note: include the header or explicitly provide a declaration for 'exit'
conftest.c:173:23: warning: implicit declaration of function 'SSLeay' is invalid in C99 [-Wimplicit-function-declaration]
int main(void) { exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1); }
^
2 warnings generated.
configure:16189: $? = 0
configure:16195: ./conftest
configure:16199: $? = 0
configure:16202: result: yes
configure:16244: checking if programs using OpenSSL functions will link
configure:16263: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl >&5
configure:16270: $? = 0
configure:16279: result: yes
configure:16418: checking whether OpenSSL has crippled AES support
configure:16438: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl >&5
configure:16445: $? = 0
configure:16454: result: no
configure:16477: checking if EVP_DigestUpdate returns an int
configure:16497: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl >&5
configure:16504: $? = 0
configure:16513: result: yes
configure:16619: checking for crypt in -lcrypt
configure:16654: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypt -lcrypto -lutil -lz -lnsl >&5
configure:16661: $? = 0
configure:16682: result: yes
configure:16696: checking for SHA256_Update
configure:16752: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:16759: $? = 0
configure:16781: result: yes
configure:16696: checking for EVP_sha256
configure:16752: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:16759: $? = 0
configure:16781: result: yes
configure:16795: checking for ia_openinfo in -liaf
configure:16830: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -liaf -lcrypto -lutil -lz -lnsl -lcrypt >&5
/usr/bin/ld: cannot find -liaf
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16837: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 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 ia_openinfo ();
| int
| main ()
| {
| return ia_openinfo ();
| ;
| return 0;
| }
configure:16858: result: no
configure:16978: checking whether OpenSSL's PRNG is internally seeded
configure:17008: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:17012: $? = 0
configure:17018: ./conftest
configure:17022: $? = 0
configure:17026: result: yes
configure:17711: checking for ls
configure:17729: found /usr/bin/ls
configure:17741: result: /usr/bin/ls
configure:17757: checking for netstat
configure:17790: result: no
configure:17803: checking for arp
configure:17836: result: no
configure:17849: checking for ifconfig
configure:17882: result: no
configure:17895: checking for jstat
configure:17913: found /usr/bin/jstat
configure:17925: result: /usr/bin/jstat
configure:17941: checking for ps
configure:17959: found /usr/bin/ps
configure:17971: result: /usr/bin/ps
configure:17987: checking for sar
configure:18020: result: no
configure:18033: checking for w
configure:18051: found /usr/bin/w
configure:18063: result: /usr/bin/w
configure:18079: checking for who
configure:18097: found /usr/bin/who
configure:18109: result: /usr/bin/who
configure:18125: checking for last
configure:18143: found /usr/bin/last
configure:18155: result: /usr/bin/last
configure:18171: checking for lastlog
configure:18189: found /usr/bin/lastlog
configure:18201: result: /usr/bin/lastlog
configure:18217: checking for df
configure:18235: found /usr/bin/df
configure:18247: result: /usr/bin/df
configure:18263: checking for vmstat
configure:18281: found /usr/bin/vmstat
configure:18293: result: /usr/bin/vmstat
configure:18309: checking for uptime
configure:18327: found /usr/bin/uptime
configure:18339: result: /usr/bin/uptime
configure:18355: checking for ipcs
configure:18373: found /usr/bin/ipcs
configure:18385: result: /usr/bin/ipcs
configure:18401: checking for tail
configure:18419: found /usr/bin/tail
configure:18431: result: /usr/bin/tail
configure:18469: checking for long long
configure:18497: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:18504: $? = 0
configure:18531: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:211:24: error: expected expression
if (sizeof ((long long)))
^
1 error generated.
configure:18538: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((long long)))
| return 0;
| ;
| return 0;
| }
configure:18561: result: yes
configure:18571: checking for unsigned long long
configure:18599: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:18606: $? = 0
configure:18633: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:212:33: error: expected expression
if (sizeof ((unsigned long long)))
^
1 error generated.
configure:18640: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((unsigned long long)))
| return 0;
| ;
| return 0;
| }
configure:18663: result: yes
configure:18673: checking for long double
configure:18701: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:18708: $? = 0
configure:18735: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:213:26: error: expected expression
if (sizeof ((long double)))
^
1 error generated.
configure:18742: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((long double)))
| return 0;
| ;
| return 0;
| }
configure:18765: result: yes
configure:18782: checking size of char
configure:19087: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:19091: $? = 0
configure:19097: ./conftest
configure:19101: $? = 0
configure:19127: result: 1
configure:19141: checking size of short int
configure:19446: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:19450: $? = 0
configure:19456: ./conftest
configure:19460: $? = 0
configure:19486: result: 2
configure:19500: checking size of int
configure:19805: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:19809: $? = 0
configure:19815: ./conftest
configure:19819: $? = 0
configure:19845: result: 4
configure:19859: checking size of long int
configure:20164: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:20168: $? = 0
configure:20174: ./conftest
configure:20178: $? = 0
configure:20204: result: 8
configure:20218: checking size of long long int
configure:20523: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:20527: $? = 0
configure:20533: ./conftest
configure:20537: $? = 0
configure:20563: result: 8
configure:20733: checking for u_int type
configure:20760: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:20767: $? = 0
configure:20784: result: yes
configure:20795: checking for intXX_t types
configure:20822: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:20829: $? = 0
configure:20846: result: yes
configure:20915: checking for int64_t type
configure:20951: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:20958: $? = 0
configure:20975: result: yes
configure:20985: checking for u_intXX_t types
configure:21012: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:21019: $? = 0
configure:21036: result: yes
configure:21103: checking for u_int64_t types
configure:21130: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:21137: $? = 0
configure:21154: result: yes
configure:21287: checking for uintXX_t types in stdint.h
configure:21310: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:21317: $? = 0
configure:21327: result: yes
configure:21411: checking for u_char
configure:21440: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:21447: $? = 0
configure:21464: result: yes
configure:21475: checking for socklen_t
configure:21505: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:21512: $? = 0
configure:21541: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:196:24: error: expected expression
if (sizeof ((socklen_t)))
^
1 error generated.
configure:21548: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:21571: result: yes
configure:21663: checking for sig_atomic_t
configure:21692: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:21699: $? = 0
configure:21727: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:195:27: error: expected expression
if (sizeof ((sig_atomic_t)))
^
1 error generated.
configure:21734: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| if (sizeof ((sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:21757: result: yes
configure:21768: checking for fsblkcnt_t
configure:21808: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:21815: $? = 0
configure:21854: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:207:25: error: expected expression
if (sizeof ((fsblkcnt_t)))
^
1 error generated.
configure:21861: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| /* end confdefs.h. */
|
| #include
| #ifdef HAVE_SYS_BITYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_STATFS_H
| #include
| #endif
| #ifdef HAVE_SYS_STATVFS_H
| #include
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((fsblkcnt_t)))
| return 0;
| ;
| return 0;
| }
configure:21884: result: yes
configure:21894: checking for fsfilcnt_t
configure:21934: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:21941: $? = 0
configure:21980: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:208:25: error: expected expression
if (sizeof ((fsfilcnt_t)))
^
1 error generated.
configure:21987: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| /* end confdefs.h. */
|
| #include
| #ifdef HAVE_SYS_BITYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_STATFS_H
| #include
| #endif
| #ifdef HAVE_SYS_STATVFS_H
| #include
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((fsfilcnt_t)))
| return 0;
| ;
| return 0;
| }
configure:22010: result: yes
configure:22022: checking for in_addr_t
configure:22052: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22059: $? = 0
configure:22088: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:199:24: error: expected expression
if (sizeof ((in_addr_t)))
^
1 error generated.
configure:22095: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| if (sizeof ((in_addr_t)))
| return 0;
| ;
| return 0;
| }
configure:22118: result: yes
configure:22128: checking for in_port_t
configure:22158: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22165: $? = 0
configure:22194: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:200:24: error: expected expression
if (sizeof ((in_port_t)))
^
1 error generated.
configure:22201: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| if (sizeof ((in_port_t)))
| return 0;
| ;
| return 0;
| }
configure:22224: result: yes
configure:22236: checking for size_t
configure:22265: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22272: $? = 0
configure:22289: result: yes
configure:22299: checking for ssize_t
configure:22328: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22335: $? = 0
configure:22352: result: yes
configure:22362: checking for clock_t
configure:22391: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22398: $? = 0
configure:22415: result: yes
configure:22425: checking for sa_family_t
configure:22455: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22462: $? = 0
configure:22525: result: yes
configure:22535: checking for pid_t
configure:22564: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22571: $? = 0
configure:22588: result: yes
configure:22598: checking for mode_t
configure:22627: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22634: $? = 0
configure:22651: result: yes
configure:22662: checking for struct sockaddr_storage
configure:22692: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:208:26: warning: unused variable 's' [-Wunused-variable]
struct sockaddr_storage s;
^
1 warning generated.
configure:22699: $? = 0
configure:22716: result: yes
configure:22726: checking for struct sockaddr_in6
configure:22756: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22763: $? = 0
configure:22780: result: yes
configure:22790: checking for struct in6_addr
configure:22820: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22827: $? = 0
configure:22844: result: yes
configure:22853: checking for struct sockaddr_in6.sin6_scope_id
configure:22887: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:22894: $? = 0
configure:22958: result: yes
configure:22971: checking for struct addrinfo
configure:23002: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:23009: $? = 0
configure:23026: result: yes
configure:23036: checking for struct timeval
configure:23063: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:23070: $? = 0
configure:23087: result: yes
configure:23098: checking for struct timespec
configure:23126: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:23133: $? = 0
configure:23160: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:243:30: error: expected expression
if (sizeof ((struct timespec)))
^
1 error generated.
configure:23167: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((struct timespec)))
| return 0;
| ;
| return 0;
| }
configure:23190: result: yes
configure:23253: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
conftest.c:212:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^
conftest.c:223:33: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat]
snprintf(buf, mazsize, "%lld", num);
~~~~ ^~~
%ld
conftest.c:225:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:225:3: note: include the header or explicitly provide a declaration for 'exit'
3 warnings generated.
configure:23257: $? = 0
configure:23263: ./conftest
configure:23267: $? = 0
configure:23292: checking for ut_host field in utmp.h
configure:23319: result: yes
configure:23337: checking for ut_host field in utmpx.h
configure:23364: result: yes
configure:23382: checking for syslen field in utmpx.h
configure:23409: result: no
configure:23427: checking for ut_pid field in utmp.h
configure:23454: result: yes
configure:23472: checking for ut_type field in utmp.h
configure:23499: result: yes
configure:23517: checking for ut_type field in utmpx.h
configure:23544: result: yes
configure:23562: checking for ut_tv field in utmp.h
configure:23589: result: yes
configure:23607: checking for ut_id field in utmp.h
configure:23634: result: yes
configure:23652: checking for ut_id field in utmpx.h
configure:23679: result: yes
configure:23697: checking for ut_addr field in utmp.h
configure:23724: result: yes
configure:23742: checking for ut_addr field in utmpx.h
configure:23769: result: yes
configure:23787: checking for ut_addr_v6 field in utmp.h
configure:23814: result: yes
configure:23832: checking for ut_addr_v6 field in utmpx.h
configure:23859: result: yes
configure:23877: checking for ut_exit field in utmp.h
configure:23904: result: yes
configure:23922: checking for ut_time field in utmp.h
configure:23949: result: no
configure:23967: checking for ut_time field in utmpx.h
configure:23994: result: no
configure:24012: checking for ut_tv field in utmpx.h
configure:24039: result: yes
configure:24054: checking for struct stat.st_blksize
configure:24082: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:24089: $? = 0
configure:24147: result: yes
configure:24158: checking for struct __res_state.retrans
configure:24195: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:24202: $? = 0
configure:24269: result: yes
configure:24282: checking for ss_family field in struct sockaddr_storage
configure:24312: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:24319: $? = 0
configure:24335: result: yes
configure:24345: checking for __ss_family field in struct sockaddr_storage
configure:24375: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:231:31: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'?
struct sockaddr_storage s; s.__ss_family = 1;
^~~~~~~~~~~
ss_family
/usr/include/bits/socket.h:168:5: note: 'ss_family' declared here
__SOCKADDR_COMMON (ss_); /* Address family, etc. */
^
/usr/include/bits/sockaddr.h:35:15: note: expanded from macro '__SOCKADDR_COMMON'
sa_family_t sa_prefix##family
^
:23:1: note: expanded from here
ss_family
^
1 error generated.
configure:24382: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| /* end confdefs.h. */
|
| #include
| #include
|
| int
| main ()
| {
| struct sockaddr_storage s; s.__ss_family = 1;
| ;
| return 0;
| }
configure:24399: result: no
configure:24409: checking for pw_class field in struct passwd
configure:24438: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:230:21: error: no member named 'pw_class' in 'struct passwd'
struct passwd p; p.pw_class = 0;
~ ^
1 error generated.
configure:24445: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| /* end confdefs.h. */
|
| #include
|
| int
| main ()
| {
| struct passwd p; p.pw_class = 0;
| ;
| return 0;
| }
configure:24462: result: no
configure:24472: checking for pw_expire field in struct passwd
configure:24501: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:230:21: error: no member named 'pw_expire' in 'struct passwd'
struct passwd p; p.pw_expire = 0;
~ ^
1 error generated.
configure:24508: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| /* end confdefs.h. */
|
| #include
|
| int
| main ()
| {
| struct passwd p; p.pw_expire = 0;
| ;
| return 0;
| }
configure:24525: result: no
configure:24535: checking for pw_change field in struct passwd
configure:24564: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:230:21: error: no member named 'pw_change' in 'struct passwd'
struct passwd p; p.pw_change = 0;
~ ^
1 error generated.
configure:24571: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| /* end confdefs.h. */
|
| #include
|
| int
| main ()
| {
| struct passwd p; p.pw_change = 0;
| ;
| return 0;
| }
configure:24588: result: no
configure:24598: checking for msg_accrights field in struct msghdr
configure:24626: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:11:3: error: no member named 'msg_accrights' in 'struct msghdr'
m.msg_accrights = 0;
~ ^
conftest.c:12:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(0);
^
conftest.c:12:1: note: include the header or explicitly provide a declaration for 'exit'
1 warning and 1 error generated.
configure:24633: $? = 1
configure: failed program was:
|
| #include
| #include
| #include
| int main() {
| #ifdef msg_accrights
| #error "msg_accrights is a macro"
| exit(1);
| #endif
| struct msghdr m;
| m.msg_accrights = 0;
| exit(0);
| }
|
configure:24650: result: no
configure:24660: checking if f_fsid has val members
configure:24685: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:230:15: error: variable has incomplete type 'struct fsid_t'
struct fsid_t t; t.val[0] = 0;
^
conftest.c:230:8: note: forward declaration of 'struct fsid_t'
struct fsid_t t; t.val[0] = 0;
^
1 error generated.
configure:24692: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| /* end confdefs.h. */
|
| #include
| #include
| int
| main ()
| {
| struct fsid_t t; t.val[0] = 0;
| ;
| return 0;
| }
configure:24708: result: no
configure:24715: checking for msg_control field in struct msghdr
configure:24743: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:12:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(0);
^
conftest.c:12:1: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
configure:24750: $? = 0
configure:24767: result: yes
configure:24777: checking if libc defines __progname
configure:24804: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
conftest.c:229:27: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
extern char *__progname; printf("%s", __progname);
^
conftest.c:229:27: note: include the header or explicitly provide a declaration for 'printf'
1 warning generated.
configure:24811: $? = 0
configure:24833: result: yes
configure:24843: checking whether clang implements __FUNCTION__
configure:24872: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:24879: $? = 0
configure:24901: result: yes
configure:24911: checking whether clang implements __func__
configure:24940: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:24947: $? = 0
configure:24969: result: yes
configure:24979: checking whether va_copy exists
configure:25007: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:25014: $? = 0
configure:25036: result: yes
configure:25046: checking whether __va_copy exists
configure:25074: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
configure:25081: $? = 0
configure:25103: result: yes
configure:25113: checking whether getopt has optreset support
configure:25142: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
/tmp/conftest-4c1ba5.o: In function `main':
conftest.c:(.text+0x1e): undefined reference to `optreset'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25149: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| /* end confdefs.h. */
|
| #include
|
| int
| main ()
| {
| extern int optreset; optreset = 0;
| ;
| return 0;
| }
configure:25171: result: no
configure:25181: checking if libc defines sys_errlist
configure:25208: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
conftest.c:234:42: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
extern const char *const sys_errlist[]; printf("%s", sys_errlist[0]);
^
conftest.c:234:42: note: include the header or explicitly provide a declaration for 'printf'
1 warning generated.
/tmp/conftest-1bf3be.o: In function `main':
conftest.c:(.text+0x1f): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
configure:25215: $? = 0
configure:25237: result: yes
configure:25248: checking if libc defines sys_nerr
configure:25275: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
conftest.c:235:23: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
extern int sys_nerr; printf("%i", sys_nerr);
^
conftest.c:235:23: note: include the header or explicitly provide a declaration for 'printf'
1 warning generated.
/tmp/conftest-657942.o: In function `main':
conftest.c:(.text+0x1e): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
configure:25282: $? = 0
configure:25304: result: yes
configure:25659: checking for library containing getrrsetbyname
configure:25700: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
/tmp/conftest-e8a491.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `getrrsetbyname'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25707: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 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 getrrsetbyname ();
| int
| main ()
| {
| return getrrsetbyname ();
| ;
| return 0;
| }
configure:25700: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lresolv -lcrypto -lutil -lz -lnsl -lcrypt >&5
/tmp/conftest-1d1a58.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `getrrsetbyname'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25707: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 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 getrrsetbyname ();
| int
| main ()
| {
| return getrrsetbyname ();
| ;
| return 0;
| }
configure:25738: result: no
configure:25751: checking for library containing res_query
configure:25792: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
/tmp/conftest-eb533f.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `res_query'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25799: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char res_query ();
| int
| main ()
| {
| return res_query ();
| ;
| return 0;
| }
configure:25792: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lresolv -lcrypto -lutil -lz -lnsl -lcrypt >&5
/tmp/conftest-7cb7e3.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `res_query'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25799: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char res_query ();
| int
| main ()
| {
| return res_query ();
| ;
| return 0;
| }
configure:25830: result: no
configure:25838: checking for library containing dn_expand
configure:25879: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
/tmp/conftest-3951bc.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `dn_expand'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25886: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 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 dn_expand ();
| int
| main ()
| {
| return dn_expand ();
| ;
| return 0;
| }
configure:25879: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lresolv -lcrypto -lutil -lz -lnsl -lcrypt >&5
/tmp/conftest-62d415.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `dn_expand'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25886: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 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 dn_expand ();
| int
| main ()
| {
| return dn_expand ();
| ;
| return 0;
| }
configure:25917: result: no
configure:25925: checking if res_query will link
configure:25955: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt >&5
/tmp/conftest-772990.o: In function `main':
conftest.c:(.text+0x23): undefined reference to `res_query'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25962: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char res_query ();
| int
| main ()
| {
| return res_query ();
| ;
| return 0;
| }
configure:25976: result: no
configure:25980: checking for res_query in -lresolv
configure:25998: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt -lresolv >&5
configure:26005: $? = 0
configure:26014: result: yes
configure:26039: checking for _getshort
configure:26095: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt -lresolv -lresolv >&5
configure:26102: $? = 0
configure:26124: result: yes
configure:26039: checking for _getlong
configure:26095: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt -lresolv -lresolv >&5
configure:26102: $? = 0
configure:26124: result: yes
configure:26136: checking whether _getshort is declared
configure:26167: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:241:10: error: use of undeclared identifier '_getshort'
(void) _getshort;
^
1 error generated.
configure:26174: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 1
| #define HAVE__GETSHORT 1
| #define HAVE__GETLONG 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| #ifndef _getshort
| (void) _getshort;
| #endif
|
| ;
| return 0;
| }
configure:26189: result: no
configure:26205: checking whether _getlong is declared
configure:26236: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:242:10: error: use of undeclared identifier '_getlong'
(void) _getlong;
^
1 error generated.
configure:26243: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 1
| #define HAVE__GETSHORT 1
| #define HAVE__GETLONG 1
| #define HAVE_DECL__GETSHORT 0
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| #ifndef _getlong
| (void) _getlong;
| #endif
|
| ;
| return 0;
| }
configure:26258: result: no
configure:26276: checking for HEADER.ad
configure:26305: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:26312: $? = 0
configure:26371: result: yes
configure:26385: checking if struct __res_state _res is an extern
configure:26406: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt -lresolv -lresolv >&5
configure:26413: $? = 0
configure:26421: result: yes
configure:28284: checking for xauth
configure:28317: result: no
configure:28406: checking for "/dev/ptc"
configure:28421: result: no
configure:28465: checking for nroff
configure:28483: found /usr/bin/nroff
configure:28495: result: /usr/bin/nroff
configure:28560: checking if the systems has expire shadow information
configure:28587: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
configure:28594: $? = 0
configure:28611: result: yes
configure:28675: checking for "/etc/default/login"
configure:28690: result: no
configure:28799: clang -o conftest -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all -fstack-protector-all conftest.c -lcrypto -lutil -lz -lnsl -lcrypt -lresolv -lresolv >&5
conftest.c:257:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^
conftest.c:264:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:264:3: note: include the header or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:28803: $? = 0
configure:28809: ./conftest
configure:28813: $? = 0
configure:28879: checking if we need to convert IPv4 in IPv6-mapped addresses
configure:28903: result: yes (default)
configure:29098: checking if your system defines LASTLOG_FILE
configure:29133: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:258:18: error: use of undeclared identifier 'LASTLOG_FILE'
char *lastlog = LASTLOG_FILE;
^
1 error generated.
configure:29140: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 1
| #define HAVE__GETSHORT 1
| #define HAVE__GETLONG 1
| #define HAVE_DECL__GETSHORT 0
| #define HAVE_DECL__GETLONG 0
| #define HAVE_HEADER_AD 1
| #define HAVE__RES_EXTERN 1
| #define HAS_SHADOW_EXPIRE 1
| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin"
| #define IPV4_IN_IPV6 1
| #define _PATH_SSH_PIDDIR "/var/run"
| /* 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:29152: result: no
configure:29154: checking if your system defines _PATH_LASTLOG
configure:29186: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:255:8: warning: unused variable 'lastlog' [-Wunused-variable]
char *lastlog = _PATH_LASTLOG;
^
1 warning generated.
configure:29193: $? = 0
configure:29198: result: yes
configure:29240: checking if your system defines UTMP_FILE
configure:29269: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:252:8: warning: unused variable 'utmp' [-Wunused-variable]
char *utmp = UTMP_FILE;
^
1 warning generated.
configure:29276: $? = 0
configure:29281: result: yes
configure:29317: checking if your system defines WTMP_FILE
configure:29346: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:252:8: warning: unused variable 'wtmp' [-Wunused-variable]
char *wtmp = WTMP_FILE;
^
1 warning generated.
configure:29353: $? = 0
configure:29358: result: yes
configure:29395: checking if your system defines UTMPX_FILE
configure:29427: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:255:16: error: use of undeclared identifier 'UTMPX_FILE'
char *utmpx = UTMPX_FILE;
^
1 error generated.
configure:29434: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 1
| #define HAVE__GETSHORT 1
| #define HAVE__GETLONG 1
| #define HAVE_DECL__GETSHORT 0
| #define HAVE_DECL__GETLONG 0
| #define HAVE_HEADER_AD 1
| #define HAVE__RES_EXTERN 1
| #define HAS_SHADOW_EXPIRE 1
| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin"
| #define IPV4_IN_IPV6 1
| #define _PATH_SSH_PIDDIR "/var/run"
| /* 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:29445: result: no
configure:29467: checking if your system defines WTMPX_FILE
configure:29499: clang -c -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all conftest.c >&5
conftest.c:256:16: error: use of undeclared identifier 'WTMPX_FILE'
char *wtmpx = WTMPX_FILE;
^
1 error generated.
configure:29506: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
| #define PACKAGE_TARNAME "openssh"
| #define PACKAGE_VERSION "Portable"
| #define PACKAGE_STRING "OpenSSH Portable"
| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
| #define HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SYSMACROS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TTYENT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_LASTLOG_H 1
| #define PAM_TTY_KLUDGE 1
| #define LOCKED_PASSWD_PREFIX "!"
| #define SPT_TYPE SPT_REUSEARGV
| #define LINK_OPNOTSUPP_ERRNO EPERM
| #define _PATH_BTMP "/var/log/btmp"
| #define USE_BTMP 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define SSH_TUN_LINUX 1
| #define SSH_TUN_COMPAT_AF 1
| #define SSH_TUN_PREPEND_AF 1
| #define HAVE_LIBNSL 1
| #define HAVE_DIRNAME 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_BASENAME 1
| #define HAVE_LIBZ 1
| #define HAVE_UTIMES 1
| #define HAVE_LOGIN 1
| #define HAVE_LOGOUT 1
| #define HAVE_UPDWTMP 1
| #define HAVE_LOGWTMP 1
| #define HAVE_STRFTIME 1
| #define GLOB_HAS_ALTDIRFUNC 1
| #define HAVE_DECL_GLOB_NOMATCH 1
| #define HAVE_PROC_PID 1
| #define HAVE_ASPRINTF 1
| #define HAVE_BCOPY 1
| #define HAVE_CLOCK 1
| #define HAVE_DIRFD 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FREEADDRINFO 1
| #define HAVE_FSTATVFS 1
| #define HAVE_FUTIMES 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTTYENT 1
| #define HAVE_GLOB 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INNETGR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_OPENPTY 1
| #define HAVE_POLL 1
| #define HAVE_PRCTL 1
| #define HAVE_REALPATH 1
| #define HAVE_RECVMSG 1
| #define HAVE_RRESVPORT_AF 1
| #define HAVE_SENDMSG 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETSID 1
| #define HAVE_SETVBUF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UPDWTMPX 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VHANGUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_CONST_GAI_STRERROR_PROTO 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_SHUT_RD 1
| #define HAVE_DECL_O_NONBLOCK 1
| #define HAVE_DECL_MAXSYMLINKS 1
| #define HAVE_DECL_OFFSETOF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME 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 SNPRINTF_CONST const
| #define HAVE_SO_PEERCRED 1
| #define GETPGRP_VOID 1
| #define HAVE_OPENSSL 1
| #define HAVE_SHA256_UPDATE 1
| #define HAVE_EVP_SHA256 1
| #define OPENSSL_PRNG_ONLY 1
| #define ENTROPY_TIMEOUT_MSEC 200
| #define SSH_PRIVSEP_USER "sshd"
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT_INT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG_INT 8
| #define HAVE_U_INT 1
| #define HAVE_INTXX_T 1
| #define HAVE_INT64_T 1
| #define HAVE_U_INTXX_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINTXX_T 1
| #define HAVE_U_CHAR 1
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_FSBLKCNT_T 1
| #define HAVE_FSFILCNT_T 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_IN_PORT_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_CLOCK_T 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PID_T 1
| #define HAVE_MODE_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_HOST_IN_UTMP 1
| #define HAVE_HOST_IN_UTMPX 1
| #define HAVE_PID_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMP 1
| #define HAVE_TYPE_IN_UTMPX 1
| #define HAVE_TV_IN_UTMP 1
| #define HAVE_ID_IN_UTMP 1
| #define HAVE_ID_IN_UTMPX 1
| #define HAVE_ADDR_IN_UTMP 1
| #define HAVE_ADDR_IN_UTMPX 1
| #define HAVE_ADDR_V6_IN_UTMP 1
| #define HAVE_ADDR_V6_IN_UTMPX 1
| #define HAVE_EXIT_IN_UTMP 1
| #define HAVE_TV_IN_UTMPX 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_SS_FAMILY_IN_SS 1
| #define HAVE_CONTROL_IN_MSGHDR 1
| #define HAVE___PROGNAME 1
| #define HAVE___FUNCTION__ 1
| #define HAVE___func__ 1
| #define HAVE_VA_COPY 1
| #define HAVE___VA_COPY 1
| #define HAVE_SYS_ERRLIST 1
| #define HAVE_SYS_NERR 1
| #define HAVE__GETSHORT 1
| #define HAVE__GETLONG 1
| #define HAVE_DECL__GETSHORT 0
| #define HAVE_DECL__GETLONG 0
| #define HAVE_HEADER_AD 1
| #define HAVE__RES_EXTERN 1
| #define HAS_SHADOW_EXPIRE 1
| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin"
| #define IPV4_IN_IPV6 1
| #define _PATH_SSH_PIDDIR "/var/run"
| #define DISABLE_UTMPX 1
| /* end confdefs.h. */
|
| #include
| #include
| #ifdef HAVE_UTMPX_H
| #include
| #endif
| #ifdef HAVE_PATHS_H
| # include
| #endif
|
| int
| main ()
| {
| char *wtmpx = WTMPX_FILE;
| ;
| return 0;
| }
configure:29517: result: no
configure:29664: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by OpenSSH config.status Portable, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on b95224a7bd38
config.status:1010: creating Makefile
config.status:1010: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cc_implements___FUNCTION__=yes
ac_cv_cc_implements___func__=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_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_file___dev_ptc_=no
ac_cv_file___etc_default_login_=no
ac_cv_func_EVP_sha256=yes
ac_cv_func_SHA256_Update=yes
ac_cv_func___b64_ntop=no
ac_cv_func___b64_pton=no
ac_cv_func__getlong=yes
ac_cv_func__getpty=no
ac_cv_func__getshort=yes
ac_cv_func_arc4random=no
ac_cv_func_arc4random_buf=no
ac_cv_func_arc4random_uniform=no
ac_cv_func_asprintf=yes
ac_cv_func_b64_ntop=no
ac_cv_func_b64_pton=no
ac_cv_func_bcopy=yes
ac_cv_func_bindresvport_sa=no
ac_cv_func_clock=yes
ac_cv_func_closefrom=no
ac_cv_func_dirfd=yes
ac_cv_func_dirname=yes
ac_cv_func_endutent=yes
ac_cv_func_endutxent=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchown=yes
ac_cv_func_fmt_scaled=no
ac_cv_func_freeaddrinfo=yes
ac_cv_func_fstatvfs=yes
ac_cv_func_futimes=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes
ac_cv_func_getgrouplist=yes
ac_cv_func_getlastlogxbyname=no
ac_cv_func_getnameinfo=yes
ac_cv_func_getopt=yes
ac_cv_func_getpeereid=no
ac_cv_func_getpeerucred=no
ac_cv_func_getpgrp_void=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getspnam=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getttyent=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_glob=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_innetgr=yes
ac_cv_func_login_getcapbool=no
ac_cv_func_logout=yes
ac_cv_func_logwtmp=yes
ac_cv_func_md5_crypt=no
ac_cv_func_memmove=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mmap=yes
ac_cv_func_ngetaddrinfo=no
ac_cv_func_nsleep=no
ac_cv_func_ogetaddrinfo=no
ac_cv_func_openlog_r=no
ac_cv_func_openpty=yes
ac_cv_func_poll=yes
ac_cv_func_prctl=yes
ac_cv_func_pstat=no
ac_cv_func_pututline=yes
ac_cv_func_pututxline=yes
ac_cv_func_readpassphrase=no
ac_cv_func_realpath=yes
ac_cv_func_recvmsg=yes
ac_cv_func_rresvport_af=yes
ac_cv_func_sendmsg=yes
ac_cv_func_setdtablesize=no
ac_cv_func_setegid=yes
ac_cv_func_setenv=yes
ac_cv_func_seteuid=yes
ac_cv_func_setgroups=yes
ac_cv_func_setlogin=no
ac_cv_func_setpcred=no
ac_cv_func_setproctitle=no
ac_cv_func_setregid=yes
ac_cv_func_setreuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_setutent=yes
ac_cv_func_setutxent=yes
ac_cv_func_setvbuf=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigvec=no
ac_cv_func_snprintf=yes
ac_cv_func_socketpair=yes
ac_cv_func_statfs=yes
ac_cv_func_statvfs=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strftime=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strmode=no
ac_cv_func_strsep=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_swap32=no
ac_cv_func_sysconf=yes
ac_cv_func_time=yes
ac_cv_func_truncate=yes
ac_cv_func_unsetenv=yes
ac_cv_func_updwtmp=yes
ac_cv_func_updwtmpx=yes
ac_cv_func_utimes=yes
ac_cv_func_utmpname=yes
ac_cv_func_utmpxname=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vhangup=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_yp_match=no
ac_cv_have___ss_family_in_struct_ss=no
ac_cv_have___va_copy=yes
ac_cv_have_accrights_in_msghdr=no
ac_cv_have_clock_t=yes
ac_cv_have_control_in_msghdr=yes
ac_cv_have_decl_GLOB_NOMATCH=yes
ac_cv_have_decl_LLONG_MAX=yes
ac_cv_have_decl_MAXSYMLINKS=yes
ac_cv_have_decl_O_NONBLOCK=yes
ac_cv_have_decl_SHUT_RD=yes
ac_cv_have_decl__getlong=no
ac_cv_have_decl__getshort=no
ac_cv_have_decl_getrusage=no
ac_cv_have_decl_h_errno=yes
ac_cv_have_decl_offsetof=yes
ac_cv_have_decl_strsep=yes
ac_cv_have_getopt_optreset=no
ac_cv_have_int64_t=yes
ac_cv_have_intxx_t=yes
ac_cv_have_mode_t=yes
ac_cv_have_pid_t=yes
ac_cv_have_pw_change_in_struct_passwd=no
ac_cv_have_pw_class_in_struct_passwd=no
ac_cv_have_pw_expire_in_struct_passwd=no
ac_cv_have_sa_family_t=yes
ac_cv_have_size_t=yes
ac_cv_have_ss_family_in_struct_ss=yes
ac_cv_have_ssize_t=yes
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_have_struct_timeval=yes
ac_cv_have_u_char=yes
ac_cv_have_u_int64_t=yes
ac_cv_have_u_int=yes
ac_cv_have_u_intxx_t=yes
ac_cv_have_va_copy=yes
ac_cv_header_bstring_h=no
ac_cv_header_crypt_h=yes
ac_cv_header_crypto_sha2_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_features_h=yes
ac_cv_header_floatingpoint_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_ia_h=no
ac_cv_header_iaf_h=no
ac_cv_header_inttypes_h=yes
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_linux_if_tun_h=yes
ac_cv_header_login_cap_h=no
ac_cv_header_login_h=no
ac_cv_header_maillock_h=no
ac_cv_header_memory_h=yes
ac_cv_header_ndir_h=no
ac_cv_header_net_if_tun_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netgroup_h=no
ac_cv_header_pam_pam_appl_h=no
ac_cv_header_paths_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_readpassphrase_h=no
ac_cv_header_rpc_types_h=yes
ac_cv_header_security_pam_appl_h=yes
ac_cv_header_sha2_h=no
ac_cv_header_shadow_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_audit_h=no
ac_cv_header_sys_bitypes_h=yes
ac_cv_header_sys_bsdtty_h=no
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_ndir_h=no
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_prctl_h=yes
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_ptms_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_stream_h=no
ac_cv_header_sys_stropts_h=yes
ac_cv_header_sys_strtio_h=no
ac_cv_header_sys_sysmacros_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timers_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_time_h=yes
ac_cv_header_tmpdir_h=no
ac_cv_header_ttyent_h=yes
ac_cv_header_ucred_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_usersec_h=no
ac_cv_header_util_h=no
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_vis_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_iaf_ia_openinfo=no
ac_cv_lib_nsl_yp_match=yes
ac_cv_lib_z_deflate=yes
ac_cv_libc_defines___progname=yes
ac_cv_libc_defines_sys_errlist=yes
ac_cv_libc_defines_sys_nerr=yes
ac_cv_member_HEADER_ad=yes
ac_cv_member_struct___res_state_retrans=yes
ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_CAT=/usr/bin/cat
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_KILL=/usr/bin/kill
ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login
ac_cv_path_NROFF=/usr/bin/nroff
ac_cv_path_PATH_GROUPADD_PROG=/usr/sbin/groupadd
ac_cv_path_PATH_PASSWD_PROG=/usr/bin/passwd
ac_cv_path_PATH_USERADD_PROG=/usr/sbin/useradd
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PROG_DF=/usr/bin/df
ac_cv_path_PROG_IPCS=/usr/bin/ipcs
ac_cv_path_PROG_JSTAT=/usr/bin/jstat
ac_cv_path_PROG_LAST=/usr/bin/last
ac_cv_path_PROG_LASTLOG=/usr/bin/lastlog
ac_cv_path_PROG_LS=/usr/bin/ls
ac_cv_path_PROG_PS=/usr/bin/ps
ac_cv_path_PROG_TAIL=/usr/bin/tail
ac_cv_path_PROG_UPTIME=/usr/bin/uptime
ac_cv_path_PROG_VMSTAT=/usr/bin/vmstat
ac_cv_path_PROG_W=/usr/bin/w
ac_cv_path_PROG_WHO=/usr/bin/who
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_SH=/usr/bin/sh
ac_cv_path_TEST_MINUS_S_SH=/usr/bin/bash
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_search_basename='none required'
ac_cv_search_dn_expand=no
ac_cv_search_getrrsetbyname=no
ac_cv_search_login=-lutil
ac_cv_search_nanosleep='none required'
ac_cv_search_res_query=no
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long_int=8
ac_cv_sizeof_long_long_int=8
ac_cv_sizeof_short_int=2
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_fsblkcnt_t=yes
ac_cv_type_fsfilcnt_t=yes
ac_cv_type_in_addr_t=yes
ac_cv_type_in_port_t=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long=yes
ac_cv_type_sig_atomic_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_timespec=yes
ac_cv_type_unsigned_long_long=yes
ossh_cv_utmp_h_has_ut_addr=yes
ossh_cv_utmp_h_has_ut_addr_v6=yes
ossh_cv_utmp_h_has_ut_exit=yes
ossh_cv_utmp_h_has_ut_host=yes
ossh_cv_utmp_h_has_ut_id=yes
ossh_cv_utmp_h_has_ut_pid=yes
ossh_cv_utmp_h_has_ut_time=no
ossh_cv_utmp_h_has_ut_tv=yes
ossh_cv_utmp_h_has_ut_type=yes
ossh_cv_utmpx_h_has_syslen=no
ossh_cv_utmpx_h_has_ut_addr=yes
ossh_cv_utmpx_h_has_ut_addr_v6=yes
ossh_cv_utmpx_h_has_ut_host=yes
ossh_cv_utmpx_h_has_ut_id=yes
ossh_cv_utmpx_h_has_ut_time=no
ossh_cv_utmpx_h_has_ut_tv=yes
ossh_cv_utmpx_h_has_ut_type=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/usr/bin/ar'
AWK='gawk'
CAT='/usr/bin/cat'
CC='clang'
CFLAGS=' -Wall -Wpointer-arith -Wuninitialized -fno-builtin-memset -fstack-protector-all '
CPP='clang -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENT=''
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_SSH_PRNG_CMDS=''
INSTALL_SSH_RAND_HELPER=''
KILL='/usr/bin/kill'
LD='clang'
LDFLAGS=' -fstack-protector-all'
LIBEDIT=''
LIBOBJS=''
LIBS='-lcrypto -lutil -lz -lnsl -lcrypt -lresolv -lresolv'
LOGIN_PROGRAM_FALLBACK='/usr/bin/login'
LTLIBOBJS=''
MAKE_PACKAGE_SUPPORTED='no'
MANTYPE='cat'
NROFF='/usr/bin/nroff'
OBJEXT='o'
OPENSC_CONFIG='no'
PACKAGE_BUGREPORT='openssh-unix-dev@mindrot.org'
PACKAGE_NAME='OpenSSH'
PACKAGE_STRING='OpenSSH Portable'
PACKAGE_TARNAME='openssh'
PACKAGE_VERSION='Portable'
PATH_GROUPADD_PROG='/usr/sbin/groupadd'
PATH_PASSWD_PROG='/usr/bin/passwd'
PATH_SEPARATOR=':'
PATH_USERADD_PROG='/usr/sbin/useradd'
PERL='/usr/bin/perl'
PRIVSEP_PATH='/var/empty'
PROG_ARP='undef'
PROG_DF='/usr/bin/df'
PROG_IFCONFIG='undef'
PROG_IPCS='/usr/bin/ipcs'
PROG_JSTAT='/usr/bin/jstat'
PROG_LAST='/usr/bin/last'
PROG_LASTLOG='/usr/bin/lastlog'
PROG_LS='/usr/bin/ls'
PROG_NETSTAT='undef'
PROG_PS='/usr/bin/ps'
PROG_SAR='undef'
PROG_TAIL='/usr/bin/tail'
PROG_UPTIME='/usr/bin/uptime'
PROG_VMSTAT='/usr/bin/vmstat'
PROG_W='/usr/bin/w'
PROG_WHO='/usr/bin/who'
RANLIB='ranlib'
SED='/usr/bin/sed'
SH='/usr/bin/sh'
SHELL='/bin/sh'
SSHDLIBS=''
SSH_PRIVSEP_USER='sshd'
STARTUP_SCRIPT_SHELL='/sbin/sh'
STRIP_OPT='-s'
TEST_MINUS_S_SH='/usr/bin/bash'
TEST_SHELL='sh'
TEST_SSH_IPV6='yes'
XAUTH_PATH='undefined'
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mansubdir='cat'
oldincludedir='/usr/include'
pdfdir='${docdir}'
piddir='/var/run'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
user_path='/usr/bin:/bin:/usr/sbin:/sbin'
xauth_path=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "OpenSSH"
#define PACKAGE_TARNAME "openssh"
#define PACKAGE_VERSION "Portable"
#define PACKAGE_STRING "OpenSSH Portable"
#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
#define _PATH_PASSWD_PROG "/usr/bin/passwd"
#define HAVE_ATTRIBUTE__NONNULL__ 1
#define HAVE_CRYPT_H 1
#define HAVE_DIRENT_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_FEATURES_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETOPT_H 1
#define HAVE_GLOB_H 1
#define HAVE_LIMITS_H 1
#define HAVE_NETDB_H 1
#define HAVE_PATHS_H 1
#define HAVE_POLL_H 1
#define HAVE_PTY_H 1
#define HAVE_RPC_TYPES_H 1
#define HAVE_SECURITY_PAM_APPL_H 1
#define HAVE_SHADOW_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_BITYPES_H 1
#define HAVE_SYS_CDEFS_H 1
#define HAVE_SYS_DIR_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_PRCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STROPTS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_SYSMACROS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_TIME_H 1
#define HAVE_TTYENT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_UTMP_H 1
#define HAVE_UTMPX_H 1
#define HAVE_LASTLOG_H 1
#define PAM_TTY_KLUDGE 1
#define LOCKED_PASSWD_PREFIX "!"
#define SPT_TYPE SPT_REUSEARGV
#define LINK_OPNOTSUPP_ERRNO EPERM
#define _PATH_BTMP "/var/log/btmp"
#define USE_BTMP 1
#define HAVE_LINUX_IF_TUN_H 1
#define SSH_TUN_LINUX 1
#define SSH_TUN_COMPAT_AF 1
#define SSH_TUN_PREPEND_AF 1
#define HAVE_LIBNSL 1
#define HAVE_DIRNAME 1
#define HAVE_LIBGEN_H 1
#define HAVE_BASENAME 1
#define HAVE_LIBZ 1
#define HAVE_UTIMES 1
#define HAVE_LOGIN 1
#define HAVE_LOGOUT 1
#define HAVE_UPDWTMP 1
#define HAVE_LOGWTMP 1
#define HAVE_STRFTIME 1
#define GLOB_HAS_ALTDIRFUNC 1
#define HAVE_DECL_GLOB_NOMATCH 1
#define HAVE_PROC_PID 1
#define HAVE_ASPRINTF 1
#define HAVE_BCOPY 1
#define HAVE_CLOCK 1
#define HAVE_DIRFD 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
#define HAVE_FREEADDRINFO 1
#define HAVE_FSTATVFS 1
#define HAVE_FUTIMES 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETCWD 1
#define HAVE_GETGROUPLIST 1
#define HAVE_GETNAMEINFO 1
#define HAVE_GETOPT 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETTTYENT 1
#define HAVE_GLOB 1
#define HAVE_INET_ATON 1
#define HAVE_INET_NTOA 1
#define HAVE_INET_NTOP 1
#define HAVE_INNETGR 1
#define HAVE_MEMMOVE 1
#define HAVE_MKDTEMP 1
#define HAVE_MMAP 1
#define HAVE_OPENPTY 1
#define HAVE_POLL 1
#define HAVE_PRCTL 1
#define HAVE_REALPATH 1
#define HAVE_RECVMSG 1
#define HAVE_RRESVPORT_AF 1
#define HAVE_SENDMSG 1
#define HAVE_SETEGID 1
#define HAVE_SETENV 1
#define HAVE_SETEUID 1
#define HAVE_SETGROUPS 1
#define HAVE_SETREGID 1
#define HAVE_SETREUID 1
#define HAVE_SETRLIMIT 1
#define HAVE_SETSID 1
#define HAVE_SETVBUF 1
#define HAVE_SIGACTION 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKETPAIR 1
#define HAVE_STATFS 1
#define HAVE_STATVFS 1
#define HAVE_STRDUP 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define HAVE_TRUNCATE 1
#define HAVE_UNSETENV 1
#define HAVE_UPDWTMPX 1
#define HAVE_VASPRINTF 1
#define HAVE_VHANGUP 1
#define HAVE_VSNPRINTF 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GAI_STRERROR 1
#define HAVE_CONST_GAI_STRERROR_PROTO 1
#define HAVE_NANOSLEEP 1
#define HAVE_STRSEP 1
#define HAVE_DECL_H_ERRNO 1
#define HAVE_DECL_SHUT_RD 1
#define HAVE_DECL_O_NONBLOCK 1
#define HAVE_DECL_MAXSYMLINKS 1
#define HAVE_DECL_OFFSETOF 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_TIME 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 SNPRINTF_CONST const
#define HAVE_SO_PEERCRED 1
#define GETPGRP_VOID 1
#define HAVE_OPENSSL 1
#define HAVE_SHA256_UPDATE 1
#define HAVE_EVP_SHA256 1
#define OPENSSL_PRNG_ONLY 1
#define ENTROPY_TIMEOUT_MSEC 200
#define SSH_PRIVSEP_USER "sshd"
#define HAVE_LONG_LONG 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define HAVE_LONG_DOUBLE 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT_INT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG_INT 8
#define SIZEOF_LONG_LONG_INT 8
#define HAVE_U_INT 1
#define HAVE_INTXX_T 1
#define HAVE_INT64_T 1
#define HAVE_U_INTXX_T 1
#define HAVE_U_INT64_T 1
#define HAVE_UINTXX_T 1
#define HAVE_U_CHAR 1
#define HAVE_SIG_ATOMIC_T 1
#define HAVE_FSBLKCNT_T 1
#define HAVE_FSFILCNT_T 1
#define HAVE_IN_ADDR_T 1
#define HAVE_IN_PORT_T 1
#define HAVE_SIZE_T 1
#define HAVE_SSIZE_T 1
#define HAVE_CLOCK_T 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_PID_T 1
#define HAVE_MODE_T 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_STRUCT_IN6_ADDR 1
#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_STRUCT_TIMEVAL 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_HOST_IN_UTMP 1
#define HAVE_HOST_IN_UTMPX 1
#define HAVE_PID_IN_UTMP 1
#define HAVE_TYPE_IN_UTMP 1
#define HAVE_TYPE_IN_UTMPX 1
#define HAVE_TV_IN_UTMP 1
#define HAVE_ID_IN_UTMP 1
#define HAVE_ID_IN_UTMPX 1
#define HAVE_ADDR_IN_UTMP 1
#define HAVE_ADDR_IN_UTMPX 1
#define HAVE_ADDR_V6_IN_UTMP 1
#define HAVE_ADDR_V6_IN_UTMPX 1
#define HAVE_EXIT_IN_UTMP 1
#define HAVE_TV_IN_UTMPX 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_SS_FAMILY_IN_SS 1
#define HAVE_CONTROL_IN_MSGHDR 1
#define HAVE___PROGNAME 1
#define HAVE___FUNCTION__ 1
#define HAVE___func__ 1
#define HAVE_VA_COPY 1
#define HAVE___VA_COPY 1
#define HAVE_SYS_ERRLIST 1
#define HAVE_SYS_NERR 1
#define HAVE__GETSHORT 1
#define HAVE__GETLONG 1
#define HAVE_DECL__GETSHORT 0
#define HAVE_DECL__GETLONG 0
#define HAVE_HEADER_AD 1
#define HAVE__RES_EXTERN 1
#define HAS_SHADOW_EXPIRE 1
#define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin"
#define IPV4_IN_IPV6 1
#define _PATH_SSH_PIDDIR "/var/run"
#define DISABLE_UTMPX 1
#define DISABLE_WTMPX 1
configure: exit 0