Bugzilla – Attachment 3326 Details for
Bug 3063
ssh connecting to IP address -- ssh_dispatch_run_fatal: unexpected internal error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 893.39 KB, created by
Warren Lavallee
on 2019-09-05 19:50:48 AEST
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Warren Lavallee
Created:
2019-09-05 19:50:48 AEST
Size:
893.39 KB
patch
obsolete
>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.69. Invocation command line was > > $ ./configure --with-ssl-dir=/usr/local --with-pam > >## --------- ## >## Platform. ## >## --------- ## > >hostname = WJL-MBP-15.local >uname -m = x86_64 >uname -r = 18.7.0 >uname -s = Darwin >uname -v = Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 > >/usr/bin/uname -p = i386 >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = Mach kernel version: > Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 >Kernel configured for up to 12 processors. >6 processors are physically available. >12 processors are logically available. >Processor type: x86_64h (Intel x86-64h Haswell) >Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 >Primary memory available: 32.00 gigabytes >Default processor set: 445 tasks, 2103 threads, 12 processors >Load average: 2.16, Mach factor: 9.83 >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /opt/local/libexec/gnubin >PATH: /opt/local/libexec/gnubin >PATH: /usr/local/lib/ruby/gems/2.1.0/bin >PATH: /Users/warren/bin >PATH: /usr/local/opt/python/libexec/bin >PATH: /opt/local/etc >PATH: /opt/local/bin >PATH: /opt/local/sbin >PATH: /usr/local/etc >PATH: /usr/local/bin >PATH: /usr/local/sbin >PATH: /usr/bin >PATH: /usr/sbin >PATH: /opt/local/libexec/gnubin >PATH: /opt/local/libexec/gnubin >PATH: /usr/local/lib/ruby/gems/2.1.0/bin >PATH: /Users/warren/bin >PATH: /usr/local/opt/python/libexec/bin >PATH: /opt/local/etc >PATH: /opt/local/bin >PATH: /opt/local/sbin >PATH: /usr/local/etc >PATH: /usr/local/bin >PATH: /usr/local/sbin >PATH: /usr/bin >PATH: /usr/sbin >PATH: /etc >PATH: /usr/local/bin >PATH: /usr/bin >PATH: /bin >PATH: /usr/sbin >PATH: /sbin >PATH: /usr/local/MacGPG2/bin >PATH: /opt/X11/bin >PATH: /Applications/Server.app/Contents/ServerRoot/usr/bin >PATH: /Applications/Server.app/Contents/ServerRoot/usr/sbin >PATH: /Applications/Wireshark.app/Contents/MacOS >PATH: /usr/local/MacGPG2/bin >PATH: /usr/local/MacGPG2/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2668: checking for gcc >configure:2684: found /usr/bin/gcc >configure:2695: result: gcc >configure:2924: checking for C compiler version >configure:2933: gcc --version >&5 >Apple LLVM version 10.0.1 (clang-1001.0.46.4) >Target: x86_64-apple-darwin18.7.0 >Thread model: posix >InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin >Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1 >configure:2944: $? = 0 >configure:2933: gcc -v >&5 >Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1 >Apple LLVM version 10.0.1 (clang-1001.0.46.4) >Target: x86_64-apple-darwin18.7.0 >Thread model: posix >InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin >configure:2944: $? = 0 >configure:2933: gcc -V >&5 >clang: error: unsupported option '-V -Wno-atomic-implicit-seq-cst' >clang: error: no input files >configure:2944: $? = 1 >configure:2933: gcc -qversion >&5 >clang: error: unknown argument '-qversion', did you mean '--version'? >clang: error: no input files >configure:2944: $? = 1 >configure:2964: checking whether the C compiler works >configure:2986: gcc conftest.c >&5 >configure:2990: $? = 0 >configure:3038: result: yes >configure:3041: checking for C compiler default output file name >configure:3043: result: a.out >configure:3049: checking for suffix of executables >configure:3056: gcc -o conftest conftest.c >&5 >configure:3060: $? = 0 >configure:3082: result: >configure:3104: checking whether we are cross compiling >configure:3112: gcc -o conftest conftest.c >&5 >configure:3116: $? = 0 >configure:3123: ./conftest >configure:3127: $? = 0 >configure:3142: result: no >configure:3147: checking for suffix of object files >configure:3169: gcc -c conftest.c >&5 >configure:3173: $? = 0 >configure:3194: result: o >configure:3198: checking whether we are using the GNU C compiler >configure:3217: gcc -c conftest.c >&5 >configure:3217: $? = 0 >configure:3226: result: yes >configure:3235: checking whether gcc accepts -g >configure:3255: gcc -c -g conftest.c >&5 >configure:3255: $? = 0 >configure:3296: result: yes >configure:3313: checking for gcc option to accept ISO C89 >configure:3376: gcc -c -g -O2 conftest.c >&5 >configure:3376: $? = 0 >configure:3389: result: none needed >configure:3442: checking build system type >configure:3456: result: x86_64-apple-darwin18.7.0 >configure:3476: checking host system type >configure:3489: result: x86_64-apple-darwin18.7.0 >configure:3515: checking how to run the C preprocessor >configure:3546: gcc -E conftest.c >configure:3546: $? = 0 >configure:3560: gcc -E conftest.c >conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ >1 error generated. >configure:3560: $? = 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 PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3585: result: gcc -E >configure:3605: gcc -E conftest.c >configure:3605: $? = 0 >configure:3619: gcc -E conftest.c >conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ >1 error generated. >configure:3619: $? = 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 PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3648: checking for grep that handles long lines and -e >configure:3706: result: /usr/bin/grep >configure:3711: checking for egrep >configure:3773: result: /usr/bin/grep -E >configure:3778: checking for ANSI C header files >configure:3798: gcc -c -g -O2 conftest.c >&5 >configure:3798: $? = 0 >configure:3871: gcc -o conftest -g -O2 conftest.c >&5 >configure:3871: $? = 0 >configure:3871: ./conftest >configure:3871: $? = 0 >configure:3882: result: yes >configure:3895: checking for sys/types.h >configure:3895: gcc -c -g -O2 conftest.c >&5 >configure:3895: $? = 0 >configure:3895: result: yes >configure:3895: checking for sys/stat.h >configure:3895: gcc -c -g -O2 conftest.c >&5 >configure:3895: $? = 0 >configure:3895: result: yes >configure:3895: checking for stdlib.h >configure:3895: gcc -c -g -O2 conftest.c >&5 >configure:3895: $? = 0 >configure:3895: result: yes >configure:3895: checking for string.h >configure:3895: gcc -c -g -O2 conftest.c >&5 >configure:3895: $? = 0 >configure:3895: result: yes >configure:3895: checking for memory.h >configure:3895: gcc -c -g -O2 conftest.c >&5 >configure:3895: $? = 0 >configure:3895: result: yes >configure:3895: checking for strings.h >configure:3895: gcc -c -g -O2 conftest.c >&5 >configure:3895: $? = 0 >configure:3895: result: yes >configure:3895: checking for inttypes.h >configure:3895: gcc -c -g -O2 conftest.c >&5 >configure:3895: $? = 0 >configure:3895: result: yes >configure:3895: checking for stdint.h >configure:3895: gcc -c -g -O2 conftest.c >&5 >configure:3895: $? = 0 >configure:3895: result: yes >configure:3895: checking for unistd.h >configure:3895: gcc -c -g -O2 conftest.c >&5 >configure:3895: $? = 0 >configure:3895: result: yes >configure:3907: checking whether byte ordering is bigendian >configure:3922: gcc -c -g -O2 conftest.c >&5 >configure:3922: $? = 0 >configure:3967: gcc -c -g -O2 conftest.c >&5 >configure:3967: $? = 0 >configure:3985: gcc -c -g -O2 conftest.c >&5 >conftest.c:26:4: error: use of undeclared identifier 'not' > not big endian > ^ >1 error generated. >configure:3985: $? = 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 PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:4113: result: no >configure:4137: checking for gawk >configure:4153: found /opt/local/bin/gawk >configure:4164: result: gawk >configure:4180: checking how to run the C preprocessor >configure:4250: result: gcc -E >configure:4270: gcc -E conftest.c >configure:4270: $? = 0 >configure:4284: gcc -E conftest.c >conftest.c:19:10: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ >1 error generated. >configure:4284: $? = 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 PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4355: checking for ranlib >configure:4371: found /opt/local/bin/ranlib >configure:4382: result: ranlib >configure:4418: checking for a BSD-compatible install >configure:4486: result: /opt/local/libexec/gnubin/install -c >configure:4497: checking for egrep >configure:4559: result: /usr/bin/grep -E >configure:4613: checking for ar >configure:4629: found /opt/local/bin/ar >configure:4640: result: ar >configure:4666: checking for cat >configure:4684: found /opt/local/libexec/gnubin/cat >configure:4696: result: /opt/local/libexec/gnubin/cat >configure:4706: checking for kill >configure:4724: found /opt/local/libexec/gnubin/kill >configure:4736: result: /opt/local/libexec/gnubin/kill >configure:4748: checking for perl5 >configure:4766: found /opt/local/bin/perl5 >configure:4778: result: /opt/local/bin/perl5 >configure:4791: checking for sed >configure:4809: found /opt/local/libexec/gnubin/sed >configure:4821: result: /opt/local/libexec/gnubin/sed >configure:4832: checking for ent >configure:4865: result: no >configure:4873: checking for bash >configure:4891: found /usr/local/bin/bash >configure:4903: result: /usr/local/bin/bash >configure:4913: checking for ksh >configure:4943: result: /usr/local/bin/bash >configure:4953: checking for sh >configure:4983: result: /usr/local/bin/bash >configure:4993: checking for sh >configure:5011: found /bin/sh >configure:5023: result: /bin/sh >configure:5033: checking for groff >configure:5051: found /usr/bin/groff >configure:5063: result: /usr/bin/groff >configure:5073: checking for nroff >configure:5091: found /usr/bin/nroff >configure:5103: result: /usr/bin/nroff >configure:5113: checking for mandoc >configure:5146: result: no >configure:5169: checking for groupadd >configure:5200: result: groupadd >configure:5210: checking for useradd >configure:5241: result: useradd >configure:5251: checking for pkgmk >configure:5279: result: no >configure:5303: checking for special C compiler options needed for large files >configure:5348: result: no >configure:5354: checking for _FILE_OFFSET_BITS value needed for large files >configure:5379: gcc -c -g -O2 conftest.c >&5 >configure:5379: $? = 0 >configure:5411: result: no >configure:5503: checking for passwd >configure:5521: found /usr/bin/passwd >configure:5533: result: /usr/bin/passwd >configure:5554: checking for inline >configure:5570: gcc -c -g -O2 conftest.c >&5 >configure:5570: $? = 0 >configure:5578: result: inline >configure:5597: checking whether LLONG_MAX is declared >configure:5597: gcc -c -g -O2 conftest.c >&5 >configure:5597: $? = 0 >configure:5597: result: yes >configure:5603: checking whether SYSTR_POLICY_KILL is declared >configure:5603: gcc -c -g -O2 conftest.c >&5 >conftest.c:23:11: fatal error: 'dev/systrace.h' file not found > #include <dev/systrace.h> > ^~~~~~~~~~~~~~~~ >1 error generated. >configure:5603: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/param.h> >| #include <dev/systrace.h> >| >| >| int >| main () >| { >| #ifndef SYSTR_POLICY_KILL >| #ifdef __cplusplus >| (void) SYSTR_POLICY_KILL; >| #else >| (void) SYSTR_POLICY_KILL; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:5603: result: no >configure:5613: checking whether RLIMIT_NPROC is declared >configure:5613: gcc -c -g -O2 conftest.c >&5 >configure:5613: $? = 0 >configure:5613: result: yes >configure:5624: checking whether PR_SET_NO_NEW_PRIVS is declared >configure:5624: gcc -c -g -O2 conftest.c >&5 >conftest.c:23:11: fatal error: 'linux/prctl.h' file not found > #include <linux/prctl.h> > ^~~~~~~~~~~~~~~ >1 error generated. >configure:5624: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <linux/prctl.h> >| >| >| int >| main () >| { >| #ifndef PR_SET_NO_NEW_PRIVS >| #ifdef __cplusplus >| (void) PR_SET_NO_NEW_PRIVS; >| #else >| (void) PR_SET_NO_NEW_PRIVS; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:5624: result: no >configure:5648: checking whether OpenSSL will be used for cryptography >configure:5651: result: yes >configure:5682: checking whether SSH protocol 1 support is enabled >configure:5694: result: no >configure:5721: checking if gcc supports -Werror >configure:5729: gcc -c -g -O2 -Werror conftest.c >&5 >configure:5729: $? = 0 >configure:5730: result: yes >configure:5744: checking if gcc supports compile flag -Qunused-arguments >configure:5766: gcc -c -g -O2 -Werror -Qunused-arguments conftest.c >&5 >configure:5766: $? = 0 >configure:5774: result: yes >configure:5787: checking if gcc supports compile flag -Wunknown-warning-option >configure:5809: gcc -c -g -O2 -Qunused-arguments -Werror -Wunknown-warning-option conftest.c >&5 >configure:5809: $? = 0 >configure:5817: result: yes >configure:5830: checking if gcc supports compile flag -Wall >configure:5852: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Werror -Wall conftest.c >&5 >configure:5852: $? = 0 >configure:5860: result: yes >configure:5873: checking if gcc supports compile flag -Wpointer-arith >configure:5895: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Werror -Wpointer-arith conftest.c >&5 >configure:5895: $? = 0 >configure:5903: result: yes >configure:5916: checking if gcc supports compile flag -Wuninitialized >configure:5938: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Werror -Wuninitialized conftest.c >&5 >configure:5938: $? = 0 >configure:5946: result: yes >configure:5959: checking if gcc supports compile flag -Wsign-compare >configure:5981: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Werror -Wsign-compare conftest.c >&5 >configure:5981: $? = 0 >configure:5989: result: yes >configure:6002: checking if gcc supports compile flag -Wformat-security >configure:6024: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Werror -Wformat-security conftest.c >&5 >configure:6024: $? = 0 >configure:6032: result: yes >configure:6045: checking if gcc supports compile flag -Wsizeof-pointer-memaccess >configure:6067: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Werror -Wsizeof-pointer-memaccess conftest.c >&5 >configure:6067: $? = 0 >configure:6075: result: yes >configure:6088: checking if gcc supports compile flag -Wpointer-sign >configure:6110: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Werror -Wpointer-sign conftest.c >&5 >configure:6110: $? = 0 >configure:6118: result: yes >configure:6131: checking if gcc supports compile flag -Wunused-result >configure:6153: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Werror -Wunused-result conftest.c >&5 >configure:6153: $? = 0 >configure:6161: result: yes >configure:6174: checking if gcc supports compile flag -fno-strict-aliasing >configure:6196: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -Werror -fno-strict-aliasing conftest.c >&5 >configure:6196: $? = 0 >configure:6204: result: yes >configure:6217: checking if gcc supports compile flag -D_FORTIFY_SOURCE=2 >configure:6239: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -Werror -D_FORTIFY_SOURCE=2 conftest.c >&5 >configure:6239: $? = 0 >configure:6247: result: yes >configure:6261: checking if gcc supports link flag -Wl,-z,relro >configure:6284: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -Wl,-z,relro conftest.c >&5 >ld: unknown option: -z >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:6284: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| /* end confdefs.h. */ >| >| #include <stdlib.h> >| #include <stdio.h> >| int main(int argc, char **argv) { >| /* Some math to catch -ftrapv problems in the toolchain */ >| int i = 123 * argc, j = 456 + argc, k = 789 - argc; >| float l = i * 2.1; >| double m = l / 0.5; >| long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; >| long long p = n * o; >| printf("%d %d %d %f %f %lld %lld %lld\n", i, j, k, l, m, n, o, p); >| exit(0); >| } >| >configure:6289: result: no >configure:6298: checking if gcc supports link flag -Wl,-z,now >configure:6321: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -Wl,-z,now conftest.c >&5 >ld: unknown option: -z >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:6321: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| /* end confdefs.h. */ >| >| #include <stdlib.h> >| #include <stdio.h> >| int main(int argc, char **argv) { >| /* Some math to catch -ftrapv problems in the toolchain */ >| int i = 123 * argc, j = 456 + argc, k = 789 - argc; >| float l = i * 2.1; >| double m = l / 0.5; >| long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; >| long long p = n * o; >| printf("%d %d %d %f %f %lld %lld %lld\n", i, j, k, l, m, n, o, p); >| exit(0); >| } >| >configure:6326: result: no >configure:6335: checking if gcc supports link flag -Wl,-z,noexecstack >configure:6358: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -Wl,-z,noexecstack conftest.c >&5 >ld: unknown option: -z >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:6358: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| /* end confdefs.h. */ >| >| #include <stdlib.h> >| #include <stdio.h> >| int main(int argc, char **argv) { >| /* Some math to catch -ftrapv problems in the toolchain */ >| int i = 123 * argc, j = 456 + argc, k = 789 - argc; >| float l = i * 2.1; >| double m = l / 0.5; >| long long int n = argc * 12345LL, o = 12345LL * (long long int)argc; >| long long p = n * o; >| printf("%d %d %d %f %f %lld %lld %lld\n", i, j, k, l, m, n, o, p); >| exit(0); >| } >| >configure:6363: result: no >configure:6377: checking if gcc supports compile flag -ftrapv and linking succeeds >configure:6400: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -ftrapv conftest.c >&5 >configure:6400: $? = 0 >configure:6408: result: yes >configure:6422: checking gcc version >configure:6433: result: >configure:6436: checking if gcc accepts -fno-builtin-memset >configure:6451: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset conftest.c >&5 >configure:6451: $? = 0 >configure:6452: result: yes >configure:6469: checking if gcc supports -fstack-protector-strong >configure:6489: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror -fstack-protector-strong -Werror conftest.c >&5 >configure:6489: $? = 0 >configure:6490: result: yes >configure:6494: checking if -fstack-protector-strong works >configure:6516: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c >&5 >configure:6516: $? = 0 >configure:6516: ./conftest >configure:6516: $? = 0 >configure:6517: result: yes >configure:6558: checking if compiler allows __attribute__ on return types >configure:6573: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6573: $? = 0 >configure:6574: result: yes >configure:6746: checking blf.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:56:10: fatal error: 'blf.h' file not found >#include <blf.h> > ^~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <blf.h> >configure:6746: result: no >configure:6746: checking blf.h presence >configure:6746: gcc -E conftest.c >conftest.c:23:10: fatal error: 'blf.h' file not found >#include <blf.h> > ^~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <blf.h> >configure:6746: result: no >configure:6746: checking for blf.h >configure:6746: result: no >configure:6746: checking bstring.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:56:10: fatal error: 'bstring.h' file not found >#include <bstring.h> > ^~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bstring.h> >configure:6746: result: no >configure:6746: checking bstring.h presence >configure:6746: gcc -E conftest.c >conftest.c:23:10: fatal error: 'bstring.h' file not found >#include <bstring.h> > ^~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <bstring.h> >configure:6746: result: no >configure:6746: checking for bstring.h >configure:6746: result: no >configure:6746: checking crypt.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:56:10: fatal error: 'crypt.h' file not found >#include <crypt.h> > ^~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <crypt.h> >configure:6746: result: no >configure:6746: checking crypt.h presence >configure:6746: gcc -E conftest.c >conftest.c:23:10: fatal error: 'crypt.h' file not found >#include <crypt.h> > ^~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <crypt.h> >configure:6746: result: no >configure:6746: checking for crypt.h >configure:6746: result: no >configure:6746: checking crypto/sha2.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:56:10: fatal error: 'crypto/sha2.h' file not found >#include <crypto/sha2.h> > ^~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <crypto/sha2.h> >configure:6746: result: no >configure:6746: checking crypto/sha2.h presence >configure:6746: gcc -E conftest.c >conftest.c:23:10: fatal error: 'crypto/sha2.h' file not found >#include <crypto/sha2.h> > ^~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| /* end confdefs.h. */ >| #include <crypto/sha2.h> >configure:6746: result: no >configure:6746: checking for crypto/sha2.h >configure:6746: result: no >configure:6746: checking dirent.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking dirent.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for dirent.h >configure:6746: result: yes >configure:6746: checking endian.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:57:10: fatal error: 'endian.h' file not found >#include <endian.h> > ^~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <endian.h> >configure:6746: result: no >configure:6746: checking endian.h presence >configure:6746: gcc -E conftest.c >conftest.c:24:10: fatal error: 'endian.h' file not found >#include <endian.h> > ^~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <endian.h> >configure:6746: result: no >configure:6746: checking for endian.h >configure:6746: result: no >configure:6746: checking elf.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:57:10: fatal error: 'elf.h' file not found >#include <elf.h> > ^~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <elf.h> >configure:6746: result: no >configure:6746: checking elf.h presence >configure:6746: gcc -E conftest.c >conftest.c:24:10: fatal error: 'elf.h' file not found >#include <elf.h> > ^~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <elf.h> >configure:6746: result: no >configure:6746: checking for elf.h >configure:6746: result: no >configure:6746: checking err.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking err.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for err.h >configure:6746: result: yes >configure:6746: checking features.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:58:10: fatal error: 'features.h' file not found >#include <features.h> > ^~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <features.h> >configure:6746: result: no >configure:6746: checking features.h presence >configure:6746: gcc -E conftest.c >conftest.c:25:10: fatal error: 'features.h' file not found >#include <features.h> > ^~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| /* end confdefs.h. */ >| #include <features.h> >configure:6746: result: no >configure:6746: checking for features.h >configure:6746: result: no >configure:6746: checking fcntl.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking fcntl.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for fcntl.h >configure:6746: result: yes >configure:6746: checking floatingpoint.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:59:10: fatal error: 'floatingpoint.h' file not found >#include <floatingpoint.h> > ^~~~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <floatingpoint.h> >configure:6746: result: no >configure:6746: checking floatingpoint.h presence >configure:6746: gcc -E conftest.c >conftest.c:26:10: fatal error: 'floatingpoint.h' file not found >#include <floatingpoint.h> > ^~~~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| /* end confdefs.h. */ >| #include <floatingpoint.h> >configure:6746: result: no >configure:6746: checking for floatingpoint.h >configure:6746: result: no >configure:6746: checking getopt.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking getopt.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for getopt.h >configure:6746: result: yes >configure:6746: checking glob.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking glob.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for glob.h >configure:6746: result: yes >configure:6746: checking ia.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:61:10: fatal error: 'ia.h' file not found >#include <ia.h> > ^~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ia.h> >configure:6746: result: no >configure:6746: checking ia.h presence >configure:6746: gcc -E conftest.c >conftest.c:28:10: fatal error: 'ia.h' file not found >#include <ia.h> > ^~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <ia.h> >configure:6746: result: no >configure:6746: checking for ia.h >configure:6746: result: no >configure:6746: checking iaf.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:61:10: fatal error: 'iaf.h' file not found >#include <iaf.h> > ^~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <iaf.h> >configure:6746: result: no >configure:6746: checking iaf.h presence >configure:6746: gcc -E conftest.c >conftest.c:28:10: fatal error: 'iaf.h' file not found >#include <iaf.h> > ^~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <iaf.h> >configure:6746: result: no >configure:6746: checking for iaf.h >configure:6746: result: no >configure:6746: checking for inttypes.h >configure:6746: result: yes >configure:6746: checking langinfo.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking langinfo.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for langinfo.h >configure:6746: result: yes >configure:6746: checking limits.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking limits.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for limits.h >configure:6746: result: yes >configure:6746: checking locale.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking locale.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for locale.h >configure:6746: result: yes >configure:6746: checking login.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:65:10: fatal error: 'login.h' file not found >#include <login.h> > ^~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login.h> >configure:6746: result: no >configure:6746: checking login.h presence >configure:6746: gcc -E conftest.c >conftest.c:32:10: fatal error: 'login.h' file not found >#include <login.h> > ^~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <login.h> >configure:6746: result: no >configure:6746: checking for login.h >configure:6746: result: no >configure:6746: checking maillock.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:65:10: fatal error: 'maillock.h' file not found >#include <maillock.h> > ^~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <maillock.h> >configure:6746: result: no >configure:6746: checking maillock.h presence >configure:6746: gcc -E conftest.c >conftest.c:32:10: fatal error: 'maillock.h' file not found >#include <maillock.h> > ^~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <maillock.h> >configure:6746: result: no >configure:6746: checking for maillock.h >configure:6746: result: no >configure:6746: checking ndir.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:65:10: fatal error: 'ndir.h' file not found >#include <ndir.h> > ^~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ndir.h> >configure:6746: result: no >configure:6746: checking ndir.h presence >configure:6746: gcc -E conftest.c >conftest.c:32:10: fatal error: 'ndir.h' file not found >#include <ndir.h> > ^~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <ndir.h> >configure:6746: result: no >configure:6746: checking for ndir.h >configure:6746: result: no >configure:6746: checking net/if_tun.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:65:10: fatal error: 'net/if_tun.h' file not found >#include <net/if_tun.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <net/if_tun.h> >configure:6746: result: no >configure:6746: checking net/if_tun.h presence >configure:6746: gcc -E conftest.c >conftest.c:32:10: fatal error: 'net/if_tun.h' file not found >#include <net/if_tun.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <net/if_tun.h> >configure:6746: result: no >configure:6746: checking for net/if_tun.h >configure:6746: result: no >configure:6746: checking netdb.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking netdb.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for netdb.h >configure:6746: result: yes >configure:6746: checking netgroup.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:66:10: fatal error: 'netgroup.h' file not found >#include <netgroup.h> > ^~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <netgroup.h> >configure:6746: result: no >configure:6746: checking netgroup.h presence >configure:6746: gcc -E conftest.c >conftest.c:33:10: fatal error: 'netgroup.h' file not found >#include <netgroup.h> > ^~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <netgroup.h> >configure:6746: result: no >configure:6746: checking for netgroup.h >configure:6746: result: no >configure:6746: checking pam/pam_appl.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:66:10: fatal error: 'pam/pam_appl.h' file not found >#include <pam/pam_appl.h> > ^~~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pam/pam_appl.h> >configure:6746: result: no >configure:6746: checking pam/pam_appl.h presence >configure:6746: gcc -E conftest.c >conftest.c:33:10: fatal error: 'pam/pam_appl.h' file not found >#include <pam/pam_appl.h> > ^~~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <pam/pam_appl.h> >configure:6746: result: no >configure:6746: checking for pam/pam_appl.h >configure:6746: result: no >configure:6746: checking paths.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking paths.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for paths.h >configure:6746: result: yes >configure:6746: checking poll.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking poll.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for poll.h >configure:6746: result: yes >configure:6746: checking pty.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:68:10: fatal error: 'pty.h' file not found >#include <pty.h> > ^~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pty.h> >configure:6746: result: no >configure:6746: checking pty.h presence >configure:6746: gcc -E conftest.c >conftest.c:35:10: fatal error: 'pty.h' file not found >#include <pty.h> > ^~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| /* end confdefs.h. */ >| #include <pty.h> >configure:6746: result: no >configure:6746: checking for pty.h >configure:6746: result: no >configure:6746: checking readpassphrase.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking readpassphrase.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for readpassphrase.h >configure:6746: result: yes >configure:6746: checking rpc/types.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking rpc/types.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for rpc/types.h >configure:6746: result: yes >configure:6746: checking security/pam_appl.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking security/pam_appl.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for security/pam_appl.h >configure:6746: result: yes >configure:6746: checking sha2.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:71:10: fatal error: 'sha2.h' file not found >#include <sha2.h> > ^~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sha2.h> >configure:6746: result: no >configure:6746: checking sha2.h presence >configure:6746: gcc -E conftest.c >conftest.c:38:10: fatal error: 'sha2.h' file not found >#include <sha2.h> > ^~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <sha2.h> >configure:6746: result: no >configure:6746: checking for sha2.h >configure:6746: result: no >configure:6746: checking shadow.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:71:10: fatal error: 'shadow.h' file not found >#include <shadow.h> > ^~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <shadow.h> >configure:6746: result: no >configure:6746: checking shadow.h presence >configure:6746: gcc -E conftest.c >conftest.c:38:10: fatal error: 'shadow.h' file not found >#include <shadow.h> > ^~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_H 1 >| /* end confdefs.h. */ >| #include <shadow.h> >configure:6746: result: no >configure:6746: checking for shadow.h >configure:6746: result: no >configure:6746: checking stddef.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking stddef.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for stddef.h >configure:6746: result: yes >configure:6746: checking for stdint.h >configure:6746: result: yes >configure:6746: checking for string.h >configure:6746: result: yes >configure:6746: checking for strings.h >configure:6746: result: yes >configure:6746: checking sys/audit.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:75:10: fatal error: 'sys/audit.h' file not found >#include <sys/audit.h> > ^~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/audit.h> >configure:6746: result: no >configure:6746: checking sys/audit.h presence >configure:6746: gcc -E conftest.c >conftest.c:42:10: fatal error: 'sys/audit.h' file not found >#include <sys/audit.h> > ^~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <sys/audit.h> >configure:6746: result: no >configure:6746: checking for sys/audit.h >configure:6746: result: no >configure:6746: checking sys/bitypes.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:75:10: fatal error: 'sys/bitypes.h' file not found >#include <sys/bitypes.h> > ^~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bitypes.h> >configure:6746: result: no >configure:6746: checking sys/bitypes.h presence >configure:6746: gcc -E conftest.c >conftest.c:42:10: fatal error: 'sys/bitypes.h' file not found >#include <sys/bitypes.h> > ^~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <sys/bitypes.h> >configure:6746: result: no >configure:6746: checking for sys/bitypes.h >configure:6746: result: no >configure:6746: checking sys/bsdtty.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:75:10: fatal error: 'sys/bsdtty.h' file not found >#include <sys/bsdtty.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bsdtty.h> >configure:6746: result: no >configure:6746: checking sys/bsdtty.h presence >configure:6746: gcc -E conftest.c >conftest.c:42:10: fatal error: 'sys/bsdtty.h' file not found >#include <sys/bsdtty.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <sys/bsdtty.h> >configure:6746: result: no >configure:6746: checking for sys/bsdtty.h >configure:6746: result: no >configure:6746: checking sys/capability.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:75:10: fatal error: 'sys/capability.h' file not found >#include <sys/capability.h> > ^~~~~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/capability.h> >configure:6746: result: no >configure:6746: checking sys/capability.h presence >configure:6746: gcc -E conftest.c >conftest.c:42:10: fatal error: 'sys/capability.h' file not found >#include <sys/capability.h> > ^~~~~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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 <sys/capability.h> >configure:6746: result: no >configure:6746: checking for sys/capability.h >configure:6746: result: no >configure:6746: checking sys/cdefs.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking sys/cdefs.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for sys/cdefs.h >configure:6746: result: yes >configure:6746: checking sys/dir.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking sys/dir.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for sys/dir.h >configure:6746: result: yes >configure:6746: checking sys/mman.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking sys/mman.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for sys/mman.h >configure:6746: result: yes >configure:6746: checking sys/ndir.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:78:10: fatal error: 'sys/ndir.h' file not found >#include <sys/ndir.h> > ^~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/ndir.h> >configure:6746: result: no >configure:6746: checking sys/ndir.h presence >configure:6746: gcc -E conftest.c >conftest.c:45:10: fatal error: 'sys/ndir.h' file not found >#include <sys/ndir.h> > ^~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/ndir.h> >configure:6746: result: no >configure:6746: checking for sys/ndir.h >configure:6746: result: no >configure:6746: checking sys/poll.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking sys/poll.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for sys/poll.h >configure:6746: result: yes >configure:6746: checking sys/prctl.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:79:10: fatal error: 'sys/prctl.h' file not found >#include <sys/prctl.h> > ^~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/prctl.h> >configure:6746: result: no >configure:6746: checking sys/prctl.h presence >configure:6746: gcc -E conftest.c >conftest.c:46:10: fatal error: 'sys/prctl.h' file not found >#include <sys/prctl.h> > ^~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <sys/prctl.h> >configure:6746: result: no >configure:6746: checking for sys/prctl.h >configure:6746: result: no >configure:6746: checking sys/pstat.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:79:10: fatal error: 'sys/pstat.h' file not found >#include <sys/pstat.h> > ^~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pstat.h> >configure:6746: result: no >configure:6746: checking sys/pstat.h presence >configure:6746: gcc -E conftest.c >conftest.c:46:10: fatal error: 'sys/pstat.h' file not found >#include <sys/pstat.h> > ^~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| /* end confdefs.h. */ >| #include <sys/pstat.h> >configure:6746: result: no >configure:6746: checking for sys/pstat.h >configure:6746: result: no >configure:6746: checking sys/ptrace.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking sys/ptrace.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for sys/ptrace.h >configure:6746: result: yes >configure:6746: checking sys/select.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking sys/select.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for sys/select.h >configure:6746: result: yes >configure:6746: checking for sys/stat.h >configure:6746: result: yes >configure:6746: checking sys/stream.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:82:10: fatal error: 'sys/stream.h' file not found >#include <sys/stream.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/stream.h> >configure:6746: result: no >configure:6746: checking sys/stream.h presence >configure:6746: gcc -E conftest.c >conftest.c:49:10: fatal error: 'sys/stream.h' file not found >#include <sys/stream.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| /* end confdefs.h. */ >| #include <sys/stream.h> >configure:6746: result: no >configure:6746: checking for sys/stream.h >configure:6746: result: no >configure:6746: checking sys/stropts.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:82:10: fatal error: 'sys/stropts.h' file not found >#include <sys/stropts.h> > ^~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/stropts.h> >configure:6746: result: no >configure:6746: checking sys/stropts.h presence >configure:6746: gcc -E conftest.c >conftest.c:49:10: fatal error: 'sys/stropts.h' file not found >#include <sys/stropts.h> > ^~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| /* end confdefs.h. */ >| #include <sys/stropts.h> >configure:6746: result: no >configure:6746: checking for sys/stropts.h >configure:6746: result: no >configure:6746: checking sys/strtio.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:82:10: fatal error: 'sys/strtio.h' file not found >#include <sys/strtio.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/strtio.h> >configure:6746: result: no >configure:6746: checking sys/strtio.h presence >configure:6746: gcc -E conftest.c >conftest.c:49:10: fatal error: 'sys/strtio.h' file not found >#include <sys/strtio.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| /* end confdefs.h. */ >| #include <sys/strtio.h> >configure:6746: result: no >configure:6746: checking for sys/strtio.h >configure:6746: result: no >configure:6746: checking sys/statvfs.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking sys/statvfs.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for sys/statvfs.h >configure:6746: result: yes >configure:6746: checking sys/sysmacros.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:83:10: fatal error: 'sys/sysmacros.h' file not found >#include <sys/sysmacros.h> > ^~~~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/sysmacros.h> >configure:6746: result: no >configure:6746: checking sys/sysmacros.h presence >configure:6746: gcc -E conftest.c >conftest.c:50:10: fatal error: 'sys/sysmacros.h' file not found >#include <sys/sysmacros.h> > ^~~~~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| /* end confdefs.h. */ >| #include <sys/sysmacros.h> >configure:6746: result: no >configure:6746: checking for sys/sysmacros.h >configure:6746: result: no >configure:6746: checking sys/time.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking sys/time.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for sys/time.h >configure:6746: result: yes >configure:6746: checking sys/timers.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:84:10: fatal error: 'sys/timers.h' file not found >#include <sys/timers.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/timers.h> >configure:6746: result: no >configure:6746: checking sys/timers.h presence >configure:6746: gcc -E conftest.c >conftest.c:51:10: fatal error: 'sys/timers.h' file not found >#include <sys/timers.h> > ^~~~~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <sys/timers.h> >configure:6746: result: no >configure:6746: checking for sys/timers.h >configure:6746: result: no >configure:6746: checking time.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking time.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for time.h >configure:6746: result: yes >configure:6746: checking tmpdir.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:85:10: fatal error: 'tmpdir.h' file not found >#include <tmpdir.h> > ^~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <tmpdir.h> >configure:6746: result: no >configure:6746: checking tmpdir.h presence >configure:6746: gcc -E conftest.c >conftest.c:52:10: fatal error: 'tmpdir.h' file not found >#include <tmpdir.h> > ^~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <tmpdir.h> >configure:6746: result: no >configure:6746: checking for tmpdir.h >configure:6746: result: no >configure:6746: checking ttyent.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking ttyent.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for ttyent.h >configure:6746: result: yes >configure:6746: checking ucred.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:86:10: fatal error: 'ucred.h' file not found >#include <ucred.h> > ^~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ucred.h> >configure:6746: result: no >configure:6746: checking ucred.h presence >configure:6746: gcc -E conftest.c >conftest.c:53:10: fatal error: 'ucred.h' file not found >#include <ucred.h> > ^~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| /* end confdefs.h. */ >| #include <ucred.h> >configure:6746: result: no >configure:6746: checking for ucred.h >configure:6746: result: no >configure:6746: checking for unistd.h >configure:6746: result: yes >configure:6746: checking usersec.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:87:10: fatal error: 'usersec.h' file not found >#include <usersec.h> > ^~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <usersec.h> >configure:6746: result: no >configure:6746: checking usersec.h presence >configure:6746: gcc -E conftest.c >conftest.c:54:10: fatal error: 'usersec.h' file not found >#include <usersec.h> > ^~~~~~~~~~~ >1 error generated. >configure:6746: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <usersec.h> >configure:6746: result: no >configure:6746: checking for usersec.h >configure:6746: result: no >configure:6746: checking util.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking util.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for util.h >configure:6746: result: yes >configure:6746: checking utime.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking utime.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for utime.h >configure:6746: result: yes >configure:6746: checking utmp.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking utmp.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for utmp.h >configure:6746: result: yes >configure:6746: checking utmpx.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking utmpx.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for utmpx.h >configure:6746: result: yes >configure:6746: checking vis.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking vis.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for vis.h >configure:6746: result: yes >configure:6746: checking wchar.h usability >configure:6746: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking wchar.h presence >configure:6746: gcc -E conftest.c >configure:6746: $? = 0 >configure:6746: result: yes >configure:6746: checking for wchar.h >configure:6746: result: yes >configure:6760: checking for lastlog.h >configure:6760: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:66:10: fatal error: 'lastlog.h' file not found >#include <lastlog.h> > ^~~~~~~~~~~ >1 error generated. >configure:6760: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TIME_H >| # include <sys/time.h> >| #endif >| >| >| #include <lastlog.h> >configure:6760: result: no >configure:6779: checking for sys/ptms.h >configure:6779: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:66:10: fatal error: 'sys/ptms.h' file not found >#include <sys/ptms.h> > ^~~~~~~~~~~~ >1 error generated. >configure:6779: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_STREAM_H >| # include <sys/stream.h> >| #endif >| >| >| #include <sys/ptms.h> >configure:6779: result: no >configure:6798: checking for login_cap.h >configure:6798: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:64:10: fatal error: 'login_cap.h' file not found >#include <login_cap.h> > ^~~~~~~~~~~~~ >1 error generated. >configure:6798: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| >| >| #include <login_cap.h> >configure:6798: result: no >configure:6815: checking for sys/mount.h >configure:6815: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6815: $? = 0 >configure:6815: result: yes >configure:6832: checking for sys/un.h >configure:6832: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:6832: $? = 0 >configure:6832: result: yes >configure:7232: checking if we have working getaddrinfo >configure:7248: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c >&5 >conftest.c:63:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] >main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) >^ >conftest.c:64:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] > exit(0); > ^ >conftest.c:64:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' >2 warnings generated. >configure:7248: $? = 0 >configure:7248: ./conftest >configure:7248: $? = 0 >configure:7249: result: working >configure:7287: checking whether AU_IPv4 is declared >configure:7287: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:110:10: error: use of undeclared identifier 'AU_IPv4' > (void) AU_IPv4; > ^ >1 error generated. >configure:7287: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef AU_IPv4 >| #ifdef __cplusplus >| (void) AU_IPv4; >| #else >| (void) AU_IPv4; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:7287: result: no >configure:7306: checking for sandbox_init >configure:7306: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c >&5 >configure:7306: $? = 0 >configure:7306: result: yes >configure:7317: checking sandbox.h usability >configure:7317: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:7317: $? = 0 >configure:7317: result: yes >configure:7317: checking sandbox.h presence >configure:7317: gcc -E conftest.c >configure:7317: $? = 0 >configure:7317: result: yes >configure:7317: checking for sandbox.h >configure:7317: result: yes >configure:7327: checking for sandbox_apply in -lsandbox >configure:7352: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lsandbox >&5 >configure:7352: $? = 0 >configure:7361: result: yes >configure:8475: checking compiler and flags for sanity >configure:8493: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c >&5 >conftest.c:79:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] > exit(0); > ^ >conftest.c:79:2: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' >1 warning generated. >configure:8493: $? = 0 >configure:8493: ./conftest >configure:8493: $? = 0 >configure:8494: result: yes >configure:8509: checking for setsockopt >configure:8509: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c >&5 >configure:8509: $? = 0 >configure:8509: result: yes >configure:8563: checking for dirname >configure:8563: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c >&5 >configure:8563: $? = 0 >configure:8563: result: yes >configure:8570: checking libgen.h usability >configure:8570: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:8570: $? = 0 >configure:8570: result: yes >configure:8570: checking libgen.h presence >configure:8570: gcc -E conftest.c >configure:8570: $? = 0 >configure:8570: result: yes >configure:8570: checking for libgen.h >configure:8570: result: yes >configure:8689: checking for getspnam >configure:8689: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c >&5 >Undefined symbols for architecture x86_64: > "_getspnam", referenced from: > _main in conftest-b8c05f.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:8689: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| /* end confdefs.h. */ >| /* Define getspnam to an innocuous variant, in case <limits.h> declares getspnam. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getspnam innocuous_getspnam >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getspnam (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getspnam >| >| /* 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 getspnam (); >| /* 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_getspnam || defined __stub___getspnam >| choke me >| #endif >| >| int >| main () >| { >| return getspnam (); >| ; >| return 0; >| } >configure:8689: result: no >configure:8693: checking for getspnam in -lgen >configure:8718: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lgen >&5 >ld: library not found for -lgen >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:8718: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_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 getspnam (); >| int >| main () >| { >| return getspnam (); >| ; >| return 0; >| } >configure:8727: result: no >configure:8735: checking for library containing basename >configure:8766: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c >&5 >configure:8766: $? = 0 >configure:8783: result: none required >configure:8823: checking zlib.h usability >configure:8823: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:8823: $? = 0 >configure:8823: result: yes >configure:8823: checking zlib.h presence >configure:8823: gcc -E conftest.c >configure:8823: $? = 0 >configure:8823: result: yes >configure:8823: checking for zlib.h >configure:8823: result: yes >configure:8831: checking for deflate in -lz >configure:8856: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:8856: $? = 0 >configure:8865: result: yes >configure:8931: checking for possibly buggy zlib >configure:8970: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:8970: $? = 0 >configure:8970: ./conftest >found zlib version 1.2.11 (1021100) >configure:8970: $? = 0 >configure:8971: result: no >configure:8995: checking for strcasecmp >configure:8995: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >conftest.c:102:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] >char strcasecmp (); > ^ >conftest.c:102:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' >1 warning generated. >configure:8995: $? = 0 >configure:8995: result: yes >configure:9044: checking for utimes >configure:9044: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9044: $? = 0 >configure:9044: result: yes >configure:9101: checking bsd/libutil.h usability >configure:9101: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:113:10: fatal error: 'bsd/libutil.h' file not found >#include <bsd/libutil.h> > ^~~~~~~~~~~~~~~ >1 error generated. >configure:9101: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bsd/libutil.h> >configure:9101: result: no >configure:9101: checking bsd/libutil.h presence >configure:9101: gcc -E conftest.c >conftest.c:80:10: fatal error: 'bsd/libutil.h' file not found >#include <bsd/libutil.h> > ^~~~~~~~~~~~~~~ >1 error generated. >configure:9101: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 <bsd/libutil.h> >configure:9101: result: no >configure:9101: checking for bsd/libutil.h >configure:9101: result: no >configure:9101: checking libutil.h usability >configure:9101: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:113:10: fatal error: 'libutil.h' file not found >#include <libutil.h> > ^~~~~~~~~~~ >1 error generated. >configure:9101: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libutil.h> >configure:9101: result: no >configure:9101: checking libutil.h presence >configure:9101: gcc -E conftest.c >conftest.c:80:10: fatal error: 'libutil.h' file not found >#include <libutil.h> > ^~~~~~~~~~~ >1 error generated. >configure:9101: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 <libutil.h> >configure:9101: result: no >configure:9101: checking for libutil.h >configure:9101: result: no >configure:9111: checking for library containing fmt_scaled >configure:9142: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_fmt_scaled", referenced from: > _main in conftest-64e1ac.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9142: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 fmt_scaled (); >| int >| main () >| { >| return fmt_scaled (); >| ; >| return 0; >| } >configure:9142: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lutil -lz >&5 >Undefined symbols for architecture x86_64: > "_fmt_scaled", referenced from: > _main in conftest-b409aa.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9142: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 fmt_scaled (); >| int >| main () >| { >| return fmt_scaled (); >| ; >| return 0; >| } >configure:9142: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lbsd -lz >&5 >ld: library not found for -lbsd >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9142: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 fmt_scaled (); >| int >| main () >| { >| return fmt_scaled (); >| ; >| return 0; >| } >configure:9159: result: no >configure:9167: checking for library containing scan_scaled >configure:9198: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_scan_scaled", referenced from: > _main in conftest-10c89b.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9198: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 scan_scaled (); >| int >| main () >| { >| return scan_scaled (); >| ; >| return 0; >| } >configure:9198: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lutil -lz >&5 >Undefined symbols for architecture x86_64: > "_scan_scaled", referenced from: > _main in conftest-6f9298.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9198: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 scan_scaled (); >| int >| main () >| { >| return scan_scaled (); >| ; >| return 0; >| } >configure:9198: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lbsd -lz >&5 >ld: library not found for -lbsd >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9198: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 scan_scaled (); >| int >| main () >| { >| return scan_scaled (); >| ; >| return 0; >| } >configure:9215: result: no >configure:9223: checking for library containing login >configure:9254: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9254: $? = 0 >configure:9271: result: none required >configure:9279: checking for library containing logout >configure:9310: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9310: $? = 0 >configure:9327: result: none required >configure:9335: checking for library containing logwtmp >configure:9366: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9366: $? = 0 >configure:9383: result: none required >configure:9391: checking for library containing openpty >configure:9422: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9422: $? = 0 >configure:9439: result: none required >configure:9447: checking for library containing updwtmp >configure:9478: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_updwtmp", referenced from: > _main in conftest-99a9bd.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9478: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 updwtmp (); >| int >| main () >| { >| return updwtmp (); >| ; >| return 0; >| } >configure:9478: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lutil -lz >&5 >Undefined symbols for architecture x86_64: > "_updwtmp", referenced from: > _main in conftest-6ed797.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9478: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 updwtmp (); >| int >| main () >| { >| return updwtmp (); >| ; >| return 0; >| } >configure:9478: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lbsd -lz >&5 >ld: library not found for -lbsd >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9478: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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 updwtmp (); >| int >| main () >| { >| return updwtmp (); >| ; >| return 0; >| } >configure:9495: result: no >configure:9506: checking for fmt_scaled >configure:9506: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_fmt_scaled", referenced from: > _main in conftest-66dabc.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9506: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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. */ >| /* Define fmt_scaled to an innocuous variant, in case <limits.h> declares fmt_scaled. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:9506: result: no >configure:9506: checking for scan_scaled >configure:9506: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_scan_scaled", referenced from: > _main in conftest-3e230a.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9506: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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. */ >| /* Define scan_scaled to an innocuous variant, in case <limits.h> declares scan_scaled. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define scan_scaled innocuous_scan_scaled >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char scan_scaled (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef scan_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 scan_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_scan_scaled || defined __stub___scan_scaled >| choke me >| #endif >| >| int >| main () >| { >| return scan_scaled (); >| ; >| return 0; >| } >configure:9506: result: no >configure:9506: checking for login >configure:9506: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9506: $? = 0 >configure:9506: result: yes >configure:9506: checking for logout >configure:9506: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9506: $? = 0 >configure:9506: result: yes >configure:9506: checking for openpty >configure:9506: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9506: $? = 0 >configure:9506: result: yes >configure:9506: checking for updwtmp >configure:9506: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_updwtmp", referenced from: > _main in conftest-ce9dbf.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:9506: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| /* end confdefs.h. */ >| /* Define updwtmp to an innocuous variant, in case <limits.h> declares updwtmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define updwtmp innocuous_updwtmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char updwtmp (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef updwtmp >| >| /* 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 updwtmp (); >| /* 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_updwtmp || defined __stub___updwtmp >| choke me >| #endif >| >| int >| main () >| { >| return updwtmp (); >| ; >| return 0; >| } >configure:9506: result: no >configure:9506: checking for logwtmp >configure:9506: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9506: $? = 0 >configure:9506: result: yes >configure:9518: checking for library containing inet_ntop >configure:9549: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9549: $? = 0 >configure:9566: result: none required >configure:9574: checking for library containing gethostbyname >configure:9605: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9605: $? = 0 >configure:9622: result: none required >configure:9633: checking for strftime >configure:9633: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >configure:9633: $? = 0 >configure:9633: result: yes >configure:9688: checking for GLOB_ALTDIRFUNC support >configure:9705: result: yes >configure:9719: checking for gl_matchc field in glob_t >configure:9732: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:9732: $? = 0 >configure:9737: result: yes >configure:9749: checking for gl_statv and GLOB_KEEPSTAT extensions for glob >configure:9768: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:93:2: error: "glob does not support GLOB_KEEPSTAT extension" >#error "glob does not support GLOB_KEEPSTAT extension" > ^ >conftest.c:96:3: error: no member named 'gl_statv' in 'glob_t'; did you mean 'gl_stat'? >g.gl_statv = NULL; > ^~~~~~~~ > gl_stat >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/glob.h:78:8: note: 'gl_stat' declared here > int (*gl_stat)(const char *, struct stat *); > ^ >conftest.c:96:14: error: use of undeclared identifier 'NULL' >g.gl_statv = NULL; > ^ >3 errors generated. >configure:9768: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| /* end confdefs.h. */ >| #include <glob.h> >| int >| main () >| { >| >| #ifndef GLOB_KEEPSTAT >| #error "glob does not support GLOB_KEEPSTAT extension" >| #endif >| glob_t g; >| g.gl_statv = NULL; >| >| ; >| return 0; >| } >configure:9778: result: no >configure:9785: checking whether GLOB_NOMATCH is declared >configure:9785: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:9785: $? = 0 >configure:9785: result: yes >configure:9798: checking whether VIS_ALL is declared >configure:9798: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >conftest.c:97:10: error: use of undeclared identifier 'VIS_ALL' > (void) VIS_ALL; > ^ >1 error generated. >configure:9798: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| /* end confdefs.h. */ >| #include <vis.h> >| >| int >| main () >| { >| #ifndef VIS_ALL >| #ifdef __cplusplus >| (void) VIS_ALL; >| #else >| (void) VIS_ALL; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:9798: result: no >configure:9809: checking whether struct dirent allocates space for d_name >configure:9836: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fstack-protector-strong conftest.c -lz >&5 >conftest.c:97:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] > exit(sizeof(d.d_name)<=sizeof(char)); > ^ >conftest.c:97:2: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' >1 warning generated. >configure:9836: $? = 0 >configure:9836: ./conftest >configure:9836: $? = 0 >configure:9837: result: yes >configure:9853: checking for /proc/pid/fd directory >configure:9862: result: no >configure:10395: checking for gcc >= 4.x >configure:10405: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 >configure:10405: $? = 0 >configure:10406: result: yes >configure:10420: checking if gcc supports compile flag -fPIE >configure:10442: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror -fPIE conftest.c >&5 >configure:10442: $? = 0 >configure:10450: result: yes >configure:10463: checking if gcc supports link flag -pie >configure:10486: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -Werror -pie conftest.c -lz >&5 >configure:10486: $? = 0 >configure:10487: result: yes >configure:10500: checking whether both -fPIE and -pie are supported >configure:10504: result: yes >configure:10628: checking for Blowfish_initstate >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_Blowfish_initstate", referenced from: > _main in conftest-a6cfc3.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| /* end confdefs.h. */ >| /* Define Blowfish_initstate to an innocuous variant, in case <limits.h> declares Blowfish_initstate. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define Blowfish_initstate innocuous_Blowfish_initstate >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char Blowfish_initstate (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef Blowfish_initstate >| >| /* 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 Blowfish_initstate (); >| /* 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_Blowfish_initstate || defined __stub___Blowfish_initstate >| choke me >| #endif >| >| int >| main () >| { >| return Blowfish_initstate (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for Blowfish_expandstate >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_Blowfish_expandstate", referenced from: > _main in conftest-c0ac62.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| /* end confdefs.h. */ >| /* Define Blowfish_expandstate to an innocuous variant, in case <limits.h> declares Blowfish_expandstate. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define Blowfish_expandstate innocuous_Blowfish_expandstate >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char Blowfish_expandstate (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef Blowfish_expandstate >| >| /* 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 Blowfish_expandstate (); >| /* 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_Blowfish_expandstate || defined __stub___Blowfish_expandstate >| choke me >| #endif >| >| int >| main () >| { >| return Blowfish_expandstate (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for Blowfish_expand0state >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_Blowfish_expand0state", referenced from: > _main in conftest-22927b.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| /* end confdefs.h. */ >| /* Define Blowfish_expand0state to an innocuous variant, in case <limits.h> declares Blowfish_expand0state. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define Blowfish_expand0state innocuous_Blowfish_expand0state >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char Blowfish_expand0state (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef Blowfish_expand0state >| >| /* 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 Blowfish_expand0state (); >| /* 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_Blowfish_expand0state || defined __stub___Blowfish_expand0state >| choke me >| #endif >| >| int >| main () >| { >| return Blowfish_expand0state (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for Blowfish_stream2word >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_Blowfish_stream2word", referenced from: > _main in conftest-859936.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| /* end confdefs.h. */ >| /* Define Blowfish_stream2word to an innocuous variant, in case <limits.h> declares Blowfish_stream2word. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define Blowfish_stream2word innocuous_Blowfish_stream2word >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char Blowfish_stream2word (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef Blowfish_stream2word >| >| /* 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 Blowfish_stream2word (); >| /* 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_Blowfish_stream2word || defined __stub___Blowfish_stream2word >| choke me >| #endif >| >| int >| main () >| { >| return Blowfish_stream2word (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for asprintf >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:123:18: warning: format string missing [-Wformat] >return asprintf (); > ~~~~~~~~ ^ >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for b64_ntop >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_b64_ntop", referenced from: > _main in conftest-c8e62f.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| /* end confdefs.h. */ >| /* Define b64_ntop to an innocuous variant, in case <limits.h> declares b64_ntop. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for __b64_ntop >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "___b64_ntop", referenced from: > _main in conftest-a863c4.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| /* end confdefs.h. */ >| /* Define __b64_ntop to an innocuous variant, in case <limits.h> declares __b64_ntop. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for b64_pton >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_b64_pton", referenced from: > _main in conftest-0d968f.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| /* end confdefs.h. */ >| /* Define b64_pton to an innocuous variant, in case <limits.h> declares b64_pton. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for __b64_pton >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "___b64_pton", referenced from: > _main in conftest-28b9c2.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| /* end confdefs.h. */ >| /* Define __b64_pton to an innocuous variant, in case <limits.h> declares __b64_pton. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for bcopy >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for bcrypt_pbkdf >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_bcrypt_pbkdf", referenced from: > _main in conftest-0f203e.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| /* end confdefs.h. */ >| /* Define bcrypt_pbkdf to an innocuous variant, in case <limits.h> declares bcrypt_pbkdf. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define bcrypt_pbkdf innocuous_bcrypt_pbkdf >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char bcrypt_pbkdf (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef bcrypt_pbkdf >| >| /* 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 bcrypt_pbkdf (); >| /* 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_bcrypt_pbkdf || defined __stub___bcrypt_pbkdf >| choke me >| #endif >| >| int >| main () >| { >| return bcrypt_pbkdf (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for bindresvport_sa >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for blf_enc >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_blf_enc", referenced from: > _main in conftest-718e04.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| /* end confdefs.h. */ >| /* Define blf_enc to an innocuous variant, in case <limits.h> declares blf_enc. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define blf_enc innocuous_blf_enc >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char blf_enc (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef blf_enc >| >| /* 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 blf_enc (); >| /* 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_blf_enc || defined __stub___blf_enc >| choke me >| #endif >| >| int >| main () >| { >| return blf_enc (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for cap_rights_limit >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_cap_rights_limit", referenced from: > _main in conftest-b2e276.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| /* end confdefs.h. */ >| /* Define cap_rights_limit to an innocuous variant, in case <limits.h> declares cap_rights_limit. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define cap_rights_limit innocuous_cap_rights_limit >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char cap_rights_limit (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef cap_rights_limit >| >| /* 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 cap_rights_limit (); >| /* 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_cap_rights_limit || defined __stub___cap_rights_limit >| choke me >| #endif >| >| int >| main () >| { >| return cap_rights_limit (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for clock >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for closefrom >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_closefrom", referenced from: > _main in conftest-8fcbc9.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| /* end confdefs.h. */ >| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define closefrom innocuous_closefrom >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char closefrom (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for dirfd >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for endgrent >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for err >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for errx >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for explicit_bzero >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_explicit_bzero", referenced from: > _main in conftest-2a5338.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| /* end confdefs.h. */ >| /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define explicit_bzero innocuous_explicit_bzero >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char explicit_bzero (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef explicit_bzero >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char explicit_bzero (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_explicit_bzero || defined __stub___explicit_bzero >| choke me >| #endif >| >| int >| main () >| { >| return explicit_bzero (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for fchmod >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for fchown >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for freeaddrinfo >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for fstatfs >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for fstatvfs >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for futimes >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for getaddrinfo >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for getcwd >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for getgrouplist >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for getnameinfo >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for getopt >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for getpeereid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for getpeerucred >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_getpeerucred", referenced from: > _main in conftest-3ba85f.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| /* end confdefs.h. */ >| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getpeerucred innocuous_getpeerucred >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getpeerucred (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for getpgid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for getpgrp >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for _getpty >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "__getpty", referenced from: > _main in conftest-d24b85.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| /* end confdefs.h. */ >| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _getpty innocuous__getpty >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _getpty (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for getrlimit >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for getttyent >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for glob >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for group_from_gid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for inet_aton >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for inet_ntoa >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for inet_ntop >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for innetgr >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for login_getcapbool >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_login_getcapbool", referenced from: > _main in conftest-3b8f4a.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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 <limits.h> declares login_getcapbool. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for md5_crypt >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_md5_crypt", referenced from: > _main in conftest-aebfc0.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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 <limits.h> declares md5_crypt. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for memmove >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:142:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] >char memmove (); > ^ >conftest.c:142:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for memset_s >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for mkdtemp >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for ngetaddrinfo >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_ngetaddrinfo", referenced from: > _main in conftest-753d9b.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| /* end confdefs.h. */ >| /* Define ngetaddrinfo to an innocuous variant, in case <limits.h> declares ngetaddrinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define ngetaddrinfo innocuous_ngetaddrinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char ngetaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for nsleep >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_nsleep", referenced from: > _main in conftest-067788.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| /* end confdefs.h. */ >| /* Define nsleep to an innocuous variant, in case <limits.h> declares nsleep. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define nsleep innocuous_nsleep >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char nsleep (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for ogetaddrinfo >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_ogetaddrinfo", referenced from: > _main in conftest-a40cd7.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| /* end confdefs.h. */ >| /* Define ogetaddrinfo to an innocuous variant, in case <limits.h> declares ogetaddrinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define ogetaddrinfo innocuous_ogetaddrinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char ogetaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for openlog_r >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_openlog_r", referenced from: > _main in conftest-1490fe.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| /* end confdefs.h. */ >| /* Define openlog_r to an innocuous variant, in case <limits.h> declares openlog_r. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for pledge >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_pledge", referenced from: > _main in conftest-710e70.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| /* end confdefs.h. */ >| /* Define pledge to an innocuous variant, in case <limits.h> declares pledge. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pledge innocuous_pledge >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pledge (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef pledge >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char pledge (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_pledge || defined __stub___pledge >| choke me >| #endif >| >| int >| main () >| { >| return pledge (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for poll >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for prctl >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_prctl", referenced from: > _main in conftest-b0bbe2.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| /* end confdefs.h. */ >| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define prctl innocuous_prctl >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char prctl (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef prctl >| >| /* 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 prctl (); >| /* 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_prctl || defined __stub___prctl >| choke me >| #endif >| >| int >| main () >| { >| return prctl (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for pstat >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_pstat", referenced from: > _main in conftest-1be9a4.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| /* end confdefs.h. */ >| /* Define pstat to an innocuous variant, in case <limits.h> declares pstat. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pstat innocuous_pstat >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pstat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for readpassphrase >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for reallocarray >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_reallocarray", referenced from: > _main in conftest-e84101.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 1 >| /* end confdefs.h. */ >| /* Define reallocarray to an innocuous variant, in case <limits.h> declares reallocarray. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define reallocarray innocuous_reallocarray >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char reallocarray (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef reallocarray >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char reallocarray (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_reallocarray || defined __stub___reallocarray >| choke me >| #endif >| >| int >| main () >| { >| return reallocarray (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for recvmsg >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for rresvport_af >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for sendmsg >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setdtablesize >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_setdtablesize", referenced from: > _main in conftest-40cebf.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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 <limits.h> declares setdtablesize. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setdtablesize innocuous_setdtablesize >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setdtablesize (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for setegid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setenv >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for seteuid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setgroupent >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setgroups >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setlinebuf >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setlogin >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setpassent >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setpcred >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_setpcred", referenced from: > _main in conftest-cf25ab.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 1 >| /* end confdefs.h. */ >| /* Define setpcred to an innocuous variant, in case <limits.h> declares setpcred. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setpcred innocuous_setpcred >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setpcred (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for setproctitle >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_setproctitle", referenced from: > _main in conftest-7d9a80.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 1 >| /* end confdefs.h. */ >| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setproctitle innocuous_setproctitle >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setproctitle (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for setregid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setreuid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setrlimit >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setsid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for setvbuf >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for sigaction >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for sigvec >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for snprintf >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:165:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] >char snprintf (); > ^ >conftest.c:165:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for socketpair >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for statfs >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for statvfs >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strdup >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:169:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] >char strdup (); > ^ >conftest.c:169:6: note: 'strdup' is a builtin with type 'char *(const char *)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strerror >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:170:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] >char strerror (); > ^ >conftest.c:170:6: note: 'strerror' is a builtin with type 'char *(int)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strlcat >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:171:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration] >char strlcat (); > ^ >conftest.c:171:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strlcpy >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:172:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration] >char strlcpy (); > ^ >conftest.c:172:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strmode >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strnlen >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strnvis >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strptime >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strtonum >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_strtonum", referenced from: > _main in conftest-42ce32.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| /* end confdefs.h. */ >| /* Define strtonum to an innocuous variant, in case <limits.h> declares strtonum. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strtonum innocuous_strtonum >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strtonum (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strtonum >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strtonum (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strtonum || defined __stub___strtonum >| choke me >| #endif >| >| int >| main () >| { >| return strtonum (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for strtoll >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:177:6: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration] >char strtoll (); > ^ >conftest.c:177:6: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strtoul >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:178:6: warning: incompatible redeclaration of library function 'strtoul' [-Wincompatible-library-redeclaration] >char strtoul (); > ^ >conftest.c:178:6: note: 'strtoul' is a builtin with type 'unsigned long (const char *, char **, int)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for strtoull >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:179:6: warning: incompatible redeclaration of library function 'strtoull' [-Wincompatible-library-redeclaration] >char strtoull (); > ^ >conftest.c:179:6: note: 'strtoull' is a builtin with type 'unsigned long long (const char *, char **, int)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for swap32 >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_swap32", referenced from: > _main in conftest-827265.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| /* end confdefs.h. */ >| /* Define swap32 to an innocuous variant, in case <limits.h> declares swap32. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define swap32 innocuous_swap32 >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char swap32 (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #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:10628: result: no >configure:10628: checking for sysconf >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for tcgetpgrp >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for timingsafe_bcmp >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for truncate >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for unsetenv >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for updwtmpx >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_updwtmpx", referenced from: > _main in conftest-10b93f.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:10628: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| /* end confdefs.h. */ >| /* Define updwtmpx to an innocuous variant, in case <limits.h> declares updwtmpx. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define updwtmpx innocuous_updwtmpx >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char updwtmpx (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef updwtmpx >| >| /* 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 updwtmpx (); >| /* 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_updwtmpx || defined __stub___updwtmpx >| choke me >| #endif >| >| int >| main () >| { >| return updwtmpx (); >| ; >| return 0; >| } >configure:10628: result: no >configure:10628: checking for user_from_uid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for usleep >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for vasprintf >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:198:19: warning: format string missing [-Wformat] >return vasprintf (); > ~~~~~~~~~ ^ >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for vsnprintf >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:188:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration] >char vsnprintf (); > ^ >conftest.c:188:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)' >1 warning generated. >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for waitpid >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10628: checking for warn >configure:10628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10628: $? = 0 >configure:10628: result: yes >configure:10643: checking for mblen >configure:10643: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10643: $? = 0 >configure:10643: result: yes >configure:10643: checking for mbtowc >configure:10643: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10643: $? = 0 >configure:10643: result: yes >configure:10643: checking for nl_langinfo >configure:10643: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10643: $? = 0 >configure:10643: result: yes >configure:10643: checking for wcwidth >configure:10643: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10643: $? = 0 >configure:10643: result: yes >configure:10665: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10665: $? = 0 >configure:10689: checking for library containing dlopen >configure:10720: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10720: $? = 0 >configure:10737: result: none required >configure:10753: checking for gai_strerror >configure:10753: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10753: $? = 0 >configure:10753: result: yes >configure:10781: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >conftest.c:188:6: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] > str = gai_strerror(0); > ^ ~~~~~~~~~~~~~~~ >1 warning generated. >configure:10781: $? = 0 >configure:10792: checking for library containing nanosleep >configure:10823: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10823: $? = 0 >configure:10840: result: none required >configure:10851: checking for library containing clock_gettime >configure:10882: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10882: $? = 0 >configure:10899: result: none required >configure:10910: checking whether getrusage is declared >configure:10910: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:10910: $? = 0 >configure:10910: result: yes >configure:10914: checking for getrusage >configure:10914: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10914: $? = 0 >configure:10914: result: yes >configure:10925: checking whether strsep is declared >configure:10925: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:10925: $? = 0 >configure:10925: result: yes >configure:10934: checking for strsep >configure:10934: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:10934: $? = 0 >configure:10934: result: yes >configure:10946: checking whether tcsendbreak is declared >configure:10946: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:10946: $? = 0 >configure:10946: result: yes >configure:10967: checking whether h_errno is declared >configure:10967: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:10967: $? = 0 >configure:10967: result: yes >configure:10980: checking whether SHUT_RD is declared >configure:10980: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:10980: $? = 0 >configure:10980: result: yes >configure:10996: checking whether O_NONBLOCK is declared >configure:10996: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:10996: $? = 0 >configure:10996: result: yes >configure:11017: checking whether writev is declared >configure:11017: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:11017: $? = 0 >configure:11017: result: yes >configure:11034: checking whether MAXSYMLINKS is declared >configure:11034: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:11034: $? = 0 >configure:11034: result: yes >configure:11049: checking whether offsetof is declared >configure:11049: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:11049: $? = 0 >configure:11049: result: yes >configure:11065: checking whether howmany is declared >configure:11065: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:11065: $? = 0 >configure:11065: result: yes >configure:11091: checking whether NFDBITS is declared >configure:11091: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:11091: $? = 0 >configure:11091: result: yes >configure:11118: checking for fd_mask >configure:11118: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:11118: $? = 0 >configure:11118: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >conftest.c:207:22: error: expected expression >if (sizeof ((fd_mask))) > ^ >1 error generated. >configure:11118: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| /* end confdefs.h. */ >| >| #include <sys/param.h> >| #include <sys/types.h> >| #ifdef HAVE_SYS_SELECT_H >| #include <sys/select.h> >| #endif >| #ifdef HAVE_SYS_TIME_H >| #include <sys/time.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((fd_mask))) >| return 0; >| ; >| return 0; >| } >configure:11118: result: yes >configure:11144: checking for setresuid >configure:11144: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_setresuid", referenced from: > _main in conftest-f9132c.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11144: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| /* end confdefs.h. */ >| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresuid innocuous_setresuid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresuid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setresuid >| >| /* 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 setresuid (); >| /* 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_setresuid || defined __stub___setresuid >| choke me >| #endif >| >| int >| main () >| { >| return setresuid (); >| ; >| return 0; >| } >configure:11144: result: no >configure:11199: checking for setresgid >configure:11199: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_setresgid", referenced from: > _main in conftest-85624c.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11199: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| /* end confdefs.h. */ >| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresgid innocuous_setresgid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresgid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setresgid >| >| /* 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 setresgid (); >| /* 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_setresgid || defined __stub___setresgid >| choke me >| #endif >| >| int >| main () >| { >| return setresgid (); >| ; >| return 0; >| } >configure:11199: result: no >configure:11254: checking for realpath >configure:11254: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11254: $? = 0 >configure:11254: result: yes >configure:11260: checking if realpath works with non-existent files >configure:11288: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11288: $? = 0 >configure:11288: ./conftest >configure:11288: $? = 1 >configure: program exited with status 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| /* end confdefs.h. */ >| >| #include <limits.h> >| #include <stdlib.h> >| #include <errno.h> >| >| int >| main () >| { >| >| char buf[PATH_MAX]; >| if (realpath("/opensshnonexistentfilename1234", buf) == NULL) >| if (errno == ENOENT) >| exit(1); >| exit(0); >| >| ; >| return 0; >| } >configure:11295: result: no >configure:11310: checking for gettimeofday >configure:11310: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11310: $? = 0 >configure:11310: result: yes >configure:11310: checking for time >configure:11310: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11310: $? = 0 >configure:11310: result: yes >configure:11322: checking for endutent >configure:11322: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_endutent", referenced from: > _main in conftest-3b8e56.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11322: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| /* end confdefs.h. */ >| /* Define endutent to an innocuous variant, in case <limits.h> declares endutent. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define endutent innocuous_endutent >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char endutent (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef endutent >| >| /* 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 endutent (); >| /* 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_endutent || defined __stub___endutent >| choke me >| #endif >| >| int >| main () >| { >| return endutent (); >| ; >| return 0; >| } >configure:11322: result: no >configure:11322: checking for getutent >configure:11322: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_getutent", referenced from: > _main in conftest-50d8d2.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11322: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| /* end confdefs.h. */ >| /* Define getutent to an innocuous variant, in case <limits.h> declares getutent. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getutent innocuous_getutent >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getutent (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getutent >| >| /* 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 getutent (); >| /* 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_getutent || defined __stub___getutent >| choke me >| #endif >| >| int >| main () >| { >| return getutent (); >| ; >| return 0; >| } >configure:11322: result: no >configure:11322: checking for getutid >configure:11322: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_getutid", referenced from: > _main in conftest-cc446b.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11322: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| /* end confdefs.h. */ >| /* Define getutid to an innocuous variant, in case <limits.h> declares getutid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getutid innocuous_getutid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getutid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getutid >| >| /* 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 getutid (); >| /* 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_getutid || defined __stub___getutid >| choke me >| #endif >| >| int >| main () >| { >| return getutid (); >| ; >| return 0; >| } >configure:11322: result: no >configure:11322: checking for getutline >configure:11322: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_getutline", referenced from: > _main in conftest-63a17b.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11322: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| /* end confdefs.h. */ >| /* Define getutline to an innocuous variant, in case <limits.h> declares getutline. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getutline innocuous_getutline >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getutline (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getutline >| >| /* 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 getutline (); >| /* 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_getutline || defined __stub___getutline >| choke me >| #endif >| >| int >| main () >| { >| return getutline (); >| ; >| return 0; >| } >configure:11322: result: no >configure:11322: checking for pututline >configure:11322: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_pututline", referenced from: > _main in conftest-124655.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11322: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| /* end confdefs.h. */ >| /* Define pututline to an innocuous variant, in case <limits.h> declares pututline. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pututline innocuous_pututline >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pututline (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef pututline >| >| /* 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 pututline (); >| /* 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_pututline || defined __stub___pututline >| choke me >| #endif >| >| int >| main () >| { >| return pututline (); >| ; >| return 0; >| } >configure:11322: result: no >configure:11322: checking for setutent >configure:11322: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_setutent", referenced from: > _main in conftest-09aede.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11322: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| /* end confdefs.h. */ >| /* Define setutent to an innocuous variant, in case <limits.h> declares setutent. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setutent innocuous_setutent >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setutent (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setutent >| >| /* 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 setutent (); >| /* 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_setutent || defined __stub___setutent >| choke me >| #endif >| >| int >| main () >| { >| return setutent (); >| ; >| return 0; >| } >configure:11322: result: no >configure:11333: checking for utmpname >configure:11333: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_utmpname", referenced from: > _main in conftest-7cbe5f.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11333: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| /* end confdefs.h. */ >| /* Define utmpname to an innocuous variant, in case <limits.h> declares utmpname. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define utmpname innocuous_utmpname >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char utmpname (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef utmpname >| >| /* 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 utmpname (); >| /* 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_utmpname || defined __stub___utmpname >| choke me >| #endif >| >| int >| main () >| { >| return utmpname (); >| ; >| return 0; >| } >configure:11333: result: no >configure:11345: checking for endutxent >configure:11345: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11345: $? = 0 >configure:11345: result: yes >configure:11345: checking for getutxent >configure:11345: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11345: $? = 0 >configure:11345: result: yes >configure:11345: checking for getutxid >configure:11345: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11345: $? = 0 >configure:11345: result: yes >configure:11345: checking for getutxline >configure:11345: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11345: $? = 0 >configure:11345: result: yes >configure:11345: checking for getutxuser >configure:11345: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_getutxuser", referenced from: > _main in conftest-02a047.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11345: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| /* end confdefs.h. */ >| /* Define getutxuser to an innocuous variant, in case <limits.h> declares getutxuser. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getutxuser innocuous_getutxuser >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getutxuser (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getutxuser >| >| /* 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 getutxuser (); >| /* 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_getutxuser || defined __stub___getutxuser >| choke me >| #endif >| >| int >| main () >| { >| return getutxuser (); >| ; >| return 0; >| } >configure:11345: result: no >configure:11345: checking for pututxline >configure:11345: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11345: $? = 0 >configure:11345: result: yes >configure:11357: checking for setutxdb >configure:11357: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >Undefined symbols for architecture x86_64: > "_setutxdb", referenced from: > _main in conftest-fc1d83.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:11357: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| /* end confdefs.h. */ >| /* Define setutxdb to an innocuous variant, in case <limits.h> declares setutxdb. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setutxdb innocuous_setutxdb >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setutxdb (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setutxdb >| >| /* 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 setutxdb (); >| /* 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_setutxdb || defined __stub___setutxdb >| choke me >| #endif >| >| int >| main () >| { >| return setutxdb (); >| ; >| return 0; >| } >configure:11357: result: no >configure:11357: checking for setutxent >configure:11357: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11357: $? = 0 >configure:11357: result: yes >configure:11357: checking for utmpxname >configure:11357: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11357: $? = 0 >configure:11357: result: yes >configure:11368: checking for getlastlogxbyname >configure:11368: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11368: $? = 0 >configure:11368: result: yes >configure:11378: checking for daemon >configure:11378: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11378: $? = 0 >configure:11378: result: yes >configure:11429: checking for getpagesize >configure:11429: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11429: $? = 0 >configure:11429: result: yes >configure:11482: checking whether snprintf correctly terminates long strings >configure:11504: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:212:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] > exit(b[4]!='\0'); > ^ >conftest.c:212:2: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' >1 warning generated. >configure:11504: $? = 0 >configure:11504: ./conftest >configure:11504: $? = 0 >configure:11505: result: yes >configure:11527: checking whether vsnprintf returns correct values on overflow >configure:11567: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >configure:11567: $? = 0 >configure:11567: ./conftest >configure:11567: $? = 0 >configure:11568: result: yes >configure:11590: checking whether snprintf can declare const char *fmt >configure:11608: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >conftest.c:207:5: error: expected parameter declarator >int snprintf(char *a, size_t b, const char *c, ...) { return 0; } > ^ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:57:39: note: expanded from macro 'snprintf' > __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) > ^ >conftest.c:207:5: error: expected ')' >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:57:39: note: expanded from macro 'snprintf' > __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) > ^ >conftest.c:207:5: note: to match this '(' >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:57:28: note: expanded from macro 'snprintf' > __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) > ^ >conftest.c:207:5: error: conflicting types for '__builtin___snprintf_chk' >int snprintf(char *a, size_t b, const char *c, ...) { return 0; } > ^ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:57:3: note: expanded from macro 'snprintf' > __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) > ^ >conftest.c:207:5: note: '__builtin___snprintf_chk' is a builtin with type 'int (char *, unsigned long, int, unsigned long, const char *, ...)' >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:57:3: note: expanded from macro 'snprintf' > __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) > ^ >conftest.c:207:5: error: definition of builtin function '__builtin___snprintf_chk' >int snprintf(char *a, size_t b, const char *c, ...) { return 0; } > ^ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:57:3: note: expanded from macro 'snprintf' > __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) > ^ >4 errors generated. >configure:11608: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| int snprintf(char *a, size_t b, const char *c, ...) { return 0; } >| >| int >| main () >| { >| >| snprintf(0, 0, 0); >| >| ; >| return 0; >| } >configure:11615: result: no >configure:11657: checking for (overly) strict mkstemp >configure:11687: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:216:2: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] > unlink(template); > ^ >1 warning generated. >configure:11687: $? = 0 >configure:11687: ./conftest >configure:11687: $? = 0 >configure:11689: result: no >configure:11949: checking whether AI_NUMERICSERV is declared >configure:11949: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >configure:11949: $? = 0 >configure:11949: result: yes >configure:11998: checking for working strnvis >configure:12032: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -fstack-protector-strong -pie conftest.c -lz >&5 >conftest.c:212:35: warning: implicitly declaring library function '_exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] >static void sighandler(int sig) { _exit(1); } > ^ >conftest.c:212:35: note: include the header <unistd.h> or explicitly provide a declaration for '_exit' >conftest.c:221:19: warning: incompatible pointer to integer conversion passing 'char [4]' to parameter of type 'size_t' (aka 'unsigned long') [-Wint-conversion] > if (strnvis(dst, "src", 4, 0) && strcmp(dst, "src") == 0) > ^~~~~ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/vis.h:115:27: note: passing argument to parameter here >int strnvis(char *, size_t, const char *, int); > ^ >conftest.c:221:26: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] > if (strnvis(dst, "src", 4, 0) && strcmp(dst, "src") == 0) > ^ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/vis.h:115:41: note: passing argument to parameter here >int strnvis(char *, size_t, const char *, int); > ^ >3 warnings generated. >configure:12032: $? = 0 >configure:12032: ./conftest >configure:12032: $? = 1 >configure: program exited with status 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| /* end confdefs.h. */ >| >| #include <signal.h> >| #include <stdlib.h> >| #include <string.h> >| #include <vis.h> >| static void sighandler(int sig) { _exit(1); } >| >| int >| main () >| { >| >| char dst[16]; >| >| signal(SIGSEGV, sighandler); >| if (strnvis(dst, "src", 4, 0) && strcmp(dst, "src") == 0) >| exit(0); >| exit(1) >| >| ; >| return 0; >| } >configure:12036: result: no >configure:12048: checking whether getpgrp requires zero arguments >configure:12065: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE conftest.c >&5 >conftest.c:244:10: error: too many arguments to function call, expected 0, have 1 >getpgrp (0); >~~~~~~~ ^ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:458:1: note: 'getpgrp' declared here >pid_t getpgrp(void); >^ >1 error generated. >configure:12065: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| getpgrp (0); >| ; >| return 0; >| } >configure:12073: result: yes >configure:12175: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12175: $? = 0 >configure:12231: checking OpenSSL header version >configure:12271: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12271: $? = 0 >configure:12271: ./conftest >configure:12271: $? = 0 >configure:12274: result: 20000000 (LibreSSL 3.0.0) >configure:12290: checking OpenSSL library version >configure:12329: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12329: $? = 0 >configure:12329: ./conftest >configure:12329: $? = 0 >configure:12339: result: 20000000 (LibreSSL 3.0.0) >configure:12355: checking whether OpenSSL's headers match the library >configure:12381: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12381: $? = 0 >configure:12381: ./conftest >configure:12381: $? = 0 >configure:12383: result: yes >configure:12412: checking if programs using OpenSSL functions will link >configure:12425: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12425: $? = 0 >configure:12427: result: yes >configure:12484: checking for BN_is_prime_ex >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12484: checking for DSA_generate_parameters_ex >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12484: checking for EVP_DigestInit_ex >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12484: checking for EVP_DigestFinal_ex >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12484: checking for EVP_MD_CTX_init >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12484: checking for EVP_MD_CTX_cleanup >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12484: checking for EVP_MD_CTX_copy_ex >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12484: checking for HMAC_CTX_init >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12484: checking for RSA_generate_key_ex >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12484: checking for RSA_get_default_method >configure:12484: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12484: $? = 0 >configure:12484: result: yes >configure:12528: checking whether OpenSSL has crippled AES support >configure:12546: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12546: $? = 0 >configure:12548: result: no >configure:12565: checking whether OpenSSL has AES CTR via EVP >configure:12585: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12585: $? = 0 >configure:12587: result: yes >configure:12604: checking whether OpenSSL has AES GCM via EVP >configure:12628: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12628: $? = 0 >configure:12630: result: yes >configure:12649: checking for library containing EVP_CIPHER_CTX_ctrl >configure:12680: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12680: $? = 0 >configure:12697: result: none required >configure:12708: checking if EVP_DigestUpdate returns an int >configure:12727: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12727: $? = 0 >configure:12729: result: yes >configure:12842: checking for crypt >configure:12842: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12842: $? = 0 >configure:12842: result: yes >configure:12842: checking for DES_crypt >configure:12842: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12842: $? = 0 >configure:12842: result: yes >configure:12856: checking for SHA256_Update >configure:12856: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12856: $? = 0 >configure:12856: result: yes >configure:12856: checking for EVP_sha256 >configure:12856: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12856: $? = 0 >configure:12856: result: yes >configure:12877: checking for EVP_ripemd160 >configure:12877: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:12877: $? = 0 >configure:12877: result: yes >configure:12895: checking whether OpenSSL has NID_X9_62_prime256v1 >configure:12921: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >conftest.c:244:17: warning: unused variable 'm' [-Wunused-variable] > const EVP_MD *m = EVP_sha256(); /* We need this too */ > ^ >conftest.c:243:11: warning: unused variable 'e' [-Wunused-variable] > EC_KEY *e = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); > ^ >2 warnings generated. >configure:12921: $? = 0 >configure:12922: result: yes >configure:12933: checking whether OpenSSL has NID_secp384r1 >configure:12959: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >conftest.c:243:11: warning: unused variable 'e' [-Wunused-variable] > EC_KEY *e = EC_KEY_new_by_curve_name(NID_secp384r1); > ^ >conftest.c:244:17: warning: unused variable 'm' [-Wunused-variable] > const EVP_MD *m = EVP_sha384(); /* We need this too */ > ^ >2 warnings generated. >configure:12959: $? = 0 >configure:12960: result: yes >configure:12971: checking whether OpenSSL has NID_secp521r1 >configure:12997: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >conftest.c:243:11: warning: unused variable 'e' [-Wunused-variable] > EC_KEY *e = EC_KEY_new_by_curve_name(NID_secp521r1); > ^ >conftest.c:244:17: warning: unused variable 'm' [-Wunused-variable] > const EVP_MD *m = EVP_sha512(); /* We need this too */ > ^ >2 warnings generated. >configure:12997: $? = 0 >configure:12998: result: yes >configure:13000: checking if OpenSSL's NID_secp521r1 is functional >configure:13030: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:13030: $? = 0 >configure:13030: ./conftest >configure:13030: $? = 0 >configure:13031: result: yes >configure:13160: checking for arc4random >configure:13160: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:13160: $? = 0 >configure:13160: result: yes >configure:13160: checking for arc4random_buf >configure:13160: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:13160: $? = 0 >configure:13160: result: yes >configure:13160: checking for arc4random_stir >configure:13160: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:13160: $? = 0 >configure:13160: result: yes >configure:13160: checking for arc4random_uniform >configure:13160: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:13160: $? = 0 >configure:13160: result: yes >configure:13171: checking for ia_openinfo in -liaf >configure:13196: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -liaf -lcrypto -lz >&5 >ld: library not found for -liaf >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:13196: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 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:13205: result: no >configure:13234: checking whether OpenSSL's PRNG is internally seeded >configure:13262: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:13262: $? = 0 >configure:13262: ./conftest >configure:13262: $? = 0 >configure:13265: result: yes >configure:13403: checking for dlopen in -ldl >configure:13428: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -ldl -lcrypto -lz >&5 >configure:13428: $? = 0 >configure:13437: result: yes >configure:13448: checking for pam_set_item in -lpam >configure:13473: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lpam -ldl -lcrypto -lz >&5 >configure:13473: $? = 0 >configure:13482: result: yes >configure:13497: checking for pam_getenvlist >configure:13497: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lpam -ldl -lcrypto -lz >&5 >configure:13497: $? = 0 >configure:13497: result: yes >configure:13508: checking for pam_putenv >configure:13508: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lpam -ldl -lcrypto -lz >&5 >configure:13508: $? = 0 >configure:13508: result: yes >configure:13562: checking whether pam_strerror takes only one argument >configure:13584: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:13584: $? = 0 >configure:13585: result: no >configure:13706: checking if select works with descriptor rlimit >configure:13752: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:13752: $? = 0 >configure:13752: ./conftest >configure:13752: $? = 0 >configure:13753: result: yes >configure:13766: checking if setrlimit(RLIMIT_NOFILE,{0,0}) works >configure:13800: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >conftest.c:257:6: warning: unused variable 'fd' [-Wunused-variable] > int fd, r; > ^ >conftest.c:258:9: warning: unused variable 'fds' [-Wunused-variable] > fd_set fds; > ^ >2 warnings generated. >configure:13800: $? = 0 >configure:13800: ./conftest >configure:13800: $? = 0 >configure:13801: result: yes >configure:13814: checking if setrlimit RLIMIT_FSIZE works >configure:13841: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:13841: $? = 0 >configure:13841: ./conftest >configure:13841: $? = 0 >configure:13842: result: yes >configure:13949: checking for long long >configure:13949: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:13949: $? = 0 >configure:13949: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:280:24: error: expected expression >if (sizeof ((long long))) > ^ >1 error generated. >configure:13949: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((long long))) >| return 0; >| ; >| return 0; >| } >configure:13949: result: yes >configure:13958: checking for unsigned long long >configure:13958: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:13958: $? = 0 >configure:13958: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:281:33: error: expected expression >if (sizeof ((unsigned long long))) > ^ >1 error generated. >configure:13958: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((unsigned long long))) >| return 0; >| ; >| return 0; >| } >configure:13958: result: yes >configure:13967: checking for long double >configure:13967: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:13967: $? = 0 >configure:13967: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:282:26: error: expected expression >if (sizeof ((long double))) > ^ >1 error generated. >configure:13967: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((long double))) >| return 0; >| ; >| return 0; >| } >configure:13967: result: yes >configure:13983: checking size of short int >configure:13988: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:13988: $? = 0 >configure:13988: ./conftest >configure:13988: $? = 0 >configure:14002: result: 2 >configure:14016: checking size of int >configure:14021: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:14021: $? = 0 >configure:14021: ./conftest >configure:14021: $? = 0 >configure:14035: result: 4 >configure:14049: checking size of long int >configure:14054: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:14054: $? = 0 >configure:14054: ./conftest >configure:14054: $? = 0 >configure:14068: result: 8 >configure:14082: checking size of long long int >configure:14087: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:14087: $? = 0 >configure:14087: ./conftest >configure:14087: $? = 0 >configure:14101: result: 8 >configure:14245: checking for u_int type >configure:14262: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14262: $? = 0 >configure:14271: result: yes >configure:14280: checking for intXX_t types >configure:14297: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14297: $? = 0 >configure:14306: result: yes >configure:14346: checking for int64_t type >configure:14374: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14374: $? = 0 >configure:14383: result: yes >configure:14391: checking for u_intXX_t types >configure:14408: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14408: $? = 0 >configure:14417: result: yes >configure:14455: checking for u_int64_t types >configure:14472: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14472: $? = 0 >configure:14481: result: yes >configure:14567: checking for uintXX_t types in stdint.h >configure:14580: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14580: $? = 0 >configure:14584: result: yes >configure:14598: checking for uintXX_t types in inttypes.h >configure:14611: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14611: $? = 0 >configure:14615: result: yes >configure:14666: checking for u_char >configure:14683: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14683: $? = 0 >configure:14692: result: yes >configure:14700: checking for intmax_t >configure:14700: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14700: $? = 0 >configure:14700: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:267:23: error: expected expression >if (sizeof ((intmax_t))) > ^ >1 error generated. >configure:14700: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <stdint.h> >| >| >| int >| main () >| { >| if (sizeof ((intmax_t))) >| return 0; >| ; >| return 0; >| } >configure:14700: result: yes >configure:14713: checking for uintmax_t >configure:14713: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14713: $? = 0 >configure:14713: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:268:24: error: expected expression >if (sizeof ((uintmax_t))) > ^ >1 error generated. >configure:14713: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <stdint.h> >| >| >| int >| main () >| { >| if (sizeof ((uintmax_t))) >| return 0; >| ; >| return 0; >| } >configure:14713: result: yes >configure:14729: checking for socklen_t >configure:14729: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14729: $? = 0 >configure:14729: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:267:24: error: expected expression >if (sizeof ((socklen_t))) > ^ >1 error generated. >configure:14729: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| if (sizeof ((socklen_t))) >| return 0; >| ; >| return 0; >| } >configure:14729: result: yes >configure:14793: checking for sig_atomic_t >configure:14793: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14793: $? = 0 >configure:14793: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:266:27: error: expected expression >if (sizeof ((sig_atomic_t))) > ^ >1 error generated. >configure:14793: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| /* end confdefs.h. */ >| #include <signal.h> >| >| int >| main () >| { >| if (sizeof ((sig_atomic_t))) >| return 0; >| ; >| return 0; >| } >configure:14793: result: yes >configure:14804: checking for fsblkcnt_t >configure:14804: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14804: $? = 0 >configure:14804: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:278:25: error: expected expression >if (sizeof ((fsblkcnt_t))) > ^ >1 error generated. >configure:14804: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #ifdef HAVE_SYS_BITYPES_H >| #include <sys/bitypes.h> >| #endif >| #ifdef HAVE_SYS_STATFS_H >| #include <sys/statfs.h> >| #endif >| #ifdef HAVE_SYS_STATVFS_H >| #include <sys/statvfs.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((fsblkcnt_t))) >| return 0; >| ; >| return 0; >| } >configure:14804: result: yes >configure:14825: checking for fsfilcnt_t >configure:14825: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14825: $? = 0 >configure:14825: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:279:25: error: expected expression >if (sizeof ((fsfilcnt_t))) > ^ >1 error generated. >configure:14825: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #ifdef HAVE_SYS_BITYPES_H >| #include <sys/bitypes.h> >| #endif >| #ifdef HAVE_SYS_STATFS_H >| #include <sys/statfs.h> >| #endif >| #ifdef HAVE_SYS_STATVFS_H >| #include <sys/statvfs.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((fsfilcnt_t))) >| return 0; >| ; >| return 0; >| } >configure:14825: result: yes >configure:14848: checking for in_addr_t >configure:14848: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14848: $? = 0 >configure:14848: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:270:24: error: expected expression >if (sizeof ((in_addr_t))) > ^ >1 error generated. >configure:14848: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <netinet/in.h> >| >| int >| main () >| { >| if (sizeof ((in_addr_t))) >| return 0; >| ; >| return 0; >| } >configure:14848: result: yes >configure:14859: checking for in_port_t >configure:14859: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14859: $? = 0 >configure:14859: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:271:24: error: expected expression >if (sizeof ((in_port_t))) > ^ >1 error generated. >configure:14859: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <netinet/in.h> >| >| int >| main () >| { >| if (sizeof ((in_port_t))) >| return 0; >| ; >| return 0; >| } >configure:14859: result: yes >configure:14872: checking for size_t >configure:14889: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14889: $? = 0 >configure:14898: result: yes >configure:14906: checking for ssize_t >configure:14923: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14923: $? = 0 >configure:14932: result: yes >configure:14940: checking for clock_t >configure:14957: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:14957: $? = 0 >configure:14966: result: yes >configure:14974: checking for sa_family_t >configure:14994: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:276:25: warning: implicit conversion from 'int' to 'sa_family_t' (aka 'unsigned char') changes value from 1235 to 211 [-Wconstant-conversion] > sa_family_t foo; foo = 1235; > ~ ^~~~ >1 warning generated. >configure:14994: $? = 0 >configure:15024: result: yes >configure:15032: checking for pid_t >configure:15049: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:15049: $? = 0 >configure:15058: result: yes >configure:15066: checking for mode_t >configure:15083: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:15083: $? = 0 >configure:15092: result: yes >configure:15101: checking for struct sockaddr_storage >configure:15121: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:279:26: warning: unused variable 's' [-Wunused-variable] > struct sockaddr_storage s; > ^ >1 warning generated. >configure:15121: $? = 0 >configure:15130: result: yes >configure:15138: checking for struct sockaddr_in6 >configure:15158: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:15158: $? = 0 >configure:15167: result: yes >configure:15175: checking for struct in6_addr >configure:15195: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:15195: $? = 0 >configure:15204: result: yes >configure:15211: checking for struct sockaddr_in6.sin6_scope_id >configure:15211: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:15211: $? = 0 >configure:15211: result: yes >configure:15229: checking for struct addrinfo >configure:15250: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:15250: $? = 0 >configure:15259: result: yes >configure:15267: checking for struct timeval >configure:15284: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:15284: $? = 0 >configure:15293: result: yes >configure:15302: checking for struct timespec >configure:15302: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:15302: $? = 0 >configure:15302: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:314:30: error: expected expression >if (sizeof ((struct timespec))) > ^ >1 error generated. >configure:15302: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((struct timespec))) >| return 0; >| ; >| return 0; >| } >configure:15302: result: yes >configure:15354: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >conftest.c:283:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] >main() >^ >conftest.c:294:33: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat] > snprintf(buf, mazsize, "%lld", num); > ~~~~ ^~~ > %ld >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf' > __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) > ^~~~~~~~~~~ >conftest.c:296:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] > exit(1); > ^ >conftest.c:296:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' >3 warnings generated. >configure:15354: $? = 0 >configure:15354: ./conftest >configure:15354: $? = 0 >configure:15370: checking for ut_host field in utmp.h >configure:15393: result: yes >configure:15409: checking for ut_host field in utmpx.h >configure:15432: result: yes >configure:15448: checking for syslen field in utmpx.h >configure:15471: result: no >configure:15487: checking for ut_pid field in utmp.h >configure:15510: result: no >configure:15526: checking for ut_type field in utmp.h >configure:15549: result: no >configure:15565: checking for ut_type field in utmpx.h >configure:15588: result: yes >configure:15604: checking for ut_tv field in utmp.h >configure:15627: result: no >configure:15643: checking for ut_id field in utmp.h >configure:15666: result: no >configure:15682: checking for ut_id field in utmpx.h >configure:15705: result: yes >configure:15721: checking for ut_addr field in utmp.h >configure:15744: result: no >configure:15760: checking for ut_addr field in utmpx.h >configure:15783: result: no >configure:15799: checking for ut_addr_v6 field in utmp.h >configure:15822: result: no >configure:15838: checking for ut_addr_v6 field in utmpx.h >configure:15861: result: no >configure:15877: checking for ut_exit field in utmp.h >configure:15900: result: no >configure:15916: checking for ut_time field in utmp.h >configure:15939: result: yes >configure:15955: checking for ut_time field in utmpx.h >configure:15978: result: no >configure:15994: checking for ut_tv field in utmpx.h >configure:16017: result: yes >configure:16030: checking for struct stat.st_blksize >configure:16030: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:16030: $? = 0 >configure:16030: result: yes >configure:16040: checking for struct passwd.pw_gecos >configure:16040: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:16040: $? = 0 >configure:16040: result: yes >configure:16053: checking for struct passwd.pw_class >configure:16053: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:16053: $? = 0 >configure:16053: result: yes >configure:16066: checking for struct passwd.pw_change >configure:16066: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:16066: $? = 0 >configure:16066: result: yes >configure:16079: checking for struct passwd.pw_expire >configure:16079: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:16079: $? = 0 >configure:16079: result: yes >configure:16094: checking for struct __res_state.retrans >configure:16094: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:16094: $? = 0 >configure:16094: result: yes >configure:16113: checking for ss_family field in struct sockaddr_storage >configure:16133: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:16133: $? = 0 >configure:16141: result: yes >configure:16149: checking for __ss_family field in struct sockaddr_storage >configure:16169: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:298: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 >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/socket.h:439:18: note: 'ss_family' declared here > sa_family_t ss_family; /* [XSI] address family */ > ^ >1 error generated. >configure:16169: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| struct sockaddr_storage s; s.__ss_family = 1; >| ; >| return 0; >| } >configure:16178: result: no >configure:16186: checking for msg_accrights field in struct msghdr >configure:16215: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:305:3: error: no member named 'msg_accrights' in 'struct msghdr' >m.msg_accrights = 0; >~ ^ >conftest.c:306:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] >exit(0); >^ >conftest.c:306:1: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' >1 warning and 1 error generated. >configure:16215: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 1 >| #define HAVE_SS_FAMILY_IN_SS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <sys/uio.h> >| >| int >| main () >| { >| >| #ifdef msg_accrights >| #error "msg_accrights is a macro" >| exit(1); >| #endif >| struct msghdr m; >| m.msg_accrights = 0; >| exit(0); >| >| ; >| return 0; >| } >configure:16224: result: no >configure:16232: checking if struct statvfs.f_fsid is integral type >configure:16257: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:16257: $? = 0 >configure:16258: result: yes >configure:16323: checking for msg_control field in struct msghdr >configure:16352: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:306:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] >exit(0); >^ >conftest.c:306:1: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' >1 warning generated. >configure:16352: $? = 0 >configure:16361: result: yes >configure:16369: checking if libc defines __progname >configure:16386: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >conftest.c:296:27: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration] > extern char *__progname; printf("%s", __progname); > ^ >conftest.c:296:27: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' >1 warning generated. >configure:16386: $? = 0 >configure:16396: result: yes >configure:16404: checking whether gcc implements __FUNCTION__ >configure:16421: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:16421: $? = 0 >configure:16431: result: yes >configure:16439: checking whether gcc implements __func__ >configure:16456: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:16456: $? = 0 >configure:16466: result: yes >configure:16474: checking whether va_copy exists >configure:16494: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:16494: $? = 0 >configure:16504: result: yes >configure:16512: checking whether __va_copy exists >configure:16532: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:16532: $? = 0 >configure:16542: result: yes >configure:16550: checking whether getopt has optreset support >configure:16567: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:16567: $? = 0 >configure:16577: result: yes >configure:16585: checking if libc defines sys_errlist >configure:16602: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >conftest.c:302: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:302:42: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' >1 warning generated. >configure:16602: $? = 0 >configure:16612: result: yes >configure:16621: checking if libc defines sys_nerr >configure:16638: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >conftest.c:303: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:303:23: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' >1 warning generated. >configure:16638: $? = 0 >configure:16648: result: yes >configure:16657: checking for library containing getrrsetbyname >configure:16688: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >Undefined symbols for architecture x86_64: > "_getrrsetbyname", referenced from: > _main in conftest-180f81.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:16688: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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:16688: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lresolv -lcrypto -lz >&5 >Undefined symbols for architecture x86_64: > "_getrrsetbyname", referenced from: > _main in conftest-4b6361.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:16688: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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:16705: result: no >configure:16716: checking for library containing res_query >configure:16747: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:16747: $? = 0 >configure:16764: result: none required >configure:16772: checking for library containing dn_expand >configure:16803: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >configure:16803: $? = 0 >configure:16820: result: none required >configure:16828: checking if res_query will link >configure:16849: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz >&5 >Undefined symbols for architecture x86_64: > "_res_9_query", referenced from: > _main in conftest-e5f25d.o >ld: symbol(s) not found for architecture x86_64 >clang: error: linker command failed with exit code 1 (use -v to see invocation) >configure:16849: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <netinet/in.h> >| #include <arpa/nameser.h> >| #include <netdb.h> >| #include <resolv.h> >| >| int >| main () >| { >| >| res_query (0, 0, 0, 0, 0); >| >| ; >| return 0; >| } >configure:16853: result: no >configure:16857: checking for res_query in -lresolv >configure:16878: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -lresolv >&5 >configure:16878: $? = 0 >configure:16879: result: yes >configure:16895: checking for _getshort >configure:16895: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -lresolv >&5 >configure:16895: $? = 0 >configure:16895: result: yes >configure:16895: checking for _getlong >configure:16895: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -lresolv >&5 >configure:16895: $? = 0 >configure:16895: result: yes >configure:16904: checking whether _getshort is declared >configure:16904: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:312:10: error: use of undeclared identifier '_getshort' > (void) _getshort; > ^ >1 error generated. >configure:16904: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define HAVE__GETSHORT 1 >| #define HAVE__GETLONG 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <arpa/nameser.h> >| >| int >| main () >| { >| #ifndef _getshort >| #ifdef __cplusplus >| (void) _getshort; >| #else >| (void) _getshort; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:16904: result: no >configure:16916: checking whether _getlong is declared >configure:16916: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:313:10: error: use of undeclared identifier '_getlong' > (void) _getlong; > ^ >1 error generated. >configure:16916: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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 <sys/types.h> >| #include <arpa/nameser.h> >| >| int >| main () >| { >| #ifndef _getlong >| #ifdef __cplusplus >| (void) _getlong; >| #else >| (void) _getlong; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:16916: result: no >configure:16929: checking for HEADER.ad >configure:16929: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >configure:16929: $? = 0 >configure:16929: result: yes >configure:16941: checking if struct __res_state _res is an extern >configure:16966: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -lresolv >&5 >conftest.c:319:30: warning: unused variable 'p' [-Wunused-variable] >struct __res_state *volatile p = &_res; /* force resolution of _res */ > ^ >1 warning generated. >configure:16966: $? = 0 >configure:16967: result: yes >configure:17704: checking for xauth >configure:17722: found /opt/X11/bin/xauth >configure:17734: result: /opt/X11/bin/xauth >configure:17798: checking Discovering system mail directory >configure:17850: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -lresolv >&5 >conftest.c:327:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] > exit(1); > ^ >conftest.c:327:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' >1 warning generated. >configure:17850: $? = 0 >configure:17850: ./conftest >configure:17850: $? = 0 >configure:17855: result: Using: /var/mail from _PATH_MAILDIR >configure:17898: checking for "/dev/ptmx" >configure:17912: result: yes >configure:17931: checking for "/dev/ptc" >configure:17945: result: no >configure:17987: checking for nroff >configure:18017: result: /usr/bin/nroff >configure:18078: checking if the systems has expire shadow information >configure:18095: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:310:10: fatal error: 'shadow.h' file not found >#include <shadow.h> > ^~~~~~~~~~ >1 error generated. >configure:18095: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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 XAUTH_PATH "/opt/X11/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <shadow.h> >| struct spwd sp; >| >| int >| main () >| { >| sp.sp_expire = sp.sp_lstchg = sp.sp_inact = 0; >| ; >| return 0; >| } >configure:18107: result: no >configure:18160: checking for "/etc/default/login" >configure:18174: result: no >configure:18275: gcc -o conftest -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include -L/usr/local/lib -fstack-protector-strong -pie conftest.c -lcrypto -lz -lresolv >&5 >conftest.c:335:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] > exit(1); > ^ >conftest.c:335:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' >1 warning generated. >configure:18275: $? = 0 >configure:18275: ./conftest >configure:18275: $? = 0 >configure:18300: result: Adding /usr/local/bin to USER_PATH so scp will work >configure:18337: checking if we need to convert IPv4 in IPv6-mapped addresses >configure:18365: result: no (default) >configure:18532: checking if your system defines LASTLOG_FILE >configure:18557: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:326:18: error: use of undeclared identifier 'LASTLOG_FILE' > char *lastlog = LASTLOG_FILE; > ^ >1 error generated. >configure:18557: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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 XAUTH_PATH "/opt/X11/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >| #define _PATH_SSH_PIDDIR "/var/run" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_LASTLOG_H >| # include <lastlog.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| #ifdef HAVE_LOGIN_H >| # include <login.h> >| #endif >| >| int >| main () >| { >| char *lastlog = LASTLOG_FILE; >| ; >| return 0; >| } >configure:18562: result: no >configure:18564: checking if your system defines _PATH_LASTLOG >configure:18586: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:323:8: warning: unused variable 'lastlog' [-Wunused-variable] > char *lastlog = _PATH_LASTLOG; > ^ >1 warning generated. >configure:18586: $? = 0 >configure:18587: result: yes >configure:18623: checking if your system defines UTMP_FILE >configure:18642: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:320:15: error: use of undeclared identifier 'UTMP_FILE' > char *utmp = UTMP_FILE; > ^ >1 error generated. >configure:18642: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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 XAUTH_PATH "/opt/X11/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >| #define _PATH_SSH_PIDDIR "/var/run" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| >| int >| main () >| { >| char *utmp = UTMP_FILE; >| ; >| return 0; >| } >configure:18646: result: no >configure:18673: checking if your system defines WTMP_FILE >configure:18692: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:321:15: error: use of undeclared identifier 'WTMP_FILE' > char *wtmp = WTMP_FILE; > ^ >1 error generated. >configure:18692: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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 XAUTH_PATH "/opt/X11/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >| #define _PATH_SSH_PIDDIR "/var/run" >| #define DISABLE_UTMP 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| >| int >| main () >| { >| char *wtmp = WTMP_FILE; >| ; >| return 0; >| } >configure:18696: result: no >configure:18723: checking if your system defines WTMPX_FILE >configure:18745: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:325:16: error: use of undeclared identifier 'WTMPX_FILE' > char *wtmpx = WTMPX_FILE; > ^ >1 error generated. >configure:18745: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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 XAUTH_PATH "/opt/X11/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >| #define _PATH_SSH_PIDDIR "/var/run" >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_UTMPX_H >| #include <utmpx.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| >| int >| main () >| { >| char *wtmpx = WTMPX_FILE; >| ; >| return 0; >| } >configure:18749: result: no >configure:18775: checking for struct lastlog.ll_line >configure:18775: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:331:15: warning: 'lastlog' is deprecated [-Wdeprecated-declarations] >static struct lastlog ac_aggr; > ^ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/utmp.h:90:7: note: 'lastlog' has been explicitly marked deprecated here >} __deprecated; > ^ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:176:40: note: expanded from macro '__deprecated' >#define __deprecated __attribute__((deprecated)) > ^ >conftest.c:332:13: warning: address of array 'ac_aggr.ll_line' will always evaluate to 'true' [-Wpointer-bool-conversion] >if (ac_aggr.ll_line) >~~ ~~~~~~~~^~~~~~~ >2 warnings generated. >configure:18775: $? = 0 >configure:18775: result: yes >configure:18802: checking for struct utmp.ut_line >configure:18802: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:331:15: warning: 'utmp' is deprecated [-Wdeprecated-declarations] >static struct utmp ac_aggr; > ^ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here >} __deprecated; > ^ >/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:176:40: note: expanded from macro '__deprecated' >#define __deprecated __attribute__((deprecated)) > ^ >conftest.c:332:13: warning: address of array 'ac_aggr.ut_line' will always evaluate to 'true' [-Wpointer-bool-conversion] >if (ac_aggr.ut_line) >~~ ~~~~~~~~^~~~~~~ >2 warnings generated. >configure:18802: $? = 0 >configure:18802: result: yes >configure:18836: checking whether BROKEN_GETADDRINFO is declared >configure:18836: gcc -c -g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -I/usr/local/include conftest.c >&5 >conftest.c:353:10: error: use of undeclared identifier 'BROKEN_GETADDRINFO' > (void) BROKEN_GETADDRINFO; > ^ >1 error generated. >configure:18836: $? = 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >| #define HAVE_RLIMIT_NPROC /**/ >| #define WITH_OPENSSL 1 >| #define HAVE_ATTRIBUTE__NONNULL__ 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_READPASSPHRASE_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_TTYENT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_VIS_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_UN_H 1 >| #define SETEUID_BREAKS_SETUID 1 >| #define BROKEN_SETREUID 1 >| #define BROKEN_SETREGID 1 >| #define BROKEN_GLOB 1 >| #define BIND_8_COMPAT 1 >| #define SSH_TUN_FREEBSD 1 >| #define SSH_TUN_COMPAT_AF 1 >| #define SSH_TUN_PREPEND_AF 1 >| #define AU_IPv4 0 >| #define LASTLOG_WRITE_PUTUTXLINE 1 >| #define SPT_TYPE SPT_REUSEARGV >| #define HAVE_SANDBOX_INIT 1 >| #define HAVE_SANDBOX_H 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_OPENPTY 1 >| #define HAVE_LOGWTMP 1 >| #define HAVE_STRFTIME 1 >| #define GLOB_HAS_ALTDIRFUNC 1 >| #define GLOB_HAS_GL_MATCHC 1 >| #define HAVE_DECL_GLOB_NOMATCH 1 >| #define BROKEN_STRNVIS 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BINDRESVPORT_SA 1 >| #define HAVE_CLOCK 1 >| #define HAVE_DIRFD 1 >| #define HAVE_ENDGRENT 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_FSTATFS 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_GETPEEREID 1 >| #define HAVE_GETPGID 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETTTYENT 1 >| #define HAVE_GLOB 1 >| #define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_POLL 1 >| #define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOGIN 1 >| #define HAVE_SETPASSENT 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_SIGVEC 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STATFS 1 >| #define HAVE_STATVFS 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRLCAT 1 >| #define HAVE_STRLCPY 1 >| #define HAVE_STRMODE 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRNVIS 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TIMINGSAFE_BCMP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_USER_FROM_UID 1 >| #define HAVE_USLEEP 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WARN 1 >| #define HAVE_MBLEN 1 >| #define HAVE_MBTOWC 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_ISBLANK 1 >| #define ENABLE_PKCS11 /**/ >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_CONST_GAI_STRERROR_PROTO 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_STRSEP 1 >| #define HAVE_TCSENDBREAK 1 >| #define HAVE_DECL_H_ERRNO 1 >| #define HAVE_DECL_SHUT_RD 1 >| #define HAVE_DECL_O_NONBLOCK 1 >| #define HAVE_DECL_WRITEV 1 >| #define HAVE_DECL_MAXSYMLINKS 1 >| #define HAVE_DECL_OFFSETOF 1 >| #define HAVE_DECL_HOWMANY 1 >| #define HAVE_DECL_NFDBITS 1 >| #define HAVE_FD_MASK 1 >| #define HAVE_REALPATH 1 >| #define BROKEN_REALPATH 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETLASTLOGXBYNAME 1 >| #define HAVE_DAEMON 1 >| #define HAVE_GETPAGESIZE 1 >| #define SNPRINTF_CONST /* not const */ >| #define HAVE_DECL_AI_NUMERICSERV 1 >| #define BROKEN_STRNVIS 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define HAVE_BN_IS_PRIME_EX 1 >| #define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >| #define HAVE_EVP_DIGESTINIT_EX 1 >| #define HAVE_EVP_DIGESTFINAL_EX 1 >| #define HAVE_EVP_MD_CTX_INIT 1 >| #define HAVE_EVP_MD_CTX_CLEANUP 1 >| #define HAVE_EVP_MD_CTX_COPY_EX 1 >| #define HAVE_HMAC_CTX_INIT 1 >| #define HAVE_RSA_GENERATE_KEY_EX 1 >| #define HAVE_RSA_GET_DEFAULT_METHOD 1 >| #define OPENSSL_HAVE_EVPCTR 1 >| #define OPENSSL_HAVE_EVPGCM 1 >| #define HAVE_EVP_CIPHER_CTX_CTRL 1 >| #define HAVE_CRYPT 1 >| #define HAVE_DES_CRYPT 1 >| #define HAVE_SHA256_UPDATE 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_RIPEMD160 1 >| #define OPENSSL_HAS_ECC 1 >| #define OPENSSL_HAS_NISTP256 1 >| #define OPENSSL_HAS_NISTP384 1 >| #define OPENSSL_HAS_NISTP521 1 >| #define HAVE_ARC4RANDOM 1 >| #define HAVE_ARC4RANDOM_BUF 1 >| #define HAVE_ARC4RANDOM_STIR 1 >| #define HAVE_ARC4RANDOM_UNIFORM 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define HAVE_LIBDL 1 >| #define HAVE_LIBPAM 1 >| #define HAVE_PAM_GETENVLIST 1 >| #define HAVE_PAM_PUTENV 1 >| #define USE_PAM 1 >| #define SSH_PRIVSEP_USER "sshd" >| #define SANDBOX_DARWIN 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >| #define HAVE_U_CHAR 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_FSBLKCNT_T 1 >| #define HAVE_FSFILCNT_T 1 >| #define HAVE_IN_ADDR_T 1 >| #define HAVE_IN_PORT_T 1 >| #define HAVE_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_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 >| #define HAVE_STRUCT_PASSWD_PW_CLASS 1 >| #define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >| #define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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 XAUTH_PATH "/opt/X11/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >| #define _PATH_SSH_PIDDIR "/var/run" >| #define DISABLE_UTMP 1 >| #define DISABLE_WTMP 1 >| #define DISABLE_WTMPX 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef BROKEN_GETADDRINFO >| #ifdef __cplusplus >| (void) BROKEN_GETADDRINFO; >| #else >| (void) BROKEN_GETADDRINFO; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:18836: result: no >configure:18966: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by OpenSSH config.status Portable, which was >generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on WJL-MBP-15.local > >config.status:1155: creating Makefile >config.status:1155: creating buildpkg.sh >config.status:1155: creating opensshd.init >config.status:1155: creating openssh.xml >config.status:1155: creating openbsd-compat/Makefile >config.status:1155: creating openbsd-compat/regress/Makefile >config.status:1155: creating survey.sh >config.status:1155: creating config.h > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-apple-darwin18.7.0 >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= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set= >ac_cv_env_CFLAGS_value= >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_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= >ac_cv_env_host_alias_value= >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file__dev_ptc=no >ac_cv_file__dev_ptmx=yes >ac_cv_file__etc_default_login=no >ac_cv_func_BN_is_prime_ex=yes >ac_cv_func_Blowfish_expand0state=no >ac_cv_func_Blowfish_expandstate=no >ac_cv_func_Blowfish_initstate=no >ac_cv_func_Blowfish_stream2word=no >ac_cv_func_DES_crypt=yes >ac_cv_func_DSA_generate_parameters_ex=yes >ac_cv_func_EVP_DigestFinal_ex=yes >ac_cv_func_EVP_DigestInit_ex=yes >ac_cv_func_EVP_MD_CTX_cleanup=yes >ac_cv_func_EVP_MD_CTX_copy_ex=yes >ac_cv_func_EVP_MD_CTX_init=yes >ac_cv_func_EVP_ripemd160=yes >ac_cv_func_EVP_sha256=yes >ac_cv_func_HMAC_CTX_init=yes >ac_cv_func_RSA_generate_key_ex=yes >ac_cv_func_RSA_get_default_method=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=yes >ac_cv_func_arc4random_buf=yes >ac_cv_func_arc4random_stir=yes >ac_cv_func_arc4random_uniform=yes >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_bcrypt_pbkdf=no >ac_cv_func_bindresvport_sa=yes >ac_cv_func_blf_enc=no >ac_cv_func_cap_rights_limit=no >ac_cv_func_clock=yes >ac_cv_func_closefrom=no >ac_cv_func_crypt=yes >ac_cv_func_daemon=yes >ac_cv_func_dirfd=yes >ac_cv_func_dirname=yes >ac_cv_func_endgrent=yes >ac_cv_func_endutent=no >ac_cv_func_endutxent=yes >ac_cv_func_err=yes >ac_cv_func_errx=yes >ac_cv_func_explicit_bzero=no >ac_cv_func_fchmod=yes >ac_cv_func_fchown=yes >ac_cv_func_fmt_scaled=no >ac_cv_func_freeaddrinfo=yes >ac_cv_func_fstatfs=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=yes >ac_cv_func_getnameinfo=yes >ac_cv_func_getopt=yes >ac_cv_func_getpagesize=yes >ac_cv_func_getpeereid=yes >ac_cv_func_getpeerucred=no >ac_cv_func_getpgid=yes >ac_cv_func_getpgrp=yes >ac_cv_func_getpgrp_void=yes >ac_cv_func_getrlimit=yes >ac_cv_func_getrusage=yes >ac_cv_func_getspnam=no >ac_cv_func_gettimeofday=yes >ac_cv_func_getttyent=yes >ac_cv_func_getutent=no >ac_cv_func_getutid=no >ac_cv_func_getutline=no >ac_cv_func_getutxent=yes >ac_cv_func_getutxid=yes >ac_cv_func_getutxline=yes >ac_cv_func_getutxuser=no >ac_cv_func_glob=yes >ac_cv_func_group_from_gid=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=yes >ac_cv_func_login_getcapbool=no >ac_cv_func_logout=yes >ac_cv_func_logwtmp=yes >ac_cv_func_mblen=yes >ac_cv_func_mbtowc=yes >ac_cv_func_md5_crypt=no >ac_cv_func_memmove=yes >ac_cv_func_memset_s=yes >ac_cv_func_mkdtemp=yes >ac_cv_func_ngetaddrinfo=no >ac_cv_func_nl_langinfo=yes >ac_cv_func_nsleep=no >ac_cv_func_ogetaddrinfo=no >ac_cv_func_openlog_r=no >ac_cv_func_openpty=yes >ac_cv_func_pam_getenvlist=yes >ac_cv_func_pam_putenv=yes >ac_cv_func_pledge=no >ac_cv_func_poll=yes >ac_cv_func_prctl=no >ac_cv_func_pstat=no >ac_cv_func_pututline=no >ac_cv_func_pututxline=yes >ac_cv_func_readpassphrase=yes >ac_cv_func_reallocarray=no >ac_cv_func_realpath=yes >ac_cv_func_recvmsg=yes >ac_cv_func_rresvport_af=yes >ac_cv_func_sandbox_init=yes >ac_cv_func_scan_scaled=no >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_setgroupent=yes >ac_cv_func_setgroups=yes >ac_cv_func_setlinebuf=yes >ac_cv_func_setlogin=yes >ac_cv_func_setpassent=yes >ac_cv_func_setpcred=no >ac_cv_func_setproctitle=no >ac_cv_func_setregid=yes >ac_cv_func_setresgid=no >ac_cv_func_setresuid=no >ac_cv_func_setreuid=yes >ac_cv_func_setrlimit=yes >ac_cv_func_setsid=yes >ac_cv_func_setsockopt=yes >ac_cv_func_setutent=no >ac_cv_func_setutxdb=no >ac_cv_func_setutxent=yes >ac_cv_func_setvbuf=yes >ac_cv_func_sigaction=yes >ac_cv_func_sigvec=yes >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_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strlcat=yes >ac_cv_func_strlcpy=yes >ac_cv_func_strmode=yes >ac_cv_func_strnlen=yes >ac_cv_func_strnvis=yes >ac_cv_func_strptime=yes >ac_cv_func_strsep=yes >ac_cv_func_strtoll=yes >ac_cv_func_strtonum=no >ac_cv_func_strtoul=yes >ac_cv_func_strtoull=yes >ac_cv_func_swap32=no >ac_cv_func_sysconf=yes >ac_cv_func_tcgetpgrp=yes >ac_cv_func_time=yes >ac_cv_func_timingsafe_bcmp=yes >ac_cv_func_truncate=yes >ac_cv_func_unsetenv=yes >ac_cv_func_updwtmp=no >ac_cv_func_updwtmpx=no >ac_cv_func_user_from_uid=yes >ac_cv_func_usleep=yes >ac_cv_func_utimes=yes >ac_cv_func_utmpname=no >ac_cv_func_utmpxname=yes >ac_cv_func_vasprintf=yes >ac_cv_func_vsnprintf=yes >ac_cv_func_waitpid=yes >ac_cv_func_warn=yes >ac_cv_func_wcwidth=yes >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_AI_NUMERICSERV=yes >ac_cv_have_decl_AU_IPv4=no >ac_cv_have_decl_BROKEN_GETADDRINFO=no >ac_cv_have_decl_GLOB_NOMATCH=yes >ac_cv_have_decl_LLONG_MAX=yes >ac_cv_have_decl_MAXSYMLINKS=yes >ac_cv_have_decl_NFDBITS=yes >ac_cv_have_decl_O_NONBLOCK=yes >ac_cv_have_decl_PR_SET_NO_NEW_PRIVS=no >ac_cv_have_decl_RLIMIT_NPROC=yes >ac_cv_have_decl_SHUT_RD=yes >ac_cv_have_decl_SYSTR_POLICY_KILL=no >ac_cv_have_decl_VIS_ALL=no >ac_cv_have_decl__getlong=no >ac_cv_have_decl__getshort=no >ac_cv_have_decl_getrusage=yes >ac_cv_have_decl_h_errno=yes >ac_cv_have_decl_howmany=yes >ac_cv_have_decl_offsetof=yes >ac_cv_have_decl_strsep=yes >ac_cv_have_decl_tcsendbreak=yes >ac_cv_have_decl_writev=yes >ac_cv_have_getopt_optreset=yes >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_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_blf_h=no >ac_cv_header_bsd_libutil_h=no >ac_cv_header_bstring_h=no >ac_cv_header_crypt_h=no >ac_cv_header_crypto_sha2_h=no >ac_cv_header_dirent_h=yes >ac_cv_header_elf_h=no >ac_cv_header_endian_h=no >ac_cv_header_err_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_features_h=no >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_langinfo_h=yes >ac_cv_header_lastlog_h=no >ac_cv_header_libgen_h=yes >ac_cv_header_libutil_h=no >ac_cv_header_limits_h=yes >ac_cv_header_locale_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=no >ac_cv_header_readpassphrase_h=yes >ac_cv_header_rpc_types_h=yes >ac_cv_header_sandbox_h=yes >ac_cv_header_security_pam_appl_h=yes >ac_cv_header_sha2_h=no >ac_cv_header_shadow_h=no >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=no >ac_cv_header_sys_bsdtty_h=no >ac_cv_header_sys_capability_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=no >ac_cv_header_sys_pstat_h=no >ac_cv_header_sys_ptms_h=no >ac_cv_header_sys_ptrace_h=yes >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=no >ac_cv_header_sys_strtio_h=no >ac_cv_header_sys_sysmacros_h=no >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=yes >ac_cv_header_utime_h=yes >ac_cv_header_utmp_h=yes >ac_cv_header_utmpx_h=yes >ac_cv_header_vis_h=yes >ac_cv_header_wchar_h=yes >ac_cv_header_zlib_h=yes >ac_cv_host=x86_64-apple-darwin18.7.0 >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_gen_getspnam=no >ac_cv_lib_iaf_ia_openinfo=no >ac_cv_lib_pam_pam_set_item=yes >ac_cv_lib_sandbox_sandbox_apply=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_lastlog_ll_line=yes >ac_cv_member_struct_passwd_pw_change=yes >ac_cv_member_struct_passwd_pw_class=yes >ac_cv_member_struct_passwd_pw_expire=yes >ac_cv_member_struct_passwd_pw_gecos=yes >ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes >ac_cv_member_struct_stat_st_blksize=yes >ac_cv_member_struct_utmp_ut_line=yes >ac_cv_objext=o >ac_cv_path_CAT=/opt/local/libexec/gnubin/cat >ac_cv_path_EGREP='/usr/bin/grep -E' >ac_cv_path_GREP=/usr/bin/grep >ac_cv_path_GROFF=/usr/bin/groff >ac_cv_path_KILL=/opt/local/libexec/gnubin/kill >ac_cv_path_NROFF=/usr/bin/nroff >ac_cv_path_PATH_GROUPADD_PROG=groupadd >ac_cv_path_PATH_PASSWD_PROG=/usr/bin/passwd >ac_cv_path_PATH_USERADD_PROG=useradd >ac_cv_path_PERL=/opt/local/bin/perl5 >ac_cv_path_SED=/opt/local/libexec/gnubin/sed >ac_cv_path_SH=/bin/sh >ac_cv_path_TEST_MINUS_S_SH=/usr/local/bin/bash >ac_cv_path_install='/opt/local/libexec/gnubin/install -c' >ac_cv_path_xauth_path=/opt/X11/bin/xauth >ac_cv_prog_AWK=gawk >ac_cv_prog_CPP='gcc -E' >ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no >ac_cv_prog_ac_ct_AR=ar >ac_cv_prog_ac_ct_CC=gcc >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_search_EVP_CIPHER_CTX_ctrl='none required' >ac_cv_search_basename='none required' >ac_cv_search_clock_gettime='none required' >ac_cv_search_dlopen='none required' >ac_cv_search_dn_expand='none required' >ac_cv_search_fmt_scaled=no >ac_cv_search_gethostbyname='none required' >ac_cv_search_getrrsetbyname=no >ac_cv_search_inet_ntop='none required' >ac_cv_search_login='none required' >ac_cv_search_logout='none required' >ac_cv_search_logwtmp='none required' >ac_cv_search_nanosleep='none required' >ac_cv_search_openpty='none required' >ac_cv_search_res_query='none required' >ac_cv_search_scan_scaled=no >ac_cv_search_updwtmp=no >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_fd_mask=yes >ac_cv_type_fsblkcnt_t=yes >ac_cv_type_fsfilcnt_t=yes >ac_cv_type_in_addr_t=yes >ac_cv_type_in_port_t=yes >ac_cv_type_intmax_t=yes >ac_cv_type_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_uintmax_t=yes >ac_cv_type_unsigned_long_long=yes >ossh_cv_utmp_h_has_ut_addr=no >ossh_cv_utmp_h_has_ut_addr_v6=no >ossh_cv_utmp_h_has_ut_exit=no >ossh_cv_utmp_h_has_ut_host=yes >ossh_cv_utmp_h_has_ut_id=no >ossh_cv_utmp_h_has_ut_pid=no >ossh_cv_utmp_h_has_ut_time=yes >ossh_cv_utmp_h_has_ut_tv=no >ossh_cv_utmp_h_has_ut_type=no >ossh_cv_utmpx_h_has_syslen=no >ossh_cv_utmpx_h_has_ut_addr=no >ossh_cv_utmpx_h_has_ut_addr_v6=no >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='ar' >AWK='gawk' >CAT='/opt/local/libexec/gnubin/cat' >CC='gcc' >CFLAGS='-g -O2 -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE ' >COMMENT_OUT_ECC='' >COMMENT_OUT_RSA1='#no ssh1#' >CPP='gcc -E' >CPPFLAGS='-I/usr/local/include ' >DEFS='-DHAVE_CONFIG_H' >ECHO_C='\c' >ECHO_N='' >ECHO_T='' >EGREP='/usr/bin/grep -E' >ENT='' >EXEEXT='' >GREP='/usr/bin/grep' >GROFF='/usr/bin/groff' >GSSLIBS='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >K5LIBS='' >KILL='/opt/local/libexec/gnubin/kill' >KRB5CONF='' >LD='gcc' >LDFLAGS='-L/usr/local/lib -fstack-protector-strong -pie' >LIBEDIT='' >LIBOBJS='' >LIBS='-lcrypto -lz -lresolv' >LTLIBOBJS='' >MAKE_PACKAGE_SUPPORTED='no' >MANDOC='' >MANFMT='/usr/bin/nroff -mandoc' >MANTYPE='doc' >NROFF='/usr/bin/nroff' >OBJEXT='o' >PACKAGE_BUGREPORT='openssh-unix-dev@mindrot.org' >PACKAGE_NAME='OpenSSH' >PACKAGE_STRING='OpenSSH Portable' >PACKAGE_TARNAME='openssh' >PACKAGE_URL='' >PACKAGE_VERSION='Portable' >PATH_GROUPADD_PROG='groupadd' >PATH_PASSWD_PROG='/usr/bin/passwd' >PATH_SEPARATOR=':' >PATH_USERADD_PROG='useradd' >PERL='/opt/local/bin/perl5' >PKGCONFIG='' >PRIVSEP_PATH='/var/empty' >RANLIB='ranlib' >SED='/opt/local/libexec/gnubin/sed' >SH='/bin/sh' >SHELL='/bin/sh' >SSHDLIBS=' -lsandbox -lpam -ldl' >SSHLIBS='' >SSH_PRIVSEP_USER='sshd' >STARTUP_SCRIPT_SHELL='/bin/sh' >STRIP_OPT='-s' >TEST_MALLOC_OPTIONS='' >TEST_MINUS_S_SH='/usr/local/bin/bash' >TEST_SHELL='sh' >TEST_SSH_ECC='yes' >TEST_SSH_IPV6='yes' >UNSUPPORTED_ALGORITHMS='' >XAUTH_PATH='/opt/X11/bin/xauth' >ac_ct_AR='ar' >ac_ct_CC='gcc' >bindir='${exec_prefix}/bin' >build='x86_64-apple-darwin18.7.0' >build_alias='' >build_cpu='x86_64' >build_os='darwin18.7.0' >build_vendor='apple' >datadir='${datarootdir}' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='${prefix}' >host='x86_64-apple-darwin18.7.0' >host_alias='' >host_cpu='x86_64' >host_os='darwin18.7.0' >host_vendor='apple' >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='man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >piddir='/var/run' >prefix='/usr/local' >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:/usr/local/bin' >xauth_path='/opt/X11/bin/xauth' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* 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 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 _PATH_PASSWD_PROG "/usr/bin/passwd" >#define HAVE_RLIMIT_NPROC /**/ >#define WITH_OPENSSL 1 >#define HAVE_ATTRIBUTE__NONNULL__ 1 >#define HAVE_DIRENT_H 1 >#define HAVE_ERR_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_GETOPT_H 1 >#define HAVE_GLOB_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_PATHS_H 1 >#define HAVE_POLL_H 1 >#define HAVE_READPASSPHRASE_H 1 >#define HAVE_RPC_TYPES_H 1 >#define HAVE_SECURITY_PAM_APPL_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_CDEFS_H 1 >#define HAVE_SYS_DIR_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_POLL_H 1 >#define HAVE_SYS_PTRACE_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_STATVFS_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_TIME_H 1 >#define HAVE_TTYENT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_UTIL_H 1 >#define HAVE_UTIME_H 1 >#define HAVE_UTMP_H 1 >#define HAVE_UTMPX_H 1 >#define HAVE_VIS_H 1 >#define HAVE_WCHAR_H 1 >#define HAVE_SYS_MOUNT_H 1 >#define HAVE_SYS_UN_H 1 >#define SETEUID_BREAKS_SETUID 1 >#define BROKEN_SETREUID 1 >#define BROKEN_SETREGID 1 >#define BROKEN_GLOB 1 >#define BIND_8_COMPAT 1 >#define SSH_TUN_FREEBSD 1 >#define SSH_TUN_COMPAT_AF 1 >#define SSH_TUN_PREPEND_AF 1 >#define AU_IPv4 0 >#define LASTLOG_WRITE_PUTUTXLINE 1 >#define SPT_TYPE SPT_REUSEARGV >#define HAVE_SANDBOX_INIT 1 >#define HAVE_SANDBOX_H 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_OPENPTY 1 >#define HAVE_LOGWTMP 1 >#define HAVE_STRFTIME 1 >#define GLOB_HAS_ALTDIRFUNC 1 >#define GLOB_HAS_GL_MATCHC 1 >#define HAVE_DECL_GLOB_NOMATCH 1 >#define BROKEN_STRNVIS 1 >#define HAVE_ASPRINTF 1 >#define HAVE_BCOPY 1 >#define HAVE_BINDRESVPORT_SA 1 >#define HAVE_CLOCK 1 >#define HAVE_DIRFD 1 >#define HAVE_ENDGRENT 1 >#define HAVE_ERR 1 >#define HAVE_ERRX 1 >#define HAVE_FCHMOD 1 >#define HAVE_FCHOWN 1 >#define HAVE_FREEADDRINFO 1 >#define HAVE_FSTATFS 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_GETPEEREID 1 >#define HAVE_GETPGID 1 >#define HAVE_GETPGRP 1 >#define HAVE_GETRLIMIT 1 >#define HAVE_GETTTYENT 1 >#define HAVE_GLOB 1 >#define HAVE_GROUP_FROM_GID 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_MEMSET_S 1 >#define HAVE_MKDTEMP 1 >#define HAVE_POLL 1 >#define HAVE_READPASSPHRASE 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_SETGROUPENT 1 >#define HAVE_SETGROUPS 1 >#define HAVE_SETLINEBUF 1 >#define HAVE_SETLOGIN 1 >#define HAVE_SETPASSENT 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_SIGVEC 1 >#define HAVE_SNPRINTF 1 >#define HAVE_SOCKETPAIR 1 >#define HAVE_STATFS 1 >#define HAVE_STATVFS 1 >#define HAVE_STRDUP 1 >#define HAVE_STRERROR 1 >#define HAVE_STRLCAT 1 >#define HAVE_STRLCPY 1 >#define HAVE_STRMODE 1 >#define HAVE_STRNLEN 1 >#define HAVE_STRNVIS 1 >#define HAVE_STRPTIME 1 >#define HAVE_STRTOLL 1 >#define HAVE_STRTOUL 1 >#define HAVE_STRTOULL 1 >#define HAVE_SYSCONF 1 >#define HAVE_TCGETPGRP 1 >#define HAVE_TIMINGSAFE_BCMP 1 >#define HAVE_TRUNCATE 1 >#define HAVE_UNSETENV 1 >#define HAVE_USER_FROM_UID 1 >#define HAVE_USLEEP 1 >#define HAVE_VASPRINTF 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_WAITPID 1 >#define HAVE_WARN 1 >#define HAVE_MBLEN 1 >#define HAVE_MBTOWC 1 >#define HAVE_NL_LANGINFO 1 >#define HAVE_WCWIDTH 1 >#define HAVE_ISBLANK 1 >#define ENABLE_PKCS11 /**/ >#define HAVE_GAI_STRERROR 1 >#define HAVE_GAI_STRERROR 1 >#define HAVE_CONST_GAI_STRERROR_PROTO 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_CLOCK_GETTIME 1 >#define HAVE_GETRUSAGE 1 >#define HAVE_STRSEP 1 >#define HAVE_TCSENDBREAK 1 >#define HAVE_DECL_H_ERRNO 1 >#define HAVE_DECL_SHUT_RD 1 >#define HAVE_DECL_O_NONBLOCK 1 >#define HAVE_DECL_WRITEV 1 >#define HAVE_DECL_MAXSYMLINKS 1 >#define HAVE_DECL_OFFSETOF 1 >#define HAVE_DECL_HOWMANY 1 >#define HAVE_DECL_NFDBITS 1 >#define HAVE_FD_MASK 1 >#define HAVE_REALPATH 1 >#define BROKEN_REALPATH 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_TIME 1 >#define HAVE_ENDUTXENT 1 >#define HAVE_GETUTXENT 1 >#define HAVE_GETUTXID 1 >#define HAVE_GETUTXLINE 1 >#define HAVE_PUTUTXLINE 1 >#define HAVE_SETUTXENT 1 >#define HAVE_UTMPXNAME 1 >#define HAVE_GETLASTLOGXBYNAME 1 >#define HAVE_DAEMON 1 >#define HAVE_GETPAGESIZE 1 >#define SNPRINTF_CONST /* not const */ >#define HAVE_DECL_AI_NUMERICSERV 1 >#define BROKEN_STRNVIS 1 >#define GETPGRP_VOID 1 >#define HAVE_OPENSSL 1 >#define HAVE_BN_IS_PRIME_EX 1 >#define HAVE_DSA_GENERATE_PARAMETERS_EX 1 >#define HAVE_EVP_DIGESTINIT_EX 1 >#define HAVE_EVP_DIGESTFINAL_EX 1 >#define HAVE_EVP_MD_CTX_INIT 1 >#define HAVE_EVP_MD_CTX_CLEANUP 1 >#define HAVE_EVP_MD_CTX_COPY_EX 1 >#define HAVE_HMAC_CTX_INIT 1 >#define HAVE_RSA_GENERATE_KEY_EX 1 >#define HAVE_RSA_GET_DEFAULT_METHOD 1 >#define OPENSSL_HAVE_EVPCTR 1 >#define OPENSSL_HAVE_EVPGCM 1 >#define HAVE_EVP_CIPHER_CTX_CTRL 1 >#define HAVE_CRYPT 1 >#define HAVE_DES_CRYPT 1 >#define HAVE_SHA256_UPDATE 1 >#define HAVE_EVP_SHA256 1 >#define HAVE_EVP_RIPEMD160 1 >#define OPENSSL_HAS_ECC 1 >#define OPENSSL_HAS_NISTP256 1 >#define OPENSSL_HAS_NISTP384 1 >#define OPENSSL_HAS_NISTP521 1 >#define HAVE_ARC4RANDOM 1 >#define HAVE_ARC4RANDOM_BUF 1 >#define HAVE_ARC4RANDOM_STIR 1 >#define HAVE_ARC4RANDOM_UNIFORM 1 >#define OPENSSL_PRNG_ONLY 1 >#define HAVE_LIBDL 1 >#define HAVE_LIBPAM 1 >#define HAVE_PAM_GETENVLIST 1 >#define HAVE_PAM_PUTENV 1 >#define USE_PAM 1 >#define SSH_PRIVSEP_USER "sshd" >#define SANDBOX_DARWIN 1 >#define HAVE_LONG_LONG 1 >#define HAVE_UNSIGNED_LONG_LONG 1 >#define HAVE_LONG_DOUBLE 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_UINTXX_T 1 >#define HAVE_U_CHAR 1 >#define HAVE_INTMAX_T 1 >#define HAVE_UINTMAX_T 1 >#define HAVE_SIG_ATOMIC_T 1 >#define HAVE_FSBLKCNT_T 1 >#define HAVE_FSFILCNT_T 1 >#define HAVE_IN_ADDR_T 1 >#define HAVE_IN_PORT_T 1 >#define HAVE_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_TYPE_IN_UTMPX 1 >#define HAVE_ID_IN_UTMPX 1 >#define HAVE_TIME_IN_UTMP 1 >#define HAVE_TV_IN_UTMPX 1 >#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >#define HAVE_STRUCT_PASSWD_PW_GECOS 1 >#define HAVE_STRUCT_PASSWD_PW_CLASS 1 >#define HAVE_STRUCT_PASSWD_PW_CHANGE 1 >#define HAVE_STRUCT_PASSWD_PW_EXPIRE 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_GETOPT_OPTRESET 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 XAUTH_PATH "/opt/X11/bin/xauth" >#define HAVE_DEV_PTMX 1 >#define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >#define _PATH_SSH_PIDDIR "/var/run" >#define DISABLE_UTMP 1 >#define DISABLE_WTMP 1 >#define DISABLE_WTMPX 1 > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3063
:
3317
|
3320
|
3321
|
3322
|
3323
|
3324
|
3325
| 3326