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.71. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-sandbox=rlimit --with-pam --with-libedit --without-ssl-engine --without-rpath --with-privsep-path=/var/empty --with-xauth=/usr/local/bin/xauth --disable-pkcs11 ac_cv_lib_dl_dlopen=no ## --------- ## ## Platform. ## ## --------- ## hostname = apollo.backplane.com uname -m = x86_64 uname -r = 6.5-DEVELOPMENT uname -s = DragonFly uname -v = DragonFly v6.5.0.327.g7bd2c-DEVELOPMENT #0: Tue Dec 5 13:59:31 PST 2023 dillon@apollo.backplane.com:/usr/obj/usr/src/sys/X86_64_GENERIC /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /root/bin/ PATH: /sbin/ PATH: /bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /usr/games/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/local/dice/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2869: looking for aux files: install-sh config.guess config.sub configure:2882: trying ./ configure:2893: ./install-sh found configure:2911: ./config.guess found configure:2911: ./config.sub found configure:3109: checking for cc configure:3130: found /usr/bin/cc configure:3141: result: cc configure:3172: checking for C compiler version configure:3181: cc --version >&5 cc 8.3 [DragonFly] Release/2019-02-22 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3192: $? = 0 configure:3181: cc -v >&5 Using built-in specs. COLLECT_GCC=/usr/libexec/gcc80/cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc80/lto-wrapper Target: x86_64-pc-dragonflybsd Configured with: DragonFly/x86_64 system compiler (c c++ LTO) Thread model: posix gcc version 8.3 [DragonFly] Release/2019-02-22 configure:3192: $? = 0 configure:3181: cc -V >&5 cc: error: unrecognized command line option '-V' cc: fatal error: no input files compilation terminated. configure:3192: $? = 1 configure:3181: cc -qversion >&5 cc: error: unrecognized command line option '-qversion'; did you mean '--version'? cc: fatal error: no input files compilation terminated. configure:3192: $? = 1 configure:3181: cc -version >&5 cc: error: unrecognized command line option '-version' cc: fatal error: no input files compilation terminated. configure:3192: $? = 1 configure:3212: checking whether the C compiler works configure:3234: cc conftest.c >&5 configure:3238: $? = 0 configure:3288: result: yes configure:3291: checking for C compiler default output file name configure:3293: result: a.out configure:3299: checking for suffix of executables configure:3306: cc -o conftest conftest.c >&5 configure:3310: $? = 0 configure:3333: result: configure:3355: checking whether we are cross compiling configure:3363: cc -o conftest conftest.c >&5 configure:3367: $? = 0 configure:3374: ./conftest configure:3378: $? = 0 configure:3393: result: no configure:3398: checking for suffix of object files configure:3421: cc -c conftest.c >&5 configure:3425: $? = 0 configure:3447: result: o configure:3451: checking whether the compiler supports GNU C configure:3471: cc -c conftest.c >&5 configure:3471: $? = 0 configure:3481: result: yes configure:3492: checking whether cc accepts -g configure:3513: cc -c -g conftest.c >&5 configure:3513: $? = 0 configure:3557: result: yes configure:3577: checking for cc option to enable C11 features configure:3592: cc -c -g -O2 conftest.c >&5 configure:3592: $? = 0 configure:3610: result: none needed configure:3722: checking if cc supports C99-style variadic macros configure:3739: cc -c -g -O2 conftest.c >&5 configure:3739: $? = 0 configure:3741: result: yes configure:3756: checking build system type configure:3771: result: x86_64-unknown-dragonfly6.5 configure:3791: checking host system type configure:3805: result: x86_64-unknown-dragonfly6.5 configure:3829: checking for stdio.h configure:3829: cc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3829: result: yes configure:3829: checking for stdlib.h configure:3829: cc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3829: result: yes configure:3829: checking for string.h configure:3829: cc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3829: result: yes configure:3829: checking for inttypes.h configure:3829: cc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3829: result: yes configure:3829: checking for stdint.h configure:3829: cc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3829: result: yes configure:3829: checking for strings.h configure:3829: cc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3829: result: yes configure:3829: checking for sys/stat.h configure:3829: cc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3829: result: yes configure:3829: checking for sys/types.h configure:3829: cc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3829: result: yes configure:3829: checking for unistd.h configure:3829: cc -c -g -O2 conftest.c >&5 configure:3829: $? = 0 configure:3829: result: yes configure:3854: checking whether byte ordering is bigendian configure:3870: cc -c -g -O2 conftest.c >&5 conftest.c:20:9: error: unknown type name 'not' not a universal capable compiler ^~~ conftest.c:20:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^~~~~~~~~ conftest.c:20:15: error: unknown type name 'universal' configure:3870: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:3916: cc -c -g -O2 conftest.c >&5 configure:3916: $? = 0 configure:3935: cc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:26:4: error: unknown type name 'not'; did you mean 'ino_t'? not big endian ^~~ ino_t conftest.c:26:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^~~~~~ configure:3935: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4069: result: no configure:4093: checking for gawk configure:4128: result: no configure:4093: checking for mawk configure:4128: result: no configure:4093: checking for nawk configure:4128: result: no configure:4093: checking for awk configure:4114: found /usr/bin/awk configure:4125: result: awk configure:4141: checking how to run the C preprocessor configure:4167: cc -E conftest.c configure:4167: $? = 0 configure:4182: cc -E conftest.c conftest.c:19:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4182: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include configure:4209: result: cc -E configure:4223: cc -E conftest.c configure:4223: $? = 0 configure:4238: cc -E conftest.c conftest.c:19:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4238: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include configure:4316: checking for ranlib configure:4337: found /usr/bin/ranlib configure:4348: result: ranlib configure:4385: checking for a BSD-compatible install configure:4458: result: /usr/bin/install -c configure:4469: checking for grep that handles long lines and -e configure:4533: result: /usr/bin/grep configure:4538: checking for egrep configure:4606: result: /usr/bin/grep -E configure:4612: checking for a race-free mkdir -p configure:4656: result: ./install-sh -c -d configure:4713: checking for ar configure:4734: found /usr/bin/ar configure:4745: result: ar configure:4771: checking for cat configure:4794: found /bin/cat configure:4806: result: /bin/cat configure:4816: checking for kill configure:4839: found /bin/kill configure:4851: result: /bin/kill configure:4861: checking for sed configure:4884: found /usr/bin/sed configure:4896: result: /usr/bin/sed configure:4906: checking for bash configure:4929: found /usr/local/bin/bash configure:4941: result: /usr/local/bin/bash configure:4951: checking for ksh configure:4986: result: /usr/local/bin/bash configure:4996: checking for sh configure:5031: result: /usr/local/bin/bash configure:5041: checking for bash configure:5064: found /usr/local/bin/bash configure:5076: result: /usr/local/bin/bash configure:5086: checking for ksh configure:5121: result: /usr/local/bin/bash configure:5131: checking for sh configure:5166: result: /usr/local/bin/bash configure:5176: checking for groff configure:5199: found /usr/local/bin/groff configure:5211: result: /usr/local/bin/groff configure:5221: checking for nroff configure:5244: found /usr/local/bin/nroff configure:5256: result: /usr/local/bin/nroff configure:5266: checking for mandoc configure:5289: found /usr/bin/mandoc configure:5301: result: /usr/bin/mandoc configure:5360: checking for pkg-config configure:5383: found /usr/local/bin/pkg-config configure:5395: result: /usr/local/bin/pkg-config configure:5435: checking for groupadd configure:5471: result: groupadd configure:5481: checking for useradd configure:5517: result: useradd configure:5527: checking for pkgmk configure:5560: result: no configure:5585: checking for special C compiler options needed for large files configure:5633: result: no configure:5639: checking for _FILE_OFFSET_BITS value needed for large files configure:5665: cc -c -g -O2 conftest.c >&5 configure:5665: $? = 0 configure:5699: result: no configure:5788: checking for passwd configure:5811: found /usr/bin/passwd configure:5823: result: /usr/bin/passwd configure:5840: checking for inline configure:5857: cc -c -g -O2 conftest.c >&5 configure:5857: $? = 0 configure:5866: result: inline configure:5885: checking for cc options needed to detect all undeclared functions configure:5907: cc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:24:8: error: 'strchr' undeclared (first use in this function) (void) strchr; ^~~~~~ conftest.c:24:8: note: 'strchr' is defined in header ''; did you forget to '#include '? conftest.c:1:1: /* confdefs.h */ conftest.c:24:8: (void) strchr; ^~~~~~ conftest.c:24:8: note: each undeclared identifier is reported only once for each function it appears in configure:5907: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | /* end confdefs.h. */ | | int | main (void) | { | (void) strchr; | ; | return 0; | } configure:5934: cc -c -g -O2 conftest.c >&5 configure:5934: $? = 0 configure:5951: result: none needed configure:5965: checking whether LLONG_MAX is declared configure:5965: cc -c -g -O2 conftest.c >&5 configure:5965: $? = 0 configure:5965: result: yes configure:5971: checking whether LONG_LONG_MAX is declared configure:5971: cc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:29:10: error: 'LONG_LONG_MAX' undeclared (first use in this function); did you mean 'LLONG_MAX'? (void) LONG_LONG_MAX; ^~~~~~~~~~~~~ LLONG_MAX conftest.c:29:10: note: each undeclared identifier is reported only once for each function it appears in configure:5971: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | /* end confdefs.h. */ | #include | | int | main (void) | { | #ifndef LONG_LONG_MAX | #ifdef __cplusplus | (void) LONG_LONG_MAX; | #else | (void) LONG_LONG_MAX; | #endif | #endif | | ; | return 0; | } configure:5971: result: no configure:5977: checking whether SYSTR_POLICY_KILL is declared configure:5977: cc -c -g -O2 conftest.c >&5 conftest.c:23:11: fatal error: dev/systrace.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:5977: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | /* end confdefs.h. */ | | #include | #include | #include | | | int | main (void) | { | #ifndef SYSTR_POLICY_KILL | #ifdef __cplusplus | (void) SYSTR_POLICY_KILL; | #else | (void) SYSTR_POLICY_KILL; | #endif | #endif | | ; | return 0; | } configure:5977: result: no configure:5987: checking whether RLIMIT_NPROC is declared configure:5987: cc -c -g -O2 conftest.c >&5 configure:5987: $? = 0 configure:5987: result: yes configure:5998: checking whether PR_SET_NO_NEW_PRIVS is declared configure:5998: cc -c -g -O2 conftest.c >&5 conftest.c:23:11: fatal error: linux/prctl.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. configure:5998: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | /* end confdefs.h. */ | | #include | #include | | | int | main (void) | { | #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:5998: result: no configure:6022: checking whether OpenSSL will be used for cryptography configure:6025: result: yes configure:6071: checking if cc supports -Werror configure:6079: cc -c -g -O2 -Werror conftest.c >&5 configure:6079: $? = 0 configure:6081: result: yes configure:6094: checking gcc version configure:6105: result: 8.3 configure:6108: checking clang version configure:6118: result: configure:6122: checking if cc supports compile flag -pipe configure:6183: cc -c -g -O2 -Werror -pipe conftest.c >&5 configure:6183: $? = 0 configure:6253: cc -o conftest -g -O2 -Werror -pipe conftest.c >&5 configure:6253: $? = 0 configure:6253: ./conftest configure:6253: $? = 0 configure:6255: result: yes configure:6277: checking if cc supports compile flag -Wunknown-warning-option configure:6338: cc -c -g -O2 -pipe -Werror -Wunknown-warning-option conftest.c >&5 cc: error: unrecognized command line option '-Wunknown-warning-option' configure:6338: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | /* Trivial function to help test for -fzero-call-used-regs */ | int f(int n) {return rand() % n;} | char *f2(char *s, ...) { | char ret[64]; | va_list args; | va_start(args, s); | vsnprintf(ret, sizeof(ret), s, args); | va_end(args); | return strdup(ret); | } | int i; | double d; | const char *f3(int s) { | i = (int)d; | return s ? "good" : "gooder"; | } | int main(int argc, char **argv) { | char b[256], *cp; | const char *s; | /* 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; | (void)argv; | f(1); | s = f3(f(2)); | snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, b, 0) == -1) exit(0); | cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, cp, 0) == -1) exit(0); | free(cp); | /* | * Test fallthrough behaviour. clang 10's -Wimplicit-fallthrough does | * not understand comments and we don't use the "fallthrough" attribute | * that it's looking for. | */ | switch(i){ | case 0: j += i; | /* FALLTHROUGH */ | default: j += k; | } | exit(0); | } | | configure:6424: result: no configure:6432: checking if cc supports compile flag -Wno-error=format-truncation configure:6493: cc -c -g -O2 -pipe -Werror -Wno-error=format-truncation conftest.c >&5 configure:6493: $? = 0 configure:6563: cc -o conftest -g -O2 -pipe -Werror -Wno-error=format-truncation conftest.c >&5 configure:6563: $? = 0 configure:6563: ./conftest configure:6563: $? = 0 configure:6565: result: yes configure:6587: checking if cc supports compile flag -Qunused-arguments configure:6648: cc -c -g -O2 -pipe -Wno-error=format-truncation -Werror -Qunused-arguments conftest.c >&5 cc: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-parameter'? configure:6648: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | /* Trivial function to help test for -fzero-call-used-regs */ | int f(int n) {return rand() % n;} | char *f2(char *s, ...) { | char ret[64]; | va_list args; | va_start(args, s); | vsnprintf(ret, sizeof(ret), s, args); | va_end(args); | return strdup(ret); | } | int i; | double d; | const char *f3(int s) { | i = (int)d; | return s ? "good" : "gooder"; | } | int main(int argc, char **argv) { | char b[256], *cp; | const char *s; | /* 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; | (void)argv; | f(1); | s = f3(f(2)); | snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, b, 0) == -1) exit(0); | cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, cp, 0) == -1) exit(0); | free(cp); | /* | * Test fallthrough behaviour. clang 10's -Wimplicit-fallthrough does | * not understand comments and we don't use the "fallthrough" attribute | * that it's looking for. | */ | switch(i){ | case 0: j += i; | /* FALLTHROUGH */ | default: j += k; | } | exit(0); | } | | configure:6734: result: no configure:6742: checking if cc supports compile flag -Wall configure:6803: cc -c -g -O2 -pipe -Wno-error=format-truncation -Werror -Wall conftest.c >&5 configure:6803: $? = 0 configure:6873: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Werror -Wall conftest.c >&5 configure:6873: $? = 0 configure:6873: ./conftest configure:6873: $? = 0 configure:6875: result: yes configure:6897: checking if cc supports compile flag -Wextra configure:6958: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Werror -Wextra conftest.c >&5 configure:6958: $? = 0 configure:7028: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Werror -Wextra conftest.c >&5 configure:7028: $? = 0 configure:7028: ./conftest configure:7028: $? = 0 configure:7030: result: yes configure:7052: checking if cc supports compile flag -Wpointer-arith configure:7113: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Werror -Wpointer-arith conftest.c >&5 configure:7113: $? = 0 configure:7183: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Werror -Wpointer-arith conftest.c >&5 configure:7183: $? = 0 configure:7183: ./conftest configure:7183: $? = 0 configure:7185: result: yes configure:7207: checking if cc supports compile flag -Wuninitialized configure:7268: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Werror -Wuninitialized conftest.c >&5 configure:7268: $? = 0 configure:7338: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Werror -Wuninitialized conftest.c >&5 configure:7338: $? = 0 configure:7338: ./conftest configure:7338: $? = 0 configure:7340: result: yes configure:7362: checking if cc supports compile flag -Wsign-compare configure:7423: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Werror -Wsign-compare conftest.c >&5 configure:7423: $? = 0 configure:7493: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Werror -Wsign-compare conftest.c >&5 configure:7493: $? = 0 configure:7493: ./conftest configure:7493: $? = 0 configure:7495: result: yes configure:7517: checking if cc supports compile flag -Wformat-security configure:7578: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Werror -Wformat-security conftest.c >&5 configure:7578: $? = 0 configure:7648: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Werror -Wformat-security conftest.c >&5 configure:7648: $? = 0 configure:7648: ./conftest configure:7648: $? = 0 configure:7650: result: yes configure:7672: checking if cc supports compile flag -Wsizeof-pointer-memaccess configure:7733: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Werror -Wsizeof-pointer-memaccess conftest.c >&5 configure:7733: $? = 0 configure:7803: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Werror -Wsizeof-pointer-memaccess conftest.c >&5 configure:7803: $? = 0 configure:7803: ./conftest configure:7803: $? = 0 configure:7805: result: yes configure:7827: checking if cc supports compile flag -Wpointer-sign configure:7888: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Werror -Wpointer-sign conftest.c >&5 configure:7888: $? = 0 configure:7958: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Werror -Wpointer-sign conftest.c >&5 configure:7958: $? = 0 configure:7958: ./conftest configure:7958: $? = 0 configure:7960: result: yes configure:7982: checking if cc supports compile flag -Wunused-parameter configure:8043: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Werror -Wunused-parameter conftest.c >&5 configure:8043: $? = 0 configure:8113: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Werror -Wunused-parameter conftest.c >&5 configure:8113: $? = 0 configure:8113: ./conftest configure:8113: $? = 0 configure:8115: result: yes configure:8137: checking if cc supports compile flag -Wunused-result configure:8198: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Werror -Wunused-result conftest.c >&5 configure:8198: $? = 0 configure:8268: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Werror -Wunused-result conftest.c >&5 configure:8268: $? = 0 configure:8268: ./conftest configure:8268: $? = 0 configure:8270: result: yes configure:8292: checking if cc supports compile flag -Wimplicit-fallthrough configure:8353: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Werror -Wimplicit-fallthrough conftest.c >&5 configure:8353: $? = 0 configure:8423: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Werror -Wimplicit-fallthrough conftest.c >&5 configure:8423: $? = 0 configure:8423: ./conftest configure:8423: $? = 0 configure:8425: result: yes configure:8447: checking if cc supports compile flag -Wmisleading-indentation configure:8508: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Werror -Wmisleading-indentation conftest.c >&5 configure:8508: $? = 0 configure:8578: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Werror -Wmisleading-indentation conftest.c >&5 configure:8578: $? = 0 configure:8578: ./conftest configure:8578: $? = 0 configure:8580: result: yes configure:8602: checking if cc supports compile flag -Wbitwise-instead-of-logical configure:8663: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -Werror -Wbitwise-instead-of-logical conftest.c >&5 cc: error: unrecognized command line option '-Wbitwise-instead-of-logical' configure:8663: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | /* Trivial function to help test for -fzero-call-used-regs */ | int f(int n) {return rand() % n;} | char *f2(char *s, ...) { | char ret[64]; | va_list args; | va_start(args, s); | vsnprintf(ret, sizeof(ret), s, args); | va_end(args); | return strdup(ret); | } | int i; | double d; | const char *f3(int s) { | i = (int)d; | return s ? "good" : "gooder"; | } | int main(int argc, char **argv) { | char b[256], *cp; | const char *s; | /* 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; | (void)argv; | f(1); | s = f3(f(2)); | snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, b, 0) == -1) exit(0); | cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, cp, 0) == -1) exit(0); | free(cp); | /* | * Test fallthrough behaviour. clang 10's -Wimplicit-fallthrough does | * not understand comments and we don't use the "fallthrough" attribute | * that it's looking for. | */ | switch(i){ | case 0: j += i; | /* FALLTHROUGH */ | default: j += k; | } | exit(0); | } | | configure:8749: result: no configure:8757: checking if cc supports compile flag -fno-strict-aliasing configure:8818: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -Werror -fno-strict-aliasing conftest.c >&5 configure:8818: $? = 0 configure:8888: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -Werror -fno-strict-aliasing conftest.c >&5 configure:8888: $? = 0 configure:8888: ./conftest configure:8888: $? = 0 configure:8890: result: yes configure:8913: checking if cc supports compile flag -D_FORTIFY_SOURCE=2 configure:8974: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -Werror -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:8974: $? = 0 configure:9044: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -Werror -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:9044: $? = 0 configure:9044: ./conftest configure:9044: $? = 0 configure:9046: result: yes configure:9068: checking if cc supports link flag -Wl,-z,relro configure:9129: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -Wl,-z,relro conftest.c >&5 configure:9129: $? = 0 configure:9200: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -Wl,-z,relro conftest.c >&5 configure:9200: $? = 0 configure:9200: ./conftest configure:9200: $? = 0 configure:9202: result: yes configure:9225: checking if cc supports link flag -Wl,-z,now configure:9286: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Werror -Wl,-z,now conftest.c >&5 configure:9286: $? = 0 configure:9357: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Werror -Wl,-z,now conftest.c >&5 configure:9357: $? = 0 configure:9357: ./conftest configure:9357: $? = 0 configure:9359: result: yes configure:9382: checking if cc supports link flag -Wl,-z,noexecstack configure:9443: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Werror -Wl,-z,noexecstack conftest.c >&5 configure:9443: $? = 0 configure:9514: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Werror -Wl,-z,noexecstack conftest.c >&5 configure:9514: $? = 0 configure:9514: ./conftest configure:9514: $? = 0 configure:9516: result: yes configure:9544: checking if cc supports compile flag -ftrapv and linking succeeds configure:9605: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -ftrapv -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:9605: $? = 0 configure:9675: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -ftrapv -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:9675: $? = 0 configure:9675: ./conftest configure:9675: $? = 0 configure:9677: result: yes configure:9863: checking if cc supports compile flag -fzero-call-used-regs=used and linking succeeds configure:9924: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -Werror -fzero-call-used-regs=used -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 cc: error: unrecognized command line option '-fzero-call-used-regs=used' configure:9924: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | /* Trivial function to help test for -fzero-call-used-regs */ | int f(int n) {return rand() % n;} | char *f2(char *s, ...) { | char ret[64]; | va_list args; | va_start(args, s); | vsnprintf(ret, sizeof(ret), s, args); | va_end(args); | return strdup(ret); | } | int i; | double d; | const char *f3(int s) { | i = (int)d; | return s ? "good" : "gooder"; | } | int main(int argc, char **argv) { | char b[256], *cp; | const char *s; | /* 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; | (void)argv; | f(1); | s = f3(f(2)); | snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, b, 0) == -1) exit(0); | cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, cp, 0) == -1) exit(0); | free(cp); | /* | * Test fallthrough behaviour. clang 10's -Wimplicit-fallthrough does | * not understand comments and we don't use the "fallthrough" attribute | * that it's looking for. | */ | switch(i){ | case 0: j += i; | /* FALLTHROUGH */ | default: j += k; | } | exit(0); | } | | configure:10010: result: no configure:10020: checking if cc supports compile flag -ftrivial-auto-var-init=zero configure:10081: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -Werror -ftrivial-auto-var-init=zero conftest.c >&5 cc: error: unrecognized command line option '-ftrivial-auto-var-init=zero' configure:10081: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | /* Trivial function to help test for -fzero-call-used-regs */ | int f(int n) {return rand() % n;} | char *f2(char *s, ...) { | char ret[64]; | va_list args; | va_start(args, s); | vsnprintf(ret, sizeof(ret), s, args); | va_end(args); | return strdup(ret); | } | int i; | double d; | const char *f3(int s) { | i = (int)d; | return s ? "good" : "gooder"; | } | int main(int argc, char **argv) { | char b[256], *cp; | const char *s; | /* 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; | (void)argv; | f(1); | s = f3(f(2)); | snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, b, 0) == -1) exit(0); | cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, cp, 0) == -1) exit(0); | free(cp); | /* | * Test fallthrough behaviour. clang 10's -Wimplicit-fallthrough does | * not understand comments and we don't use the "fallthrough" attribute | * that it's looking for. | */ | switch(i){ | case 0: j += i; | /* FALLTHROUGH */ | default: j += k; | } | exit(0); | } | | configure:10167: result: no configure:10177: checking if cc supports compile flag -mretpoline configure:10238: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -Werror -mretpoline conftest.c >&5 cc: error: unrecognized command line option '-mretpoline'; did you mean '-Wtrampolines'? configure:10238: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | /* Trivial function to help test for -fzero-call-used-regs */ | int f(int n) {return rand() % n;} | char *f2(char *s, ...) { | char ret[64]; | va_list args; | va_start(args, s); | vsnprintf(ret, sizeof(ret), s, args); | va_end(args); | return strdup(ret); | } | int i; | double d; | const char *f3(int s) { | i = (int)d; | return s ? "good" : "gooder"; | } | int main(int argc, char **argv) { | char b[256], *cp; | const char *s; | /* 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; | (void)argv; | f(1); | s = f3(f(2)); | snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, b, 0) == -1) exit(0); | cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, cp, 0) == -1) exit(0); | free(cp); | /* | * Test fallthrough behaviour. clang 10's -Wimplicit-fallthrough does | * not understand comments and we don't use the "fallthrough" attribute | * that it's looking for. | */ | switch(i){ | case 0: j += i; | /* FALLTHROUGH */ | default: j += k; | } | exit(0); | } | | configure:10324: result: no configure:10332: checking if cc supports link flag -Wl,-z,retpolineplt configure:10393: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Werror -Wl,-z,retpolineplt conftest.c >&5 /usr/libexec/binutils234/elf/ld.gold: retpolineplt: unknown -z option /usr/libexec/binutils234/elf/ld.gold: use the --help option for usage information collect2: error: ld returned 1 exit status configure:10393: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | /* Trivial function to help test for -fzero-call-used-regs */ | int f(int n) {return rand() % n;} | char *f2(char *s, ...) { | char ret[64]; | va_list args; | va_start(args, s); | vsnprintf(ret, sizeof(ret), s, args); | va_end(args); | return strdup(ret); | } | int i; | double d; | const char *f3(int s) { | i = (int)d; | return s ? "good" : "gooder"; | } | int main(int argc, char **argv) { | char b[256], *cp; | const char *s; | /* 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; | (void)argv; | f(1); | s = f3(f(2)); | snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, b, 0) == -1) exit(0); | cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s); | if (write(1, cp, 0) == -1) exit(0); | free(cp); | /* | * Test fallthrough behaviour. clang 10's -Wimplicit-fallthrough does | * not understand comments and we don't use the "fallthrough" attribute | * that it's looking for. | */ | switch(i){ | case 0: j += i; | /* FALLTHROUGH */ | default: j += k; | } | exit(0); | } | | configure:10480: result: no configure:10490: checking if cc accepts -fno-builtin-memset configure:10505: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:10505: $? = 0 configure:10507: result: yes configure:10524: checking if cc supports -fstack-protector-strong configure:10547: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -Werror conftest.c >&5 configure:10547: $? = 0 configure:10549: result: yes configure:10553: checking if -fstack-protector-strong works configure:10579: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:10579: $? = 0 configure:10579: ./conftest configure:10579: $? = 0 configure:10581: result: yes configure:10622: checking if compiler allows __attribute__ on return types configure:10637: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10637: $? = 0 configure:10639: result: yes configure:10651: checking if compiler allows __attribute__ prototype args configure:10666: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10666: $? = 0 configure:10668: result: yes configure:10680: checking if compiler supports variable length arrays configure:10693: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c: In function 'main': conftest.c:26:33: warning: variable 'a' set but not used [-Wunused-but-set-variable] int i; for (i=0; i<3; i++){int a[i]; a[i-1]=0;} exit(0); ^ conftest.c:26:40: warning: array subscript -1 is below array bounds of 'int[ + 1]' [-Warray-bounds] int i; for (i=0; i<3; i++){int a[i]; a[i-1]=0;} exit(0); ~^~~~~ configure:10693: $? = 0 configure:10695: result: yes configure:10707: checking if compiler accepts variable declarations after code configure:10720: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10720: $? = 0 configure:10722: result: yes configure:10864: checking for blf.h configure:10864: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:53:10: fatal error: blf.h: No such file or directory #include ^~~~~~~ compilation terminated. configure:10864: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10864: result: no configure:10870: checking for bstring.h configure:10870: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:53:10: fatal error: bstring.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:10870: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10870: result: no configure:10876: checking for crypt.h configure:10876: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:53:10: fatal error: crypt.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:10876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10876: result: no configure:10882: checking for crypto/sha2.h configure:10882: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:53:10: fatal error: crypto/sha2.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. configure:10882: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10882: result: no configure:10888: checking for dirent.h configure:10888: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10888: $? = 0 configure:10888: result: yes configure:10894: checking for endian.h configure:10894: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10894: $? = 0 configure:10894: result: yes configure:10900: checking for elf.h configure:10900: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10900: $? = 0 configure:10900: result: yes configure:10906: checking for err.h configure:10906: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10906: $? = 0 configure:10906: result: yes configure:10912: checking for features.h configure:10912: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:57:10: fatal error: features.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:10912: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10912: result: no configure:10918: checking for fcntl.h configure:10918: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10918: $? = 0 configure:10918: result: yes configure:10924: checking for floatingpoint.h configure:10924: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10924: $? = 0 configure:10924: result: yes configure:10930: checking for fnmatch.h configure:10930: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10930: $? = 0 configure:10930: result: yes configure:10936: checking for getopt.h configure:10936: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10936: $? = 0 configure:10936: result: yes configure:10942: checking for glob.h configure:10942: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10942: $? = 0 configure:10942: result: yes configure:10948: checking for ia.h configure:10948: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:62:10: fatal error: ia.h: No such file or directory #include ^~~~~~ compilation terminated. configure:10948: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10948: result: no configure:10954: checking for iaf.h configure:10954: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:62:10: fatal error: iaf.h: No such file or directory #include ^~~~~~~ compilation terminated. configure:10954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10954: result: no configure:10960: checking for ifaddrs.h configure:10960: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10960: $? = 0 configure:10960: result: yes configure:10966: checking for inttypes.h configure:10966: result: yes configure:10972: checking for langinfo.h configure:10972: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10972: $? = 0 configure:10972: result: yes configure:10978: checking for limits.h configure:10978: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10978: $? = 0 configure:10978: result: yes configure:10984: checking for locale.h configure:10984: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:10984: $? = 0 configure:10984: result: yes configure:10990: checking for login.h configure:10990: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:67:10: fatal error: login.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:10990: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10990: result: no configure:10996: checking for maillock.h configure:10996: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:67:10: fatal error: maillock.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:10996: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10996: result: no configure:11002: checking for ndir.h configure:11002: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:67:10: fatal error: ndir.h: No such file or directory #include ^~~~~~~~ compilation terminated. configure:11002: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11002: result: no configure:11008: checking for net/if_tun.h configure:11008: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:67:10: fatal error: net/if_tun.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:11008: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11008: result: no configure:11014: checking for netdb.h configure:11014: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11014: $? = 0 configure:11014: result: yes configure:11020: checking for netgroup.h configure:11020: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:68:10: fatal error: netgroup.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:11020: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11020: result: no configure:11026: checking for pam/pam_appl.h configure:11026: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:68:10: fatal error: pam/pam_appl.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:11026: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11026: result: no configure:11032: checking for paths.h configure:11032: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11032: $? = 0 configure:11032: result: yes configure:11038: checking for poll.h configure:11038: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11038: $? = 0 configure:11038: result: yes configure:11044: checking for pty.h configure:11044: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:70:10: fatal error: pty.h: No such file or directory #include ^~~~~~~ compilation terminated. configure:11044: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11044: result: no configure:11050: checking for readpassphrase.h configure:11050: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11050: $? = 0 configure:11050: result: yes configure:11056: checking for rpc/types.h configure:11056: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11056: $? = 0 configure:11056: result: yes configure:11062: checking for security/pam_appl.h configure:11062: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11062: $? = 0 configure:11062: result: yes configure:11068: checking for sha2.h configure:11068: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:73:10: fatal error: sha2.h: No such file or directory #include ^~~~~~~~ compilation terminated. configure:11068: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11068: result: no configure:11074: checking for shadow.h configure:11074: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:73:10: fatal error: shadow.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. configure:11074: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11074: result: no configure:11080: checking for stddef.h configure:11080: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11080: $? = 0 configure:11080: result: yes configure:11086: checking for stdint.h configure:11086: result: yes configure:11092: checking for string.h configure:11092: result: yes configure:11098: checking for strings.h configure:11098: result: yes configure:11104: checking for sys/bitypes.h configure:11104: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:77:10: fatal error: sys/bitypes.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. configure:11104: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11104: result: no configure:11110: checking for sys/byteorder.h configure:11110: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:77:10: fatal error: sys/byteorder.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. configure:11110: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11110: result: no configure:11116: checking for sys/bsdtty.h configure:11116: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:77:10: fatal error: sys/bsdtty.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:11116: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11116: result: no configure:11122: checking for sys/cdefs.h configure:11122: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11122: $? = 0 configure:11122: result: yes configure:11128: checking for sys/dir.h configure:11128: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:78:10: fatal error: sys/dir.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:11128: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11128: result: no configure:11134: checking for sys/file.h configure:11134: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11134: $? = 0 configure:11134: result: yes configure:11140: checking for sys/mman.h configure:11140: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11140: $? = 0 configure:11140: result: yes configure:11146: checking for sys/label.h configure:11146: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:80:10: fatal error: sys/label.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:11146: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11146: result: no configure:11152: checking for sys/ndir.h configure:11152: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:80:10: fatal error: sys/ndir.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:11152: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11152: result: no configure:11158: checking for sys/param.h configure:11158: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11158: $? = 0 configure:11158: result: yes configure:11164: checking for sys/poll.h configure:11164: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11164: $? = 0 configure:11164: result: yes configure:11170: checking for sys/prctl.h configure:11170: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:82:10: fatal error: sys/prctl.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:11170: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11170: result: no configure:11176: checking for sys/procctl.h configure:11176: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11176: $? = 0 configure:11176: result: yes configure:11182: checking for sys/pstat.h configure:11182: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:83:10: fatal error: sys/pstat.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:11182: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11182: result: no configure:11188: checking for sys/ptrace.h configure:11188: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11188: $? = 0 configure:11188: result: yes configure:11194: checking for sys/random.h configure:11194: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11194: $? = 0 configure:11194: result: yes configure:11200: checking for sys/select.h configure:11200: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11200: $? = 0 configure:11200: result: yes configure:11206: checking for sys/stream.h configure:11206: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:86:10: fatal error: sys/stream.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:11206: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11206: result: no configure:11212: checking for sys/stropts.h configure:11212: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:86:10: fatal error: sys/stropts.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. configure:11212: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11212: result: no configure:11218: checking for sys/strtio.h configure:11218: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:86:10: fatal error: sys/strtio.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:11218: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11218: result: no configure:11224: checking for sys/statvfs.h configure:11224: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11224: $? = 0 configure:11224: result: yes configure:11230: checking for sys/sysmacros.h configure:11230: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:87:10: fatal error: sys/sysmacros.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. configure:11230: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11230: result: no configure:11236: checking for sys/time.h configure:11236: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11236: $? = 0 configure:11236: result: yes configure:11242: checking for sys/timers.h configure:11242: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11242: $? = 0 configure:11242: result: yes configure:11248: checking for sys/vfs.h configure:11248: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:89:10: fatal error: sys/vfs.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:11248: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11248: result: no configure:11254: checking for time.h configure:11254: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11254: $? = 0 configure:11254: result: yes configure:11260: checking for tmpdir.h configure:11260: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:90:10: fatal error: tmpdir.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. configure:11260: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11260: result: no configure:11266: checking for ttyent.h configure:11266: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11266: $? = 0 configure:11266: result: yes configure:11272: checking for ucred.h configure:11272: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:91:10: fatal error: ucred.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:11272: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11272: result: no configure:11278: checking for unistd.h configure:11278: result: yes configure:11284: checking for usersec.h configure:11284: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:92:10: fatal error: usersec.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:11284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_TTYENT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11284: result: no configure:11290: checking for util.h configure:11290: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11290: $? = 0 configure:11290: result: yes configure:11296: checking for utime.h configure:11296: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11296: $? = 0 configure:11296: result: yes configure:11302: checking for utmp.h configure:11302: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:94:10: fatal error: utmp.h: No such file or directory #include ^~~~~~~~ compilation terminated. configure:11302: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:11302: result: no configure:11308: checking for utmpx.h configure:11308: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11308: $? = 0 configure:11308: result: yes configure:11314: checking for vis.h configure:11314: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11314: $? = 0 configure:11314: result: yes configure:11320: checking for wchar.h configure:11320: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11320: $? = 0 configure:11320: result: yes configure:11330: checking for sys/audit.h configure:11330: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:81:10: fatal error: sys/audit.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:11330: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TIME_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_LABEL_H | # include | #endif | | | #include configure:11330: result: no configure:11350: checking for sys/capsicum.h configure:11350: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:75:10: fatal error: sys/capsicum.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:11350: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | | | #include configure:11350: result: no configure:11361: checking for capsicum_helpers.h configure:11361: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:75:10: fatal error: capsicum_helpers.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:11361: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | | | #include configure:11361: result: no configure:11374: checking for caph_cache_tzdata configure:11387: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:69:11: fatal error: capsicum_helpers.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:11387: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | int | main (void) | { | caph_cache_tzdata(); | ; | return 0; | } configure:11397: result: no configure:11406: checking for net/route.h configure:11406: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11406: $? = 0 configure:11406: result: yes configure:11419: checking for sys/sysctl.h configure:11419: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11419: $? = 0 configure:11419: result: yes configure:11435: checking for lastlog.h configure:11435: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:77:10: fatal error: lastlog.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:11435: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TIME_H | # include | #endif | | | #include configure:11435: result: no configure:11449: checking for sys/ptms.h configure:11449: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:77:10: fatal error: sys/ptms.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:11449: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_STREAM_H | # include | #endif | | | #include configure:11449: result: no configure:11463: checking for login_cap.h configure:11463: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11463: $? = 0 configure:11463: result: yes configure:11475: checking for sys/mount.h configure:11475: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11475: $? = 0 configure:11475: result: yes configure:11487: checking for sys/un.h configure:11487: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:11487: $? = 0 configure:11487: result: yes configure:13322: checking compiler and flags for sanity configure:13341: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:13341: $? = 0 configure:13341: ./conftest configure:13341: $? = 0 configure:13343: result: yes configure:13358: checking for setsockopt configure:13358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:13358: $? = 0 configure:13358: result: yes configure:13412: checking for dirname configure:13412: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:13412: $? = 0 configure:13412: result: yes configure:13416: checking for libgen.h configure:13416: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:13416: $? = 0 configure:13416: result: yes configure:13531: checking for getspnam configure:13531: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:103: error: undefined reference to 'getspnam' collect2: error: ld returned 1 exit status configure:13531: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | /* end confdefs.h. */ | /* Define getspnam to an innocuous variant, in case declares getspnam. | For example, HP-UX 11i declares gettimeofday. */ | #define getspnam innocuous_getspnam | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getspnam (); below. */ | | #include | #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 (void) | { | return getspnam (); | ; | return 0; | } configure:13531: result: no configure:13536: checking for getspnam in -lgen configure:13559: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lgen >&5 /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lgen conftest.c:84: error: undefined reference to 'getspnam' collect2: error: ld returned 1 exit status configure:13559: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_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. */ | char getspnam (); | int | main (void) | { | return getspnam (); | ; | return 0; | } configure:13569: result: no configure:13578: checking for library containing basename configure:13608: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:13608: $? = 0 configure:13628: result: none required configure:13673: checking for zlib configure:13681: result: yes configure:13686: checking for zlib.h configure:13686: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:13686: $? = 0 configure:13686: result: yes configure:13694: checking for deflate in -lz configure:13717: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lz >&5 configure:13717: $? = 0 configure:13727: result: yes configure:13789: checking for possibly buggy zlib configure:13829: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lz >&5 configure:13829: $? = 0 configure:13829: ./conftest found zlib version 1.2.11 (1021100) configure:13829: $? = 0 configure:13831: result: no configure:13857: checking for strcasecmp configure:13857: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:95:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch] char strcasecmp (); ^~~~~~~~~~ configure:13857: $? = 0 configure:13857: result: yes configure:13908: checking for utimes configure:13908: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 configure:13908: $? = 0 configure:13908: result: yes configure:13961: checking for bsd/libutil.h configure:13961: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c:108:10: fatal error: bsd/libutil.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. configure:13961: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13961: result: no configure:13967: checking for libutil.h configure:13967: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:13967: $? = 0 configure:13967: result: yes configure:13974: checking for library containing fmt_scaled configure:14004: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:89: error: undefined reference to 'fmt_scaled' collect2: error: ld returned 1 exit status configure:14004: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char fmt_scaled (); | int | main (void) | { | return fmt_scaled (); | ; | return 0; | } configure:14004: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:89: error: undefined reference to 'fmt_scaled' collect2: error: ld returned 1 exit status configure:14004: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char fmt_scaled (); | int | main (void) | { | return fmt_scaled (); | ; | return 0; | } configure:14004: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd >&5 /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd conftest.c:89: error: undefined reference to 'fmt_scaled' collect2: error: ld returned 1 exit status configure:14004: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char fmt_scaled (); | int | main (void) | { | return fmt_scaled (); | ; | return 0; | } configure:14024: result: no configure:14033: checking for library containing scan_scaled configure:14063: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:89: error: undefined reference to 'scan_scaled' collect2: error: ld returned 1 exit status configure:14063: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char scan_scaled (); | int | main (void) | { | return scan_scaled (); | ; | return 0; | } configure:14063: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:89: error: undefined reference to 'scan_scaled' collect2: error: ld returned 1 exit status configure:14063: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char scan_scaled (); | int | main (void) | { | return scan_scaled (); | ; | return 0; | } configure:14063: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd >&5 /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd conftest.c:89: error: undefined reference to 'scan_scaled' collect2: error: ld returned 1 exit status configure:14063: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char scan_scaled (); | int | main (void) | { | return scan_scaled (); | ; | return 0; | } configure:14083: result: no configure:14092: checking for library containing login configure:14122: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:89: error: undefined reference to 'login' collect2: error: ld returned 1 exit status configure:14122: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char login (); | int | main (void) | { | return login (); | ; | return 0; | } configure:14122: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:89: error: undefined reference to 'login' collect2: error: ld returned 1 exit status configure:14122: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char login (); | int | main (void) | { | return login (); | ; | return 0; | } configure:14122: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd >&5 /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd conftest.c:89: error: undefined reference to 'login' collect2: error: ld returned 1 exit status configure:14122: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char login (); | int | main (void) | { | return login (); | ; | return 0; | } configure:14142: result: no configure:14151: checking for library containing logout configure:14181: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:89: error: undefined reference to 'logout' collect2: error: ld returned 1 exit status configure:14181: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char logout (); | int | main (void) | { | return logout (); | ; | return 0; | } configure:14181: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:89: error: undefined reference to 'logout' collect2: error: ld returned 1 exit status configure:14181: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char logout (); | int | main (void) | { | return logout (); | ; | return 0; | } configure:14181: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd >&5 /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd conftest.c:89: error: undefined reference to 'logout' collect2: error: ld returned 1 exit status configure:14181: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char logout (); | int | main (void) | { | return logout (); | ; | return 0; | } configure:14201: result: no configure:14210: checking for library containing logwtmp configure:14240: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:89: error: undefined reference to 'logwtmp' collect2: error: ld returned 1 exit status configure:14240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char logwtmp (); | int | main (void) | { | return logwtmp (); | ; | return 0; | } configure:14240: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:89: error: undefined reference to 'logwtmp' collect2: error: ld returned 1 exit status configure:14240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char logwtmp (); | int | main (void) | { | return logwtmp (); | ; | return 0; | } configure:14240: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd >&5 /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd conftest.c:89: error: undefined reference to 'logwtmp' collect2: error: ld returned 1 exit status configure:14240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char logwtmp (); | int | main (void) | { | return logwtmp (); | ; | return 0; | } configure:14260: result: no configure:14269: checking for library containing openpty configure:14299: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c >&5 conftest.c:89: error: undefined reference to 'openpty' collect2: error: ld returned 1 exit status configure:14299: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char openpty (); | int | main (void) | { | return openpty (); | ; | return 0; | } configure:14299: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:14299: $? = 0 configure:14319: result: -lutil configure:14328: checking for library containing updwtmp configure:14358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:89: error: undefined reference to 'updwtmp' collect2: error: ld returned 1 exit status configure:14358: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char updwtmp (); | int | main (void) | { | return updwtmp (); | ; | return 0; | } configure:14358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil -lutil >&5 conftest.c:89: error: undefined reference to 'updwtmp' collect2: error: ld returned 1 exit status configure:14358: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char updwtmp (); | int | main (void) | { | return updwtmp (); | ; | return 0; | } configure:14358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd -lutil >&5 /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd conftest.c:89: error: undefined reference to 'updwtmp' collect2: error: ld returned 1 exit status configure:14358: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_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. */ | char updwtmp (); | int | main (void) | { | return updwtmp (); | ; | return 0; | } configure:14378: result: no configure:14387: checking for fmt_scaled configure:14387: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:108: error: undefined reference to 'fmt_scaled' collect2: error: ld returned 1 exit status configure:14387: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | /* end confdefs.h. */ | /* Define fmt_scaled to an innocuous variant, in case declares fmt_scaled. | For example, HP-UX 11i declares gettimeofday. */ | #define fmt_scaled innocuous_fmt_scaled | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fmt_scaled (); below. */ | | #include | #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 (void) | { | return fmt_scaled (); | ; | return 0; | } configure:14387: result: no configure:14393: checking for scan_scaled configure:14393: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:108: error: undefined reference to 'scan_scaled' collect2: error: ld returned 1 exit status configure:14393: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | /* end confdefs.h. */ | /* Define scan_scaled to an innocuous variant, in case declares scan_scaled. | For example, HP-UX 11i 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. */ | | #include | #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 (void) | { | return scan_scaled (); | ; | return 0; | } configure:14393: result: no configure:14399: checking for login configure:14399: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:108: error: undefined reference to 'login' collect2: error: ld returned 1 exit status configure:14399: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | /* end confdefs.h. */ | /* Define login to an innocuous variant, in case declares login. | For example, HP-UX 11i declares gettimeofday. */ | #define login innocuous_login | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char login (); below. */ | | #include | #undef login | | /* 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 (); | /* 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 || defined __stub___login | choke me | #endif | | int | main (void) | { | return login (); | ; | return 0; | } configure:14399: result: no configure:14405: checking for logout configure:14405: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:108: error: undefined reference to 'logout' collect2: error: ld returned 1 exit status configure:14405: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | /* end confdefs.h. */ | /* Define logout to an innocuous variant, in case declares logout. | For example, HP-UX 11i declares gettimeofday. */ | #define logout innocuous_logout | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char logout (); below. */ | | #include | #undef logout | | /* 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 logout (); | /* 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_logout || defined __stub___logout | choke me | #endif | | int | main (void) | { | return logout (); | ; | return 0; | } configure:14405: result: no configure:14411: checking for openpty configure:14411: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:14411: $? = 0 configure:14411: result: yes configure:14417: checking for updwtmp configure:14417: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:109: error: undefined reference to 'updwtmp' collect2: error: ld returned 1 exit status configure:14417: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | /* end confdefs.h. */ | /* Define updwtmp to an innocuous variant, in case declares updwtmp. | For example, HP-UX 11i declares gettimeofday. */ | #define updwtmp innocuous_updwtmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char updwtmp (); below. */ | | #include | #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 (void) | { | return updwtmp (); | ; | return 0; | } configure:14417: result: no configure:14423: checking for logwtmp configure:14423: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:109: error: undefined reference to 'logwtmp' collect2: error: ld returned 1 exit status configure:14423: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | /* end confdefs.h. */ | /* Define logwtmp to an innocuous variant, in case declares logwtmp. | For example, HP-UX 11i declares gettimeofday. */ | #define logwtmp innocuous_logwtmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char logwtmp (); below. */ | | #include | #undef logwtmp | | /* 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 logwtmp (); | /* 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_logwtmp || defined __stub___logwtmp | choke me | #endif | | int | main (void) | { | return logwtmp (); | ; | return 0; | } configure:14423: result: no configure:14433: checking for library containing inet_ntop configure:14463: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:14463: $? = 0 configure:14483: result: none required configure:14492: checking for library containing gethostbyname configure:14522: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:14522: $? = 0 configure:14542: result: none required configure:14554: checking for library containing SHA256Update configure:14584: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:90: error: undefined reference to 'SHA256Update' collect2: error: ld returned 1 exit status configure:14584: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 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. */ | char SHA256Update (); | int | main (void) | { | return SHA256Update (); | ; | return 0; | } configure:14584: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lmd -lutil >&5 /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lmd conftest.c:90: error: undefined reference to 'SHA256Update' collect2: error: ld returned 1 exit status configure:14584: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 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. */ | char SHA256Update (); | int | main (void) | { | return SHA256Update (); | ; | return 0; | } configure:14584: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd -lutil >&5 /usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd conftest.c:90: error: undefined reference to 'SHA256Update' collect2: error: ld returned 1 exit status configure:14584: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 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. */ | char SHA256Update (); | int | main (void) | { | return SHA256Update (); | ; | return 0; | } configure:14604: result: no configure:14619: checking for strftime configure:14619: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:98:6: warning: conflicting types for built-in function 'strftime' [-Wbuiltin-declaration-mismatch] char strftime (); ^~~~~~~~ configure:14619: $? = 0 configure:14619: result: yes configure:14671: checking for GNU libc compatible malloc configure:14703: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:14703: $? = 0 configure:14703: ./conftest configure:14703: $? = 0 configure:14714: result: yes configure:14736: checking for GNU libc compatible realloc configure:14768: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:14768: $? = 0 configure:14768: ./conftest configure:14768: $? = 0 configure:14779: result: yes configure:14802: checking if calloc(0, N) returns non-null configure:14823: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:14823: $? = 0 configure:14823: ./conftest configure:14823: $? = 0 configure:14833: result: yes configure:14850: checking for GLOB_ALTDIRFUNC support configure:14869: result: yes configure:14883: checking for gl_matchc field in glob_t configure:14896: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c: In function 'main': conftest.c:91:9: warning: variable 'g' set but not used [-Wunused-but-set-variable] glob_t g; g.gl_matchc = 1; ^ configure:14896: $? = 0 configure:14902: result: yes configure:14914: checking for gl_statv and GLOB_KEEPSTAT extensions for glob configure:14933: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 conftest.c: In function 'main': conftest.c:94:2: error: #error "glob does not support GLOB_KEEPSTAT extension" #error "glob does not support GLOB_KEEPSTAT extension" ^~~~~ conftest.c:97:3: error: 'glob_t' {aka 'struct '} has no member named 'gl_statv'; did you mean 'gl_stat'? g.gl_statv = NULL; ^~~~~~~~ gl_stat conftest.c:97:14: error: 'NULL' undeclared (first use in this function) g.gl_statv = NULL; ^~~~ conftest.c:97:14: note: 'NULL' is defined in header ''; did you forget to '#include '? conftest.c:89:1: int conftest.c:97:14: g.gl_statv = NULL; ^~~~ conftest.c:97:14: note: each undeclared identifier is reported only once for each function it appears in conftest.c:96:8: warning: variable 'g' set but not used [-Wunused-but-set-variable] glob_t g; ^ configure:14933: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | /* end confdefs.h. */ | #include | int | main (void) | { | | #ifndef GLOB_KEEPSTAT | #error "glob does not support GLOB_KEEPSTAT extension" | #endif | glob_t g; | g.gl_statv = NULL; | | ; | return 0; | } configure:14944: result: no configure:14951: checking whether GLOB_NOMATCH is declared configure:14951: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:14951: $? = 0 configure:14951: result: yes configure:14962: checking whether VIS_ALL is declared configure:14962: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong conftest.c >&5 configure:14962: $? = 0 configure:14962: result: yes configure:14973: checking whether struct dirent allocates space for d_name configure:15003: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:15003: $? = 0 configure:15003: ./conftest configure:15003: $? = 0 configure:15005: result: yes configure:15021: checking for /proc/pid/fd directory configure:15030: result: no configure:15214: checking if /usr/local/bin/pkg-config knows about libedit configure:15217: result: yes configure:15240: checking for el_init in -ledit configure:15264: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -ledit -L/usr/local/lib -lutil >&5 configure:15264: $? = 0 configure:15274: result: yes configure:15288: checking if libedit version is compatible configure:15308: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 conftest.c: In function 'main': conftest.c:98:6: warning: unused variable 'i' [-Wunused-variable] int i = H_SETSIZE; ^ configure:15308: $? = 0 configure:15310: result: yes configure:15849: checking whether -fPIC is accepted configure:15864: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIC -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:15864: $? = 0 configure:15866: result: yes configure:15878: checking for Blowfish_initstate configure:15878: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:117: error: undefined reference to 'Blowfish_initstate' collect2: error: ld returned 1 exit status configure:15878: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | /* end confdefs.h. */ | /* Define Blowfish_initstate to an innocuous variant, in case declares Blowfish_initstate. | For example, HP-UX 11i 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. */ | | #include | #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 (void) | { | return Blowfish_initstate (); | ; | return 0; | } configure:15878: result: no configure:15884: checking for Blowfish_expandstate configure:15884: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:117: error: undefined reference to 'Blowfish_expandstate' collect2: error: ld returned 1 exit status configure:15884: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | /* end confdefs.h. */ | /* Define Blowfish_expandstate to an innocuous variant, in case declares Blowfish_expandstate. | For example, HP-UX 11i 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. */ | | #include | #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 (void) | { | return Blowfish_expandstate (); | ; | return 0; | } configure:15884: result: no configure:15890: checking for Blowfish_expand0state configure:15890: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:117: error: undefined reference to 'Blowfish_expand0state' collect2: error: ld returned 1 exit status configure:15890: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | /* end confdefs.h. */ | /* Define Blowfish_expand0state to an innocuous variant, in case declares Blowfish_expand0state. | For example, HP-UX 11i 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. */ | | #include | #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 (void) | { | return Blowfish_expand0state (); | ; | return 0; | } configure:15890: result: no configure:15896: checking for Blowfish_stream2word configure:15896: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:117: error: undefined reference to 'Blowfish_stream2word' collect2: error: ld returned 1 exit status configure:15896: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | /* end confdefs.h. */ | /* Define Blowfish_stream2word to an innocuous variant, in case declares Blowfish_stream2word. | For example, HP-UX 11i 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. */ | | #include | #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 (void) | { | return Blowfish_stream2word (); | ; | return 0; | } configure:15896: result: no configure:15902: checking for SHA256Update configure:15902: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:117: error: undefined reference to 'SHA256Update' collect2: error: ld returned 1 exit status configure:15902: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | /* end confdefs.h. */ | /* Define SHA256Update to an innocuous variant, in case declares SHA256Update. | For example, HP-UX 11i declares gettimeofday. */ | #define SHA256Update innocuous_SHA256Update | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char SHA256Update (); below. */ | | #include | #undef SHA256Update | | /* 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 SHA256Update (); | /* 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_SHA256Update || defined __stub___SHA256Update | choke me | #endif | | int | main (void) | { | return SHA256Update (); | ; | return 0; | } configure:15902: result: no configure:15908: checking for SHA384Update configure:15908: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:117: error: undefined reference to 'SHA384Update' collect2: error: ld returned 1 exit status configure:15908: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | /* end confdefs.h. */ | /* Define SHA384Update to an innocuous variant, in case declares SHA384Update. | For example, HP-UX 11i declares gettimeofday. */ | #define SHA384Update innocuous_SHA384Update | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char SHA384Update (); below. */ | | #include | #undef SHA384Update | | /* 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 SHA384Update (); | /* 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_SHA384Update || defined __stub___SHA384Update | choke me | #endif | | int | main (void) | { | return SHA384Update (); | ; | return 0; | } configure:15908: result: no configure:15914: checking for SHA512Update configure:15914: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:117: error: undefined reference to 'SHA512Update' collect2: error: ld returned 1 exit status configure:15914: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | /* end confdefs.h. */ | /* Define SHA512Update to an innocuous variant, in case declares SHA512Update. | For example, HP-UX 11i declares gettimeofday. */ | #define SHA512Update innocuous_SHA512Update | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char SHA512Update (); below. */ | | #include | #undef SHA512Update | | /* 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 SHA512Update (); | /* 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_SHA512Update || defined __stub___SHA512Update | choke me | #endif | | int | main (void) | { | return SHA512Update (); | ; | return 0; | } configure:15914: result: no configure:15920: checking for asprintf configure:15920: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:15920: $? = 0 configure:15920: result: yes configure:15926: checking for b64_ntop configure:15926: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:118: error: undefined reference to 'b64_ntop' collect2: error: ld returned 1 exit status configure:15926: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* Define b64_ntop to an innocuous variant, in case declares b64_ntop. | For example, HP-UX 11i declares gettimeofday. */ | #define b64_ntop innocuous_b64_ntop | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char b64_ntop (); below. */ | | #include | #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 (void) | { | return b64_ntop (); | ; | return 0; | } configure:15926: result: no configure:15932: checking for __b64_ntop configure:15932: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:15932: $? = 0 configure:15932: result: yes configure:15938: checking for b64_pton configure:15938: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:119: error: undefined reference to 'b64_pton' collect2: error: ld returned 1 exit status configure:15938: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | /* end confdefs.h. */ | /* Define b64_pton to an innocuous variant, in case declares b64_pton. | For example, HP-UX 11i declares gettimeofday. */ | #define b64_pton innocuous_b64_pton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char b64_pton (); below. */ | | #include | #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 (void) | { | return b64_pton (); | ; | return 0; | } configure:15938: result: no configure:15944: checking for __b64_pton configure:15944: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:15944: $? = 0 configure:15944: result: yes configure:15950: checking for bcopy configure:15950: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:109:6: warning: conflicting types for built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] char bcopy (); ^~~~~ configure:15950: $? = 0 configure:15950: result: yes configure:15956: checking for bcrypt_pbkdf configure:15956: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:121: error: undefined reference to 'bcrypt_pbkdf' collect2: error: ld returned 1 exit status configure:15956: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | /* end confdefs.h. */ | /* Define bcrypt_pbkdf to an innocuous variant, in case declares bcrypt_pbkdf. | For example, HP-UX 11i 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. */ | | #include | #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 (void) | { | return bcrypt_pbkdf (); | ; | return 0; | } configure:15956: result: no configure:15962: checking for bindresvport_sa configure:15962: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:15962: $? = 0 configure:15962: result: yes configure:15968: checking for blf_enc configure:15968: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:122: error: undefined reference to 'blf_enc' collect2: error: ld returned 1 exit status configure:15968: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | /* end confdefs.h. */ | /* Define blf_enc to an innocuous variant, in case declares blf_enc. | For example, HP-UX 11i 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. */ | | #include | #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 (void) | { | return blf_enc (); | ; | return 0; | } configure:15968: result: no configure:15974: checking for bzero configure:15974: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:111:6: warning: conflicting types for built-in function 'bzero' [-Wbuiltin-declaration-mismatch] char bzero (); ^~~~~ configure:15974: $? = 0 configure:15974: result: yes configure:15980: checking for cap_rights_limit configure:15980: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:123: error: undefined reference to 'cap_rights_limit' collect2: error: ld returned 1 exit status configure:15980: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | /* end confdefs.h. */ | /* Define cap_rights_limit to an innocuous variant, in case declares cap_rights_limit. | For example, HP-UX 11i 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. */ | | #include | #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 (void) | { | return cap_rights_limit (); | ; | return 0; | } configure:15980: result: no configure:15986: checking for clock configure:15986: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:15986: $? = 0 configure:15986: result: yes configure:15992: checking for closefrom configure:15992: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:15992: $? = 0 configure:15992: result: yes configure:15998: checking for close_range configure:15998: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:125: error: undefined reference to 'close_range' collect2: error: ld returned 1 exit status configure:15998: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | /* end confdefs.h. */ | /* Define close_range to an innocuous variant, in case declares close_range. | For example, HP-UX 11i declares gettimeofday. */ | #define close_range innocuous_close_range | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char close_range (); below. */ | | #include | #undef close_range | | /* 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 close_range (); | /* 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_close_range || defined __stub___close_range | choke me | #endif | | int | main (void) | { | return close_range (); | ; | return 0; | } configure:15998: result: no configure:16004: checking for dirfd configure:16004: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16004: $? = 0 configure:16004: result: yes configure:16010: checking for endgrent configure:16010: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16010: $? = 0 configure:16010: result: yes configure:16016: checking for err configure:16016: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16016: $? = 0 configure:16016: result: yes configure:16022: checking for errx configure:16022: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16022: $? = 0 configure:16022: result: yes configure:16028: checking for explicit_bzero configure:16028: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16028: $? = 0 configure:16028: result: yes configure:16034: checking for explicit_memset configure:16034: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:130: error: undefined reference to 'explicit_memset' collect2: error: ld returned 1 exit status configure:16034: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | /* end confdefs.h. */ | /* Define explicit_memset to an innocuous variant, in case declares explicit_memset. | For example, HP-UX 11i declares gettimeofday. */ | #define explicit_memset innocuous_explicit_memset | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char explicit_memset (); below. */ | | #include | #undef explicit_memset | | /* 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_memset (); | /* 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_memset || defined __stub___explicit_memset | choke me | #endif | | int | main (void) | { | return explicit_memset (); | ; | return 0; | } configure:16034: result: no configure:16040: checking for fchmod configure:16040: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16040: $? = 0 configure:16040: result: yes configure:16046: checking for fchmodat configure:16046: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16046: $? = 0 configure:16046: result: yes configure:16052: checking for fchown configure:16052: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16052: $? = 0 configure:16052: result: yes configure:16058: checking for fchownat configure:16058: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16058: $? = 0 configure:16058: result: yes configure:16064: checking for flock configure:16064: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16064: $? = 0 configure:16064: result: yes configure:16070: checking for fnmatch configure:16070: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16070: $? = 0 configure:16070: result: yes configure:16076: checking for freeaddrinfo configure:16076: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16076: $? = 0 configure:16076: result: yes configure:16082: checking for freezero configure:16082: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16082: $? = 0 configure:16082: result: yes configure:16088: checking for fstatfs configure:16088: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16088: $? = 0 configure:16088: result: yes configure:16094: checking for fstatvfs configure:16094: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16094: $? = 0 configure:16094: result: yes configure:16100: checking for futimes configure:16100: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16100: $? = 0 configure:16100: result: yes configure:16106: checking for getaddrinfo configure:16106: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16106: $? = 0 configure:16106: result: yes configure:16112: checking for getcwd configure:16112: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16112: $? = 0 configure:16112: result: yes configure:16118: checking for getentropy configure:16118: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16118: $? = 0 configure:16118: result: yes configure:16124: checking for getgrouplist configure:16124: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16124: $? = 0 configure:16124: result: yes configure:16130: checking for getline configure:16130: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16130: $? = 0 configure:16130: result: yes configure:16136: checking for getnameinfo configure:16136: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16136: $? = 0 configure:16136: result: yes configure:16142: checking for getopt configure:16142: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16142: $? = 0 configure:16142: result: yes configure:16148: checking for getpagesize configure:16148: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16148: $? = 0 configure:16148: result: yes configure:16154: checking for getpeereid configure:16154: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16154: $? = 0 configure:16154: result: yes configure:16160: checking for getpeerucred configure:16160: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:150: error: undefined reference to 'getpeerucred' collect2: error: ld returned 1 exit status configure:16160: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | /* end confdefs.h. */ | /* Define getpeerucred to an innocuous variant, in case declares getpeerucred. | For example, HP-UX 11i declares gettimeofday. */ | #define getpeerucred innocuous_getpeerucred | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeerucred (); below. */ | | #include | #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 (void) | { | return getpeerucred (); | ; | return 0; | } configure:16160: result: no configure:16166: checking for getpgid configure:16166: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16166: $? = 0 configure:16166: result: yes configure:16172: checking for _getpty configure:16172: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:151: error: undefined reference to '_getpty' collect2: error: ld returned 1 exit status configure:16172: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | /* end confdefs.h. */ | /* Define _getpty to an innocuous variant, in case declares _getpty. | For example, HP-UX 11i declares gettimeofday. */ | #define _getpty innocuous__getpty | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _getpty (); below. */ | | #include | #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 (void) | { | return _getpty (); | ; | return 0; | } configure:16172: result: no configure:16178: checking for getrlimit configure:16178: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16178: $? = 0 configure:16178: result: yes configure:16184: checking for getrandom configure:16184: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16184: $? = 0 configure:16184: result: yes configure:16190: checking for getsid configure:16190: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16190: $? = 0 configure:16190: result: yes configure:16196: checking for getttyent configure:16196: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16196: $? = 0 configure:16196: result: yes configure:16202: checking for glob configure:16202: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16202: $? = 0 configure:16202: result: yes configure:16208: checking for group_from_gid configure:16208: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16208: $? = 0 configure:16208: result: yes configure:16214: checking for inet_aton configure:16214: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16214: $? = 0 configure:16214: result: yes configure:16220: checking for inet_ntoa configure:16220: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16220: $? = 0 configure:16220: result: yes configure:16226: checking for inet_ntop configure:16226: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16226: $? = 0 configure:16226: result: yes configure:16232: checking for innetgr configure:16232: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16232: $? = 0 configure:16232: result: yes configure:16238: checking for killpg configure:16238: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16238: $? = 0 configure:16238: result: yes configure:16244: checking for llabs configure:16244: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:151:6: warning: conflicting types for built-in function 'llabs' [-Wbuiltin-declaration-mismatch] char llabs (); ^~~~~ configure:16244: $? = 0 configure:16244: result: yes configure:16250: checking for localtime_r configure:16250: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16250: $? = 0 configure:16250: result: yes configure:16256: checking for login_getcapbool configure:16256: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16256: $? = 0 configure:16256: result: yes configure:16262: checking for login_getpwclass configure:16262: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16262: $? = 0 configure:16262: result: yes configure:16268: checking for memmem configure:16268: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16268: $? = 0 configure:16268: result: yes configure:16274: checking for memmove configure:16274: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:156:6: warning: conflicting types for built-in function 'memmove' [-Wbuiltin-declaration-mismatch] char memmove (); ^~~~~~~ configure:16274: $? = 0 configure:16274: result: yes configure:16280: checking for memset_s configure:16280: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16280: $? = 0 configure:16280: result: yes configure:16286: checking for mkdtemp configure:16286: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16286: $? = 0 configure:16286: result: yes configure:16292: checking for ngetaddrinfo configure:16292: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:170: error: undefined reference to 'ngetaddrinfo' collect2: error: ld returned 1 exit status configure:16292: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 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 declares ngetaddrinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define ngetaddrinfo innocuous_ngetaddrinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ngetaddrinfo (); below. */ | | #include | #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 (void) | { | return ngetaddrinfo (); | ; | return 0; | } configure:16292: result: no configure:16298: checking for nsleep configure:16298: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:170: error: undefined reference to 'nsleep' collect2: error: ld returned 1 exit status configure:16298: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 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 declares nsleep. | For example, HP-UX 11i declares gettimeofday. */ | #define nsleep innocuous_nsleep | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nsleep (); below. */ | | #include | #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 (void) | { | return nsleep (); | ; | return 0; | } configure:16298: result: no configure:16304: checking for ogetaddrinfo configure:16304: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:170: error: undefined reference to 'ogetaddrinfo' collect2: error: ld returned 1 exit status configure:16304: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 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 declares ogetaddrinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define ogetaddrinfo innocuous_ogetaddrinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ogetaddrinfo (); below. */ | | #include | #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 (void) | { | return ogetaddrinfo (); | ; | return 0; | } configure:16304: result: no configure:16310: checking for openlog_r configure:16310: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:170: error: undefined reference to 'openlog_r' collect2: error: ld returned 1 exit status configure:16310: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 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 declares openlog_r. | For example, HP-UX 11i declares gettimeofday. */ | #define openlog_r innocuous_openlog_r | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char openlog_r (); below. */ | | #include | #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 (void) | { | return openlog_r (); | ; | return 0; | } configure:16310: result: no configure:16316: checking for pledge configure:16316: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:170: error: undefined reference to 'pledge' collect2: error: ld returned 1 exit status configure:16316: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 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 declares pledge. | For example, HP-UX 11i declares gettimeofday. */ | #define pledge innocuous_pledge | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pledge (); below. */ | | #include | #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 (void) | { | return pledge (); | ; | return 0; | } configure:16316: result: no configure:16322: checking for poll configure:16322: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16322: $? = 0 configure:16322: result: yes configure:16328: checking for ppoll configure:16328: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16328: $? = 0 configure:16328: result: yes configure:16334: checking for prctl configure:16334: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:172: error: undefined reference to 'prctl' collect2: error: ld returned 1 exit status configure:16334: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | /* end confdefs.h. */ | /* Define prctl to an innocuous variant, in case declares prctl. | For example, HP-UX 11i declares gettimeofday. */ | #define prctl innocuous_prctl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char prctl (); below. */ | | #include | #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 (void) | { | return prctl (); | ; | return 0; | } configure:16334: result: no configure:16340: checking for procctl configure:16340: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16340: $? = 0 configure:16340: result: yes configure:16346: checking for pselect configure:16346: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16346: $? = 0 configure:16346: result: yes configure:16352: checking for pstat configure:16352: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:174: error: undefined reference to 'pstat' collect2: error: ld returned 1 exit status configure:16352: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | /* end confdefs.h. */ | /* Define pstat to an innocuous variant, in case declares pstat. | For example, HP-UX 11i declares gettimeofday. */ | #define pstat innocuous_pstat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat (); below. */ | | #include | #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 (void) | { | return pstat (); | ; | return 0; | } configure:16352: result: no configure:16358: checking for raise configure:16358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16358: $? = 0 configure:16358: result: yes configure:16364: checking for readpassphrase configure:16364: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16364: $? = 0 configure:16364: result: yes configure:16370: checking for reallocarray configure:16370: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16370: $? = 0 configure:16370: result: yes configure:16376: checking for realpath configure:16376: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16376: $? = 0 configure:16376: result: yes configure:16382: checking for recvmsg configure:16382: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16382: $? = 0 configure:16382: result: yes configure:16388: checking for recallocarray configure:16388: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16388: $? = 0 configure:16388: result: yes configure:16394: checking for rresvport_af configure:16394: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16394: $? = 0 configure:16394: result: yes configure:16400: checking for sendmsg configure:16400: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16400: $? = 0 configure:16400: result: yes configure:16406: checking for setdtablesize configure:16406: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:182: error: undefined reference to 'setdtablesize' collect2: error: ld returned 1 exit status configure:16406: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 1 | #define HAVE_RRESVPORT_AF 1 | #define HAVE_SENDMSG 1 | /* end confdefs.h. */ | /* Define setdtablesize to an innocuous variant, in case declares setdtablesize. | For example, HP-UX 11i declares gettimeofday. */ | #define setdtablesize innocuous_setdtablesize | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setdtablesize (); below. */ | | #include | #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 (void) | { | return setdtablesize (); | ; | return 0; | } configure:16406: result: no configure:16412: checking for setegid configure:16412: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16412: $? = 0 configure:16412: result: yes configure:16418: checking for setenv configure:16418: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16418: $? = 0 configure:16418: result: yes configure:16424: checking for seteuid configure:16424: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16424: $? = 0 configure:16424: result: yes configure:16430: checking for setgroupent configure:16430: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16430: $? = 0 configure:16430: result: yes configure:16436: checking for setgroups configure:16436: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16436: $? = 0 configure:16436: result: yes configure:16442: checking for setlinebuf configure:16442: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16442: $? = 0 configure:16442: result: yes configure:16448: checking for setlogin configure:16448: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16448: $? = 0 configure:16448: result: yes configure:16454: checking for setpassent configure:16454: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16454: $? = 0 configure:16454: result: yes configure:16460: checking for setpcred configure:16460: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:190: error: undefined reference to 'setpcred' collect2: error: ld returned 1 exit status configure:16460: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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 declares setpcred. | For example, HP-UX 11i declares gettimeofday. */ | #define setpcred innocuous_setpcred | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setpcred (); below. */ | | #include | #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 (void) | { | return setpcred (); | ; | return 0; | } configure:16460: result: no configure:16466: checking for setproctitle configure:16466: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16466: $? = 0 configure:16466: result: yes configure:16472: checking for setregid configure:16472: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16472: $? = 0 configure:16472: result: yes configure:16478: checking for setreuid configure:16478: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16478: $? = 0 configure:16478: result: yes configure:16484: checking for setrlimit configure:16484: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16484: $? = 0 configure:16484: result: yes configure:16490: checking for setsid configure:16490: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16490: $? = 0 configure:16490: result: yes configure:16496: checking for setvbuf configure:16496: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16496: $? = 0 configure:16496: result: yes configure:16502: checking for sigaction configure:16502: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16502: $? = 0 configure:16502: result: yes configure:16508: checking for sigvec configure:16508: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16508: $? = 0 configure:16508: result: yes configure:16514: checking for snprintf configure:16514: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:187:6: warning: conflicting types for built-in function 'snprintf' [-Wbuiltin-declaration-mismatch] char snprintf (); ^~~~~~~~ configure:16514: $? = 0 configure:16514: result: yes configure:16520: checking for socketpair configure:16520: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16520: $? = 0 configure:16520: result: yes configure:16526: checking for statfs configure:16526: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16526: $? = 0 configure:16526: result: yes configure:16532: checking for statvfs configure:16532: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16532: $? = 0 configure:16532: result: yes configure:16538: checking for strcasestr configure:16538: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16538: $? = 0 configure:16538: result: yes configure:16544: checking for strdup configure:16544: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:192:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch] char strdup (); ^~~~~~ configure:16544: $? = 0 configure:16544: result: yes configure:16550: checking for strerror configure:16550: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16550: $? = 0 configure:16550: result: yes configure:16556: checking for strlcat configure:16556: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16556: $? = 0 configure:16556: result: yes configure:16562: checking for strlcpy configure:16562: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16562: $? = 0 configure:16562: result: yes configure:16568: checking for strmode configure:16568: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16568: $? = 0 configure:16568: result: yes configure:16574: checking for strndup configure:16574: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:197:6: warning: conflicting types for built-in function 'strndup' [-Wbuiltin-declaration-mismatch] char strndup (); ^~~~~~~ configure:16574: $? = 0 configure:16574: result: yes configure:16580: checking for strnlen configure:16580: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16580: $? = 0 configure:16580: result: yes configure:16586: checking for strnvis configure:16586: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16586: $? = 0 configure:16586: result: yes configure:16592: checking for strptime configure:16592: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16592: $? = 0 configure:16592: result: yes configure:16598: checking for strsignal configure:16598: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16598: $? = 0 configure:16598: result: yes configure:16604: checking for strtonum configure:16604: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16604: $? = 0 configure:16604: result: yes configure:16610: checking for strtoll configure:16610: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16610: $? = 0 configure:16610: result: yes configure:16616: checking for strtoul configure:16616: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16616: $? = 0 configure:16616: result: yes configure:16622: checking for strtoull configure:16622: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16622: $? = 0 configure:16622: result: yes configure:16628: checking for swap32 configure:16628: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:217: error: undefined reference to 'swap32' collect2: error: ld returned 1 exit status configure:16628: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | /* end confdefs.h. */ | /* Define swap32 to an innocuous variant, in case declares swap32. | For example, HP-UX 11i declares gettimeofday. */ | #define swap32 innocuous_swap32 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char swap32 (); below. */ | | #include | #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 (void) | { | return swap32 (); | ; | return 0; | } configure:16628: result: no configure:16634: checking for sysconf configure:16634: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16634: $? = 0 configure:16634: result: yes configure:16640: checking for tcgetpgrp configure:16640: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16640: $? = 0 configure:16640: result: yes configure:16646: checking for timegm configure:16646: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16646: $? = 0 configure:16646: result: yes configure:16652: checking for timingsafe_bcmp configure:16652: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16652: $? = 0 configure:16652: result: yes configure:16658: checking for truncate configure:16658: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16658: $? = 0 configure:16658: result: yes configure:16664: checking for unsetenv configure:16664: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16664: $? = 0 configure:16664: result: yes configure:16670: checking for updwtmpx configure:16670: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16670: $? = 0 configure:16670: result: yes configure:16676: checking for utimensat configure:16676: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16676: $? = 0 configure:16676: result: yes configure:16682: checking for user_from_uid configure:16682: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16682: $? = 0 configure:16682: result: yes configure:16688: checking for usleep configure:16688: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16688: $? = 0 configure:16688: result: yes configure:16694: checking for vasprintf configure:16694: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16694: $? = 0 configure:16694: result: yes configure:16700: checking for vsnprintf configure:16700: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:217:6: warning: conflicting types for built-in function 'vsnprintf' [-Wbuiltin-declaration-mismatch] char vsnprintf (); ^~~~~~~~~ configure:16700: $? = 0 configure:16700: result: yes configure:16706: checking for waitpid configure:16706: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16706: $? = 0 configure:16706: result: yes configure:16712: checking for warn configure:16712: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16712: $? = 0 configure:16712: result: yes configure:16720: checking whether bzero is declared configure:16720: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:16720: $? = 0 configure:16720: result: yes configure:16728: checking whether memmem is declared configure:16728: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:16728: $? = 0 configure:16728: result: yes configure:16738: checking for mblen configure:16738: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16738: $? = 0 configure:16738: result: yes configure:16744: checking for mbtowc configure:16744: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16744: $? = 0 configure:16744: result: yes configure:16750: checking for nl_langinfo configure:16750: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16750: $? = 0 configure:16750: result: yes configure:16756: checking for wcwidth configure:16756: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16756: $? = 0 configure:16756: result: yes configure:16765: checking for utf8 locale support configure:16792: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16792: $? = 0 configure:16792: ./conftest configure:16792: $? = 0 configure:16794: result: yes configure:16817: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16817: $? = 0 configure:16875: checking for library containing dlopen configure:16905: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16905: $? = 0 configure:16925: result: none required configure:16934: checking for dlopen configure:16934: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16934: $? = 0 configure:16934: result: yes configure:16941: checking whether RTLD_NOW is declared configure:16941: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:16941: $? = 0 configure:16941: result: yes configure:16952: checking for gai_strerror configure:16952: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:16952: $? = 0 configure:16952: result: yes configure:16979: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 conftest.c: In function 'main': conftest.c:226:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] str = gai_strerror(0); ^ conftest.c:225:8: warning: variable 'str' set but not used [-Wunused-but-set-variable] char *str; ^~~ configure:16979: $? = 0 configure:16991: checking for library containing nanosleep configure:17021: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17021: $? = 0 configure:17041: result: none required configure:17053: checking for library containing clock_gettime configure:17083: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17083: $? = 0 configure:17103: result: none required configure:17115: checking whether localtime_r is declared configure:17115: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17115: $? = 0 configure:17115: result: yes configure:17137: checking whether strsep is declared configure:17137: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17137: $? = 0 configure:17137: result: yes configure:17145: checking for strsep configure:17145: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17145: $? = 0 configure:17145: result: yes configure:17154: checking whether tcsendbreak is declared configure:17154: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17154: $? = 0 configure:17154: result: yes configure:17171: checking whether h_errno is declared configure:17171: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17171: $? = 0 configure:17171: result: yes configure:17182: checking whether SHUT_RD is declared configure:17182: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17182: $? = 0 configure:17182: result: yes configure:17195: checking whether getpeereid is declared configure:17195: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17195: $? = 0 configure:17195: result: yes configure:17210: checking whether O_NONBLOCK is declared configure:17210: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17210: $? = 0 configure:17210: result: yes configure:17229: checking whether ftruncate is declared configure:17229: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17229: $? = 0 configure:17229: result: yes configure:17241: checking whether getentropy is declared configure:17241: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17241: $? = 0 configure:17241: result: yes configure:17255: checking whether readv is declared configure:17255: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17255: $? = 0 configure:17255: result: yes configure:17268: checking whether writev is declared configure:17268: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17268: $? = 0 configure:17268: result: yes configure:17283: checking whether MAXSYMLINKS is declared configure:17283: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17283: $? = 0 configure:17283: result: yes configure:17296: checking whether offsetof is declared configure:17296: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17296: $? = 0 configure:17296: result: yes configure:17310: checking whether howmany is declared configure:17310: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17310: $? = 0 configure:17310: result: yes configure:17334: checking whether NFDBITS is declared configure:17334: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17334: $? = 0 configure:17334: result: yes configure:17359: checking for fd_mask configure:17359: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:17359: $? = 0 configure:17359: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 conftest.c: In function 'main': conftest.c:248:22: error: expected expression before ')' token if (sizeof ((fd_mask))) ^ configure:17359: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMINGSAFE_BCMP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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_DECL_BZERO 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MBLEN 1 | #define HAVE_MBTOWC 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCWIDTH 1 | #define HAVE_ISBLANK 1 | #define HAVE_DLOPEN 1 | #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_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 1 | #define HAVE_DECL_SHUT_RD 1 | #define HAVE_DECL_GETPEEREID 1 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 1 | #define HAVE_DECL_READV 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 | #include | #ifdef HAVE_SYS_SELECT_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_UNISTD_H | #include | #endif | | | int | main (void) | { | if (sizeof ((fd_mask))) | return 0; | ; | return 0; | } configure:17359: result: yes configure:17385: checking for setresuid configure:17385: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17385: $? = 0 configure:17385: result: yes configure:17390: checking if setresuid seems to work configure:17420: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17420: $? = 0 configure:17420: ./conftest configure:17420: $? = 0 configure:17422: result: yes configure:17443: checking for setresgid configure:17443: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17443: $? = 0 configure:17443: result: yes configure:17448: checking if setresgid seems to work configure:17478: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17478: $? = 0 configure:17478: ./conftest configure:17478: $? = 0 configure:17480: result: yes configure:17498: checking for working fflush(NULL) configure:17520: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17520: $? = 0 configure:17520: ./conftest configure:17520: $? = 0 configure:17522: result: yes configure:17536: checking for gettimeofday configure:17536: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17536: $? = 0 configure:17536: result: yes configure:17542: checking for time configure:17542: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17542: $? = 0 configure:17542: result: yes configure:17549: checking for endutent configure:17549: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:263: error: undefined reference to 'endutent' collect2: error: ld returned 1 exit status configure:17549: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMINGSAFE_BCMP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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_DECL_BZERO 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MBLEN 1 | #define HAVE_MBTOWC 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCWIDTH 1 | #define HAVE_ISBLANK 1 | #define HAVE_DLOPEN 1 | #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_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 1 | #define HAVE_DECL_SHUT_RD 1 | #define HAVE_DECL_GETPEEREID 1 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 1 | #define HAVE_DECL_READV 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_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | /* end confdefs.h. */ | /* Define endutent to an innocuous variant, in case declares endutent. | For example, HP-UX 11i declares gettimeofday. */ | #define endutent innocuous_endutent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char endutent (); below. */ | | #include | #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 (void) | { | return endutent (); | ; | return 0; | } configure:17549: result: no configure:17555: checking for getutent configure:17555: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:263: error: undefined reference to 'getutent' collect2: error: ld returned 1 exit status configure:17555: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMINGSAFE_BCMP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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_DECL_BZERO 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MBLEN 1 | #define HAVE_MBTOWC 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCWIDTH 1 | #define HAVE_ISBLANK 1 | #define HAVE_DLOPEN 1 | #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_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 1 | #define HAVE_DECL_SHUT_RD 1 | #define HAVE_DECL_GETPEEREID 1 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 1 | #define HAVE_DECL_READV 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_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | /* end confdefs.h. */ | /* Define getutent to an innocuous variant, in case declares getutent. | For example, HP-UX 11i declares gettimeofday. */ | #define getutent innocuous_getutent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getutent (); below. */ | | #include | #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 (void) | { | return getutent (); | ; | return 0; | } configure:17555: result: no configure:17561: checking for getutid configure:17561: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:263: error: undefined reference to 'getutid' collect2: error: ld returned 1 exit status configure:17561: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMINGSAFE_BCMP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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_DECL_BZERO 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MBLEN 1 | #define HAVE_MBTOWC 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCWIDTH 1 | #define HAVE_ISBLANK 1 | #define HAVE_DLOPEN 1 | #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_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 1 | #define HAVE_DECL_SHUT_RD 1 | #define HAVE_DECL_GETPEEREID 1 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 1 | #define HAVE_DECL_READV 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_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | /* end confdefs.h. */ | /* Define getutid to an innocuous variant, in case declares getutid. | For example, HP-UX 11i declares gettimeofday. */ | #define getutid innocuous_getutid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getutid (); below. */ | | #include | #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 (void) | { | return getutid (); | ; | return 0; | } configure:17561: result: no configure:17567: checking for getutline configure:17567: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:263: error: undefined reference to 'getutline' collect2: error: ld returned 1 exit status configure:17567: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMINGSAFE_BCMP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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_DECL_BZERO 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MBLEN 1 | #define HAVE_MBTOWC 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCWIDTH 1 | #define HAVE_ISBLANK 1 | #define HAVE_DLOPEN 1 | #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_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 1 | #define HAVE_DECL_SHUT_RD 1 | #define HAVE_DECL_GETPEEREID 1 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 1 | #define HAVE_DECL_READV 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_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | /* end confdefs.h. */ | /* Define getutline to an innocuous variant, in case declares getutline. | For example, HP-UX 11i declares gettimeofday. */ | #define getutline innocuous_getutline | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getutline (); below. */ | | #include | #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 (void) | { | return getutline (); | ; | return 0; | } configure:17567: result: no configure:17573: checking for pututline configure:17573: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:263: error: undefined reference to 'pututline' collect2: error: ld returned 1 exit status configure:17573: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMINGSAFE_BCMP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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_DECL_BZERO 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MBLEN 1 | #define HAVE_MBTOWC 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCWIDTH 1 | #define HAVE_ISBLANK 1 | #define HAVE_DLOPEN 1 | #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_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 1 | #define HAVE_DECL_SHUT_RD 1 | #define HAVE_DECL_GETPEEREID 1 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 1 | #define HAVE_DECL_READV 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_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | /* end confdefs.h. */ | /* Define pututline to an innocuous variant, in case declares pututline. | For example, HP-UX 11i declares gettimeofday. */ | #define pututline innocuous_pututline | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pututline (); below. */ | | #include | #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 (void) | { | return pututline (); | ; | return 0; | } configure:17573: result: no configure:17579: checking for setutent configure:17579: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:263: error: undefined reference to 'setutent' collect2: error: ld returned 1 exit status configure:17579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMINGSAFE_BCMP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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_DECL_BZERO 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MBLEN 1 | #define HAVE_MBTOWC 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCWIDTH 1 | #define HAVE_ISBLANK 1 | #define HAVE_DLOPEN 1 | #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_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 1 | #define HAVE_DECL_SHUT_RD 1 | #define HAVE_DECL_GETPEEREID 1 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 1 | #define HAVE_DECL_READV 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_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | /* end confdefs.h. */ | /* Define setutent to an innocuous variant, in case declares setutent. | For example, HP-UX 11i declares gettimeofday. */ | #define setutent innocuous_setutent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setutent (); below. */ | | #include | #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 (void) | { | return setutent (); | ; | return 0; | } configure:17579: result: no configure:17586: checking for utmpname configure:17586: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:263: error: undefined reference to 'utmpname' collect2: error: ld returned 1 exit status configure:17586: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMINGSAFE_BCMP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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_DECL_BZERO 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MBLEN 1 | #define HAVE_MBTOWC 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCWIDTH 1 | #define HAVE_ISBLANK 1 | #define HAVE_DLOPEN 1 | #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_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 1 | #define HAVE_DECL_SHUT_RD 1 | #define HAVE_DECL_GETPEEREID 1 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 1 | #define HAVE_DECL_READV 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_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | /* end confdefs.h. */ | /* Define utmpname to an innocuous variant, in case declares utmpname. | For example, HP-UX 11i declares gettimeofday. */ | #define utmpname innocuous_utmpname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char utmpname (); below. */ | | #include | #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 (void) | { | return utmpname (); | ; | return 0; | } configure:17586: result: no configure:17593: checking for endutxent configure:17593: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17593: $? = 0 configure:17593: result: yes configure:17599: checking for getutxent configure:17599: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17599: $? = 0 configure:17599: result: yes configure:17605: checking for getutxid configure:17605: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17605: $? = 0 configure:17605: result: yes configure:17611: checking for getutxline configure:17611: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17611: $? = 0 configure:17611: result: yes configure:17617: checking for getutxuser configure:17617: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17617: $? = 0 configure:17617: result: yes configure:17623: checking for pututxline configure:17623: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17623: $? = 0 configure:17623: result: yes configure:17630: checking for setutxdb configure:17630: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17630: $? = 0 configure:17630: result: yes configure:17636: checking for setutxent configure:17636: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17636: $? = 0 configure:17636: result: yes configure:17642: checking for utmpxname configure:17642: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17642: $? = 0 configure:17642: result: yes configure:17649: checking for getlastlogxbyname configure:17649: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c:272: error: undefined reference to 'getlastlogxbyname' collect2: error: ld returned 1 exit status configure:17649: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define WITH_OPENSSL 1 | #define VARIABLE_LENGTH_ARRAYS 1 | #define VARIABLE_DECLARATION_AFTER_CODE 1 | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_ERR_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_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_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_PROCCTL_H 1 | #define HAVE_SYS_PTRACE_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMERS_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_UTMPX_H 1 | #define HAVE_VIS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_LOGIN_CAP_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define WITH_ZLIB 1 | #define HAVE_LIBZ 1 | #define HAVE_UTIMES 1 | #define HAVE_LIBUTIL_H 1 | #define HAVE_OPENPTY 1 | #define HAVE_STRFTIME 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define GLOB_HAS_ALTDIRFUNC 1 | #define GLOB_HAS_GL_MATCHC 1 | #define HAVE_DECL_GLOB_NOMATCH 1 | #define USE_LIBEDIT 1 | #define HAVE_ASPRINTF 1 | #define HAVE___B64_NTOP 1 | #define HAVE___B64_PTON 1 | #define HAVE_BCOPY 1 | #define HAVE_BINDRESVPORT_SA 1 | #define HAVE_BZERO 1 | #define HAVE_CLOCK 1 | #define HAVE_CLOSEFROM 1 | #define HAVE_DIRFD 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMOD 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHOWNAT 1 | #define HAVE_FLOCK 1 | #define HAVE_FNMATCH 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_FREEZERO 1 | #define HAVE_FSTATFS 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FUTIMES 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETCWD 1 | #define HAVE_GETENTROPY 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_GETLINE 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETPGID 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETSID 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_KILLPG 1 | #define HAVE_LLABS 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LOGIN_GETCAPBOOL 1 | #define HAVE_LOGIN_GETPWCLASS 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET_S 1 | #define HAVE_MKDTEMP 1 | #define HAVE_POLL 1 | #define HAVE_PPOLL 1 | #define HAVE_PROCCTL 1 | #define HAVE_PSELECT 1 | #define HAVE_RAISE 1 | #define HAVE_READPASSPHRASE 1 | #define HAVE_REALLOCARRAY 1 | #define HAVE_REALPATH 1 | #define HAVE_RECVMSG 1 | #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRMODE 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNVIS 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_STRTONUM 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMINGSAFE_BCMP 1 | #define HAVE_TRUNCATE 1 | #define HAVE_UNSETENV 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UTIMENSAT 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_DECL_BZERO 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MBLEN 1 | #define HAVE_MBTOWC 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCWIDTH 1 | #define HAVE_ISBLANK 1 | #define HAVE_DLOPEN 1 | #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_STRSEP 1 | #define HAVE_TCSENDBREAK 1 | #define HAVE_DECL_H_ERRNO 1 | #define HAVE_DECL_SHUT_RD 1 | #define HAVE_DECL_GETPEEREID 1 | #define HAVE_DECL_O_NONBLOCK 1 | #define HAVE_DECL_FTRUNCATE 1 | #define HAVE_DECL_GETENTROPY 1 | #define HAVE_DECL_READV 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_SETRESUID 1 | #define HAVE_SETRESGID 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_GETUTXUSER 1 | #define HAVE_PUTUTXLINE 1 | #define HAVE_SETUTXDB 1 | #define HAVE_SETUTXENT 1 | #define HAVE_UTMPXNAME 1 | /* end confdefs.h. */ | /* Define getlastlogxbyname to an innocuous variant, in case declares getlastlogxbyname. | For example, HP-UX 11i declares gettimeofday. */ | #define getlastlogxbyname innocuous_getlastlogxbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getlastlogxbyname (); below. */ | | #include | #undef getlastlogxbyname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getlastlogxbyname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getlastlogxbyname || defined __stub___getlastlogxbyname | choke me | #endif | | int | main (void) | { | return getlastlogxbyname (); | ; | return 0; | } configure:17649: result: no configure:17657: checking for daemon configure:17657: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17657: $? = 0 configure:17657: result: yes configure:17709: checking for getpagesize configure:17709: result: yes configure:17763: checking whether snprintf correctly terminates long strings configure:17789: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 conftest.c: In function 'main': conftest.c:256:21: warning: '123456789' directive output truncated writing 9 bytes into a region of size 5 [-Wformat-truncation=] snprintf(b,5,"123456789"); ~~~~~^~~~ conftest.c:256:2: note: 'snprintf' output 10 bytes into a destination of size 5 snprintf(b,5,"123456789"); ^~~~~~~~~~~~~~~~~~~~~~~~~ configure:17789: $? = 0 configure:17789: ./conftest configure:17789: $? = 0 configure:17791: result: yes configure:17811: checking whether snprintf understands %zu configure:17840: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17840: $? = 0 configure:17840: ./conftest configure:17840: $? = 0 configure:17842: result: yes configure:17862: checking whether vsnprintf returns correct values on overflow configure:17903: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:17903: $? = 0 configure:17903: ./conftest configure:17903: $? = 0 configure:17905: result: yes configure:17927: checking whether snprintf can declare const char *fmt configure:17945: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 conftest.c: In function 'main': conftest.c:255:2: warning: null argument where non-null required (argument 3) [-Wnonnull] snprintf(0, 0, 0); ^~~~~~~~ configure:17945: $? = 0 configure:17947: result: yes configure:18250: checking whether AI_NUMERICSERV is declared configure:18250: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:18250: $? = 0 configure:18250: result: yes configure:18301: checking for working strnvis configure:18337: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:18337: $? = 0 configure:18337: ./conftest configure:18337: $? = 0 configure:18339: result: yes configure:18354: checking if SA_RESTARTed signals interrupt select() configure:18403: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:18403: $? = 0 configure:18403: ./conftest configure:18403: $? = 0 configure:18405: result: yes configure:18422: checking for getpgrp configure:18422: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil >&5 configure:18422: $? = 0 configure:18422: result: yes configure:18427: checking if getpgrp accepts zero args configure:18440: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:18440: $? = 0 configure:18442: result: yes configure:18512: checking for openssl configure:18535: found /usr/bin/openssl configure:18547: result: /usr/bin/openssl configure:18610: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil >&5 configure:18610: $? = 0 configure:18618: checking for openssl/opensslv.h configure:18618: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline conftest.c >&5 configure:18618: $? = 0 configure:18618: result: yes configure:18628: checking OpenSSL header version configure:18669: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil >&5 configure:18669: $? = 0 configure:18669: ./conftest configure:18669: $? = 0 configure:18673: result: 1010116f (OpenSSL 1.1.1v 1 Aug 2023) configure:18689: checking for OpenSSL_version configure:18689: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil >&5 configure:18689: $? = 0 configure:18689: result: yes configure:18695: checking for OpenSSL_version_num configure:18695: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil >&5 configure:18695: $? = 0 configure:18695: result: yes configure:18704: checking OpenSSL library version configure:18757: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -I/usr/local/include -I/usr/local/include/editline -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil >&5 configure:18757: $? = 0 configure:18757: ./conftest configure:18757: $? = 0 configure:18772: error: LibreSSL >= 3.1.0 required (have "20000000 (LibreSSL 3.6.1)") ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-dragonfly6.5 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_undeclared_builtin_options='none needed' 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_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_OpenSSL_version=yes ac_cv_func_OpenSSL_version_num=yes ac_cv_func_SHA256Update=no ac_cv_func_SHA384Update=no ac_cv_func_SHA512Update=no ac_cv_func___b64_ntop=yes ac_cv_func___b64_pton=yes ac_cv_func__getpty=no ac_cv_func_asprintf=yes ac_cv_func_b64_ntop=no ac_cv_func_b64_pton=no ac_cv_func_bcopy=yes ac_cv_func_bcrypt_pbkdf=no ac_cv_func_bindresvport_sa=yes ac_cv_func_blf_enc=no ac_cv_func_bzero=yes ac_cv_func_cap_rights_limit=no ac_cv_func_clock=yes ac_cv_func_close_range=no ac_cv_func_closefrom=yes ac_cv_func_daemon=yes ac_cv_func_dirfd=yes ac_cv_func_dirname=yes ac_cv_func_dlopen=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=yes ac_cv_func_explicit_memset=no ac_cv_func_fchmod=yes ac_cv_func_fchmodat=yes ac_cv_func_fchown=yes ac_cv_func_fchownat=yes ac_cv_func_flock=yes ac_cv_func_fmt_scaled=no ac_cv_func_fnmatch=yes ac_cv_func_freeaddrinfo=yes ac_cv_func_freezero=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_getentropy=yes ac_cv_func_getgrouplist=yes ac_cv_func_getlastlogxbyname=no ac_cv_func_getline=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_getrandom=yes ac_cv_func_getrlimit=yes ac_cv_func_getsid=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=yes 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_killpg=yes ac_cv_func_llabs=yes ac_cv_func_localtime_r=yes ac_cv_func_login=no ac_cv_func_login_getcapbool=yes ac_cv_func_login_getpwclass=yes ac_cv_func_logout=no ac_cv_func_logwtmp=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mblen=yes ac_cv_func_mbtowc=yes ac_cv_func_memmem=yes 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_pledge=no ac_cv_func_poll=yes ac_cv_func_ppoll=yes ac_cv_func_prctl=no ac_cv_func_procctl=yes ac_cv_func_pselect=yes ac_cv_func_pstat=no ac_cv_func_pututline=no ac_cv_func_pututxline=yes ac_cv_func_raise=yes ac_cv_func_readpassphrase=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_reallocarray=yes ac_cv_func_realpath=yes ac_cv_func_recallocarray=yes ac_cv_func_recvmsg=yes ac_cv_func_rresvport_af=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=yes ac_cv_func_setregid=yes ac_cv_func_setresgid=yes ac_cv_func_setresuid=yes ac_cv_func_setreuid=yes ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setsockopt=yes ac_cv_func_setutent=no ac_cv_func_setutxdb=yes 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_strcasestr=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_strndup=yes ac_cv_func_strnlen=yes ac_cv_func_strnvis=yes ac_cv_func_strptime=yes ac_cv_func_strsep=yes ac_cv_func_strsignal=yes ac_cv_func_strtoll=yes ac_cv_func_strtonum=yes 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_timegm=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=yes ac_cv_func_user_from_uid=yes ac_cv_func_usleep=yes ac_cv_func_utimensat=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_decl_AI_NUMERICSERV=yes ac_cv_have_decl_GLOB_NOMATCH=yes ac_cv_have_decl_LLONG_MAX=yes ac_cv_have_decl_LONG_LONG_MAX=no 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_RTLD_NOW=yes ac_cv_have_decl_SHUT_RD=yes ac_cv_have_decl_SYSTR_POLICY_KILL=no ac_cv_have_decl_VIS_ALL=yes ac_cv_have_decl_bzero=yes ac_cv_have_decl_ftruncate=yes ac_cv_have_decl_getentropy=yes ac_cv_have_decl_getpeereid=yes ac_cv_have_decl_h_errno=yes ac_cv_have_decl_howmany=yes ac_cv_have_decl_localtime_r=yes ac_cv_have_decl_memmem=yes ac_cv_have_decl_offsetof=yes ac_cv_have_decl_readv=yes ac_cv_have_decl_strsep=yes ac_cv_have_decl_tcsendbreak=yes ac_cv_have_decl_writev=yes ac_cv_header_blf_h=no ac_cv_header_bsd_libutil_h=no ac_cv_header_bstring_h=no ac_cv_header_capsicum_helpers_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=yes ac_cv_header_endian_h=yes ac_cv_header_err_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_features_h=no ac_cv_header_floatingpoint_h=yes ac_cv_header_fnmatch_h=yes 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_ifaddrs_h=yes 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=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_login_cap_h=yes ac_cv_header_login_h=no ac_cv_header_maillock_h=no ac_cv_header_ndir_h=no ac_cv_header_net_if_tun_h=no ac_cv_header_net_route_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netgroup_h=no ac_cv_header_openssl_opensslv_h=yes ac_cv_header_pam_pam_appl_h=no ac_cv_header_paths_h=yes ac_cv_header_poll_h=yes ac_cv_header_pty_h=no ac_cv_header_readpassphrase_h=yes ac_cv_header_rpc_types_h=yes ac_cv_header_security_pam_appl_h=yes ac_cv_header_sha2_h=no ac_cv_header_shadow_h=no ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_audit_h=no ac_cv_header_sys_bitypes_h=no ac_cv_header_sys_bsdtty_h=no ac_cv_header_sys_byteorder_h=no ac_cv_header_sys_capsicum_h=no ac_cv_header_sys_cdefs_h=yes ac_cv_header_sys_dir_h=no ac_cv_header_sys_file_h=yes ac_cv_header_sys_label_h=no 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_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=no ac_cv_header_sys_procctl_h=yes 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_random_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_sysctl_h=yes ac_cv_header_sys_sysmacros_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_timers_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_vfs_h=no 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=no 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-unknown-dragonfly6.5 ac_cv_lib_dl_dlopen=no ac_cv_lib_edit_el_init=yes ac_cv_lib_gen_getspnam=no ac_cv_lib_z_deflate=yes ac_cv_objext=o ac_cv_path_CAT=/bin/cat ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_GROFF=/usr/local/bin/groff ac_cv_path_KILL=/bin/kill ac_cv_path_MANDOC=/usr/bin/mandoc ac_cv_path_NROFF=/usr/local/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_SED=/usr/bin/sed ac_cv_path_SH=/usr/local/bin/bash ac_cv_path_TEST_MINUS_S_SH=/usr/local/bin/bash ac_cv_path_ac_pt_PKGCONFIG=/usr/local/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_openssl_bin=/usr/bin/openssl ac_cv_prog_AWK=awk ac_cv_prog_CPP='cc -E' ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11='' ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc='' ac_cv_search_SHA256Update=no ac_cv_search_basename='none required' ac_cv_search_clock_gettime='none required' ac_cv_search_dlopen='none required' ac_cv_search_fmt_scaled=no ac_cv_search_gethostbyname='none required' ac_cv_search_inet_ntop='none required' ac_cv_search_login=no ac_cv_search_logout=no ac_cv_search_logwtmp=no ac_cv_search_nanosleep='none required' ac_cv_search_openpty=-lutil ac_cv_search_scan_scaled=no ac_cv_search_updwtmp=no ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type_fd_mask=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AWK='awk' CAT='/bin/cat' CC='cc' CFLAGS='-g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong' CFLAGS_NOPIE='' CHANNELLIBS='-L/usr/lib/priv -lprivate_crypto -lz' CONCH='' CPP='cc -E' CPPFLAGS=' -I/usr/local/include -I/usr/local/include/editline ' DBCLIENT='' DEFS='' DEPEND='' DROPBEAR='' DROPBEARCONVERT='' DROPBEARKEY='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GREP='/usr/bin/grep' GROFF='/usr/local/bin/groff' GSSLIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' K5LIBS='' KILL='/bin/kill' KRB5CONF='' LD='cc' LDFLAGS=' -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong' LDFLAGS_NOPIE='' LDNSCONFIG='' LIBEDIT='-L/usr/local/lib -ledit ' LIBFIDO2='' LIBOBJS='' LIBS='-L/usr/lib/priv -lprivate_crypto -lutil ' LTLIBOBJS='' MAKE_PACKAGE_SUPPORTED='no' MANDOC='/usr/bin/mandoc' MANFMT='/usr/bin/mandoc' MANTYPE='' MKDIR_P='./install-sh -c -d' NROFF='/usr/local/bin/nroff' OBJEXT='o' OPENSSL_BIN='/usr/bin/openssl' 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' PICFLAG='-fPIC' PKGCONFIG='/usr/local/bin/pkg-config' PLINK='' PRIVSEP_PATH='' PUTTYGEN='' RANLIB='ranlib' SED='/usr/bin/sed' SH='/usr/local/bin/bash' SHELL='/bin/sh' SK_DUMMY_LIBRARY='' SSHDLIBS='' SSH_PRIVSEP_USER='' STARTUP_SCRIPT_SHELL='/bin/sh' STRIP_OPT='' TEST_MALLOC_OPTIONS='AFGJPRX' TEST_MINUS_S_SH='/usr/local/bin/bash' TEST_SHELL='sh' TEST_SSH_IPV6='' TEST_SSH_UTF8='yes' UNSUPPORTED_ALGORITHMS='' XAUTH_PATH='' ac_ct_AR='ar' ac_ct_CC='cc' bindir='${exec_prefix}/bin' build='x86_64-unknown-dragonfly6.5' build_alias='' build_cpu='x86_64' build_os='dragonfly6.5' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-unknown-dragonfly6.5' host_alias='' host_cpu='x86_64' host_os='dragonfly6.5' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mansubdir='' oldincludedir='/usr/include' openssl_bin='/usr/bin/openssl' pdfdir='${docdir}' piddir='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc/ssh' target_alias='' user_path='' xauth_path='' ## ----------- ## ## 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 HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define _PATH_PASSWD_PROG "/usr/bin/passwd" #define HAVE_RLIMIT_NPROC /**/ #define WITH_OPENSSL 1 #define VARIABLE_LENGTH_ARRAYS 1 #define VARIABLE_DECLARATION_AFTER_CODE 1 #define HAVE_ATTRIBUTE__NONNULL__ 1 #define HAVE_DIRENT_H 1 #define HAVE_ENDIAN_H 1 #define HAVE_ELF_H 1 #define HAVE_ERR_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOATINGPOINT_H 1 #define HAVE_FNMATCH_H 1 #define HAVE_GETOPT_H 1 #define HAVE_GLOB_H 1 #define HAVE_IFADDRS_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_FILE_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_PROCCTL_H 1 #define HAVE_SYS_PTRACE_H 1 #define HAVE_SYS_RANDOM_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMERS_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_UTMPX_H 1 #define HAVE_VIS_H 1 #define HAVE_WCHAR_H 1 #define HAVE_NET_ROUTE_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_LOGIN_CAP_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_DIRNAME 1 #define HAVE_LIBGEN_H 1 #define HAVE_BASENAME 1 #define WITH_ZLIB 1 #define HAVE_LIBZ 1 #define HAVE_UTIMES 1 #define HAVE_LIBUTIL_H 1 #define HAVE_OPENPTY 1 #define HAVE_STRFTIME 1 #define HAVE_MALLOC 1 #define HAVE_REALLOC 1 #define HAVE_CALLOC 1 #define GLOB_HAS_ALTDIRFUNC 1 #define GLOB_HAS_GL_MATCHC 1 #define HAVE_DECL_GLOB_NOMATCH 1 #define USE_LIBEDIT 1 #define HAVE_ASPRINTF 1 #define HAVE___B64_NTOP 1 #define HAVE___B64_PTON 1 #define HAVE_BCOPY 1 #define HAVE_BINDRESVPORT_SA 1 #define HAVE_BZERO 1 #define HAVE_CLOCK 1 #define HAVE_CLOSEFROM 1 #define HAVE_DIRFD 1 #define HAVE_ENDGRENT 1 #define HAVE_ERR 1 #define HAVE_ERRX 1 #define HAVE_EXPLICIT_BZERO 1 #define HAVE_FCHMOD 1 #define HAVE_FCHMODAT 1 #define HAVE_FCHOWN 1 #define HAVE_FCHOWNAT 1 #define HAVE_FLOCK 1 #define HAVE_FNMATCH 1 #define HAVE_FREEADDRINFO 1 #define HAVE_FREEZERO 1 #define HAVE_FSTATFS 1 #define HAVE_FSTATVFS 1 #define HAVE_FUTIMES 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETCWD 1 #define HAVE_GETENTROPY 1 #define HAVE_GETGROUPLIST 1 #define HAVE_GETLINE 1 #define HAVE_GETNAMEINFO 1 #define HAVE_GETOPT 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETPEEREID 1 #define HAVE_GETPGID 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETRANDOM 1 #define HAVE_GETSID 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_KILLPG 1 #define HAVE_LLABS 1 #define HAVE_LOCALTIME_R 1 #define HAVE_LOGIN_GETCAPBOOL 1 #define HAVE_LOGIN_GETPWCLASS 1 #define HAVE_MEMMEM 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET_S 1 #define HAVE_MKDTEMP 1 #define HAVE_POLL 1 #define HAVE_PPOLL 1 #define HAVE_PROCCTL 1 #define HAVE_PSELECT 1 #define HAVE_RAISE 1 #define HAVE_READPASSPHRASE 1 #define HAVE_REALLOCARRAY 1 #define HAVE_REALPATH 1 #define HAVE_RECVMSG 1 #define HAVE_RECALLOCARRAY 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_SETPROCTITLE 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_STRCASESTR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define HAVE_STRMODE 1 #define HAVE_STRNDUP 1 #define HAVE_STRNLEN 1 #define HAVE_STRNVIS 1 #define HAVE_STRPTIME 1 #define HAVE_STRSIGNAL 1 #define HAVE_STRTONUM 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOUL 1 #define HAVE_STRTOULL 1 #define HAVE_SYSCONF 1 #define HAVE_TCGETPGRP 1 #define HAVE_TIMEGM 1 #define HAVE_TIMINGSAFE_BCMP 1 #define HAVE_TRUNCATE 1 #define HAVE_UNSETENV 1 #define HAVE_UPDWTMPX 1 #define HAVE_UTIMENSAT 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_DECL_BZERO 1 #define HAVE_DECL_MEMMEM 1 #define HAVE_MBLEN 1 #define HAVE_MBTOWC 1 #define HAVE_NL_LANGINFO 1 #define HAVE_WCWIDTH 1 #define HAVE_ISBLANK 1 #define HAVE_DLOPEN 1 #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_STRSEP 1 #define HAVE_TCSENDBREAK 1 #define HAVE_DECL_H_ERRNO 1 #define HAVE_DECL_SHUT_RD 1 #define HAVE_DECL_GETPEEREID 1 #define HAVE_DECL_O_NONBLOCK 1 #define HAVE_DECL_FTRUNCATE 1 #define HAVE_DECL_GETENTROPY 1 #define HAVE_DECL_READV 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_SETRESUID 1 #define HAVE_SETRESGID 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_GETUTXUSER 1 #define HAVE_PUTUTXLINE 1 #define HAVE_SETUTXDB 1 #define HAVE_SETUTXENT 1 #define HAVE_UTMPXNAME 1 #define HAVE_DAEMON 1 #define HAVE_GETPAGESIZE 1 #define SNPRINTF_CONST const #define HAVE_DECL_AI_NUMERICSERV 1 #define HAVE_GETPGRP 1 #define GETPGRP_VOID 1 #define HAVE_OPENSSL_VERSION 1 #define HAVE_OPENSSL_VERSION_NUM 1 configure: exit 1